Blizzard Sector
Trying to write in an item - 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: Trying to write in an item (/thread-47558.html)



Trying to write in an item - chrtylee - 08-29-2011

[Name] == PhaseBlade && [Quality] == unique # [EnhancedDamage] >= 230 && [Strength] >= 5 // Azurewrath
[Name] == PhaseBlade && [Quality] == unique # [EnhancedDamage] >= 175 && [IAS] == 20 // Lightsabre

will this work to distinguish the lightsabre from the azurewrath? I want to keep both.


Trying to write in an item - Blue - 08-30-2011

If you don't care about that stats just do this.

[Name] == PhaseBlade && [Quality] == unique

However, if that is the correct stats and thats what your care about, then it should. It won't throw away any uniq pbs that have ED and either strength or IAS.


Trying to write in an item - chrtylee - 09-12-2011

Blue Wrote:If you don't care about that stats just do this.

[Name] == PhaseBlade && [Quality] == unique

However, if that is the correct stats and thats what your care about, then it should. It won't throw away any uniq pbs that have ED and either strength or IAS.

was gonna do that, but decided i didnt want my items to b too low grade.