![]() |
help to create this pickit code for orbs 3 soq or white - 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: help to create this pickit code for orbs 3 soq or white (/thread-46642.html) |
help to create this pickit code for orbs 3 soq or white - killpage - 07-29-2010 need some help with a code pickit.. i made this code.. i want to get only white or 3 soquet orbs whit the light skill.. but he has caught magic and rare orbs :/ i also tried [Quality] == normal and [Quality] <= superior [Name] == Jared'sStone # ([Sockets] == 0 || [Sockets] == 3) && [Quality] <= superior && [SkillLightning] >= 3 // Base Thunder [Name] == SwirlingCrystal # ([Sockets] == 0 || [Sockets] == 3) && [Quality] <= superior && [SkillLightning] >= 3 // Base Thunder [Name] == DimensionalShard # ([Sockets] == 0 || [Sockets] == 3) && [Quality] <= superior && [SkillLightning] >= 3 // Base Thunder Anybody know how to arrange pick up only white or 3 soq orbs? ty for all help to create this pickit code for orbs 3 soq or white - Jammer74 - 07-31-2010 One reason that the bot could be picking up magical and rare orbs is because you may be telling the bot to pick up magics and rares in the magic_rare pickit.Check and see if thats true and disable those lines.Also the correct code would be [Name] == Jared'sStone && [Quality] >= normal # ([Sockets] == 0 || [Sockets] == 3) && [SkillLightning] >= 3 // Base Thunder As far as I know,you have to put the quality before the # or the bot kinda treats it like a null line of script |