Blizzard Sector
Bot is selling items I Want to keep.. - Printable Version

+- Blizzard Sector (https://www.blizzsector.co)
+-- Forum: Diablo II (https://www.blizzsector.co/forum-4.html)
+--- Forum: Hacks Bots and Editors (https://www.blizzsector.co/forum-16.html)
+--- Thread: Bot is selling items I Want to keep.. (/thread-47939.html)



Bot is selling items I Want to keep.. - OnaPalehorse - 04-23-2012

for example, I wanted the bot to keep any goldwrap belts it found, I removed the // from the appropriate line in the master list.. bot found a goldwrap, and sold it to akara. How do I stop this behavior?


Bot is selling items I Want to keep.. - comper - 04-26-2012

OnaPalehorse Wrote:for example, I wanted the bot to keep any goldwrap belts it found, I removed the // from the appropriate line in the master list.. bot found a goldwrap, and sold it to akara. How do I stop this behavior?

not sure if you got a answer to this or not but here is a line you need to add or edit your line
this line will keep any non-eth belt unid
[Name] == HeavyBelt && [Quality] == Unique && [Flag] != Ethereal
but if you wanted any eth or non-eth you can use this line - they will be unid also
[Name] == HeavyBelt && [Quality] == Unique
you can let me know if you needed a diff line then theses
thanks