View Single Post
  #2  
Unread 03-29-2013, 10:16 AM
Aseekia's Avatar
Aseekia Aseekia is offline
A Brown Bear
Interface Author - Click to view interfaces
 
Join Date: Apr 2006
Server: Innothule
Posts: 9
Default

[quote=yantis_the_rat;103481]just swapped to drums from pofit recently.
profit had the option to search for mythical items on the broker , witch also brought up the etherals, is this ability buried somewhere that i cant find or is it not there?[/QU


open eq2ui_inventory_market.xml with text editor, search te lines

Code:
<DataSource Name="TierSource">
			<Data id="0" Name="Any" savekey="any" text=":5f6b97aea3414eab:Any" />
			<Data id="1" Name="0" savekey="common" text=":5f6b97ae1dbf8a98:Common" />
			<Data id="2" Name="1" savekey="handcrafted" text=":5f6b97ae41d0db3f:Handcrafted" />
			<Data id="3" Name="2" savekey="treasured" text=":5f6b97ae25a89e57:Treasured" />
			<Data id="7" Name="Master" savekey="mastercrafted" text=":5f6b97ae9e38dd66:Mastercrafted" />
			<Data id="4" Name="3" savekey="legendary" text=":5f6b97ae40f0839c:Legendary" />
			<Data id="5" Name="4" savekey="fabled" text=":5f6b97aeb1d9debf:Fabled" />
			<Data id="5" Name="5" savekey="Mythical" text=":5f6b97ae5c19ab6c:Mythical" />
		</DataSource>
copy the last line from this box, and paste ist as new last line in your xml file. thats all..
Reply With Quote