Blizzard Sector
bot settings help please - 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 settings help please (/thread-47776.html)



bot settings help please - strikerz19 - 01-23-2012

is there a way to make the bot NOT id items?
ive looked around the settings but havent found much..


bot settings help please - comper - 01-23-2012

yes there is I will use a shako for the line
[Name] == Shako && [Quality] == unique # [Defense] >= 131 // Harlequin Crest = this line will keep any shako with a def of 131+
so to change this line or add a new line to keep any shako unid it will look like this
[Name] == Shako && [Quality] == unique // Harlequin Crest
any time you want to keep a item unid just remove the # and the line after it or add a new line up to the # plus when you do this and have another line for the same item but it has stats on it you don't need to // out that line because a unid line will be picked up and saved over a id line - lile this
[Name] == Shako && [Quality] == unique # [Defense] >= 131 // Harlequin Crest
[Name] == Shako && [Quality] == unique // Harlequin Crest
you can leave them 2 lines like they are and bot will always pick up a shako and keep it unid - that is if your bot is running like it should and has no errors in it
you also can just make you a new unid .nip file if you are planing to keep a lot of items unid be easier to edit and then just add the new .nip file name in the group with the other nip lines in your char config file