![]() |
yo need help on a pickit command asap plz!!!! - 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: yo need help on a pickit command asap plz!!!! (/thread-47144.html) |
yo need help on a pickit command asap plz!!!! - player187 - 03-10-2011 i need help on 5bo barb helms i am currently using these commands, although when i change the sockets to 0 on the command it gets any barb helm that is +2 skills. My questionon is, what do i need to change to tell it to pickup 5bo helms with a 0 sockets instead of just plain + 2 skills. plz msg me back soon [Type] == primalhelm && [Quality] == rare && [Flag] != ethereal # [Sockets] >= 2 && [BarbarianSkills] >= 2 && ([SkillBattleOrders] >= 3 || [ItemGoldBonus] >= 0) yo need help on a pickit command asap plz!!!! - Valdez - 03-11-2011 Change it to this: [Type] == primalhelm && [Quality] == rare && [Flag] != ethereal # [Sockets] >= 2 && [BarbarianSkills] >= 2 && [SkillBattleOrders] >= 3 The problem lied with the way the code was coded, it would keep helms that had +3 BO or +GF%, this is done via the "( || )" part of the pickit code. Things put in the "()" are mods that can vary, each different set of mods is seperated by a || which essentially means "or". I am still finishing up the pickit section of my guide but you can check it out here when it's done: D2NT Basic Set-up and Pickit Guide Have fun and GL botting, ~Valdez |