Blizzard Sector
in search of items script for d2nt - 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: in search of items script for d2nt (/thread-46476.html)



in search of items script for d2nt - paul yang - 06-04-2010

i need a script that allows me to pick up unid unique items for d2nt bot. because mine only pick up perfects or close to perfects, can anyone help me with a script?


in search of items script for d2nt - paul yang - 06-04-2010

no one can help me?


in search of items script for d2nt - BudBud - 09-04-2010

if you just wanna pick up uniques that are unid then ur code shud be like tis
[Name] == Monarch && [Quality] == unique // Stormshield
if your code is like tis:
[Name] == Monarch && [Quality] == unique && [Flag] != identified # [Defense] >= 148 // Stormshield
then it will only pick up perfect SS

does that help?