View Single Post
  #1  
Unread 11-13-2009, 11:13 PM
Raull Raull is offline
A Darkpaw Brute
 
Join Date: Dec 2006
Server: Antonia Bayle
Posts: 42
Default broker window search (Potions) broke

The broker window auto search for potions under consumables is broke, it sets the catagory (type) for poisons.
I edited the file "_Profiteui_Market_Favorites5".

<Data ItemName=" " ItemEffect=" " ItemType="22" MaxLvl="100" MinLvl="0" SellerName=" " Slot="2" Text="== POTIONS ==" Tier="0"/>
<Data ItemName="Essence of Health" ItemEffect=" " ItemType="22" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Health" Tier="0"/>
<Data ItemName="Essence of Regeneration" ItemEffect=" " ItemType="22" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Regeneration" Tier="0"/>
<Data ItemName="Essence of Power" ItemEffect=" " ItemType="22" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Power" Tier="0"/>
<Data ItemName="Essence of Clarity" ItemEffect=" " ItemType="22" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Clarity" Tier="0"/>

seting "ItemType="23" fixes it.

<Data ItemName=" " ItemEffect=" " ItemType="23" MaxLvl="100" MinLvl="0" SellerName=" " Slot="2" Text="== POTIONS ==" Tier="0"/>
<Data ItemName="Essence of Health" ItemEffect=" " ItemType="23" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Health" Tier="0"/>
<Data ItemName="Essence of Regeneration" ItemEffect=" " ItemType="23" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Regeneration" Tier="0"/>
<Data ItemName="Essence of Power" ItemEffect=" " ItemType="23" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Power" Tier="0"/>
<Data ItemName="Essence of Clarity" ItemEffect=" " ItemType="23" MaxLvl="100" MinLvl="0" SellerName=" " Text="Essence of Clarity" Tier="0"/>

iv tested it and the search function works corectly, if somone could push it through on the up dater. be grate.
thanks.
Reply With Quote