Blizzard Sector
D2NT Unique pickit mostly etherals? - 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: D2NT Unique pickit mostly etherals? (/thread-46548.html)



D2NT Unique pickit mostly etherals? - clemens1989 - 06-29-2010

I am not sure if I am reading the script correctly for the unique pick it, but does the script below mean it will only pick up that item if it is eth?

[Name] == SpiderwebSash && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 90 // Arachnid Mesh


D2NT Unique pickit mostly etherals? - clemens1989 - 06-30-2010

how can I adjust the script so it can pick up some non-eth items like Arachnid Mesh, War Travs, Waterwalks, etc.


D2NT Unique pickit mostly etherals? - skidude - 06-30-2010

clemens1989 Wrote:I am not sure if I am reading the script correctly for the unique pick it, but does the script below mean it will only pick up that item if it is eth?

[Name] == SpiderwebSash && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 90 // Arachnid Mesh
That mean's it will pick up uniq arachnid (not eth) and it would id it to make sure its 90% +

This means it will pick up uniq skullders that are eth only and with 200% ed (perf eth skullders)
[Name] == RussetArmor && [Quality] == unique && [Flag] == ethereal # [EnhancedDefense] >= 200 // Skullder's Ire

Hope this helps, If u need any more help let us know