Blizzard Sector
Is there a way to code d2nt to only pick unique etheral items and not ID them? - 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: Is there a way to code d2nt to only pick unique etheral items and not ID them? (/thread-47593.html)



Is there a way to code d2nt to only pick unique etheral items and not ID them? - Kratess - 09-26-2011

If so, what would the code look like? Thanks for your time


Is there a way to code d2nt to only pick unique etheral items and not ID them? - bugme143 - 09-26-2011

to pick only eth:

&& [Flag] == ethereal
instead of
&& [Flag] != ethereal

no clue about the not id'ing. Give me a day or so and ill see what i can dig up


Is there a way to code d2nt to only pick unique etheral items and not ID them? - Grimtrooper - 09-27-2011

Yes,
Just give the item 0 to all stats, def, and what not
[Name] == Shako && [Quality] == unique # [Defense] >= 0 && [Flag] == ethereal// Unidentfied Harlequin Crest

---------- Post added at 04:44 PM ---------- Previous post was at 04:41 PM ----------

Also subscribe and subscribe to the new script I just made.

http://youtu.be/xpb8nA2D3TQ

---------- Post added at 05:05 PM ---------- Previous post was at 04:44 PM ----------

Oops and its not flag its also quality >= ethereal, my bads,