Blizzard Sector
D2NT pickit - pick up unique and normal items - 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 pickit - pick up unique and normal items (/thread-46588.html)



D2NT pickit - pick up unique and normal items - jacobraccuia - 07-12-2010

I searched but couldn't find an answer.

How do I edit the pickit so that it picks up any eth hoz and leaves it unid, but identifies non eth hoz's and keeps only 200ed.

thanks!

JACOB


D2NT pickit - pick up unique and normal items - Chuckc1981 - 07-12-2010

[Name] == GildedShield && [Quality] == unique && [Flag] == ethereal //Keeps eth hoz unid
[Name] == GildedShield && [Quality] == unique # [EnhancedDefense] >= 200 //Only keeps 200%ed non eth hoz

I think they have to be in that order too, since chances are the bot reads the file line by line top to bottom. I'd suggest keeping hoz above 190% at least, they're from a rare armor class. I've been running 2 bots at the same time and only found one hoz over almost a week now. Still haven't id'd it.


D2NT pickit - pick up unique and normal items - jacobraccuia - 07-12-2010

I drop all of my non 200 hoz's. I've found probably like 10, but only one was eth. You can't really get forumgold for them, so I don't consider them "rare".

Thanks so much, I will do this!
I wasn't sure what the difference between != and == is.