![]() |
Question about what this script/code means != - 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: Question about what this script/code means != (/thread-47455.html) |
Question about what this script/code means != - impuls351 - 06-30-2011 Using a previous example of lines of code from the all unique pickit i have a question. [Name] == Ataghan && [Quality] == unique && [Flag] != ethereal # [EnhancedDamage] >= 240 && [ItemDamageDemonPercent] >= 150 && [ManaLeech] >= 6 && [ItemAbsorbLight] >= 7 && [ItemToHitDemon] >= 300 && [Sockets] >= 2 // Djinn Slayer [Name] == Ataghan && [Quality] == unique && [Flag] == ethereal # [EnhancedDamage] >= 240 && [ItemDamageDemonPercent] >= 150 && [ManaLeech] >= 6 && [ItemAbsorbLight] >= 7 && [ItemToHitDemon] >= 300 && [Sockets] >= 2 // Djinn Slayer The line of code that is red will that not pick up the item if its Eth? i understand the code underneath is to pick up eth Djinn Slayer but will the code in red not pick up eth? Or is the line in blue there just so that way if u only want it to pick up Eth. Where as the red will pick up either or? plz lmk idk if i have enough privledge yet to get pms so will check bak on the thread every once and a while. Thank you in advance Would like to know because i noticed dungoes and arach and many other items have just the code in red and not the code in blue under it. And would hate to be missing out on E dungoes etc. Question about what this script/code means != - nexcor - 07-01-2011 The red code will NOT pick up ethereal Djinn Slayers. The blue code will pick ONLY ethreal Djinn Slayers. cool: Question about what this script/code means != - impuls351 - 07-02-2011 nexcor Wrote:The red code will NOT pick up ethereal Djinn Slayers. Thank you. now is there anyway to make him pick both? like in one code or do i have to enable both codes |