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:
I also edited my Forcemail.xml to this:
HB does fine now. with 1 exception. It refuses to sell
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?
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>
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" />
is <WoWItem Name="Runic Healing Potion" Entry="33447" /> somehow in a global protection list?
Last edited: