What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

rotected Items Question

cg1203im2

Community Developer
Joined
Aug 7, 2012
Messages
782
Reaction score
17
Protected Items Question

I do have a small problem. Maybe someone can point me to the right direction.
I do dungeon farming, and want the bot to sell everything except Frostweave cloth.
here is what i did:
I edited my Protected Items.xml to be almost empty.
thats it now:
PHP:
<ProtectedItems>
	<Item Name="Hearthstone" Id="6948" />
	<Item Name="MOLL-E" Id="40768" />
	<Item Name="Frostweave Cloth" Id="33470" />
	<Item Name="Iceweb Spider Silk" Id="42253" />
</ProtectedItems>
I also edited my Forcemail.xml to this:
PHP:
<ForceMail>
	<Item Name="Frostweave Cloth" Entry="33470" />
</ForceMail>

HB does fine now. with 1 exception. It refuses to sell
PHP:
<WoWItem Name="Runic Healing Potion" Entry="33447" />
does anybody have a clue why? i also deleted all plugins already, cos i thought maybe some refreshment plugins want to keep this Potion. did not help at all.

is <WoWItem Name="Runic Healing Potion" Entry="33447" /> somehow in a global protection list?
 
Last edited:
I think its the refreshment detection. If you unmark this in Plugins, it will sell it!
 
Back
Top