06-30-2011, 05:02 PM
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.
[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.