Blizzard Sector
Pickit help - 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: Pickit help (/thread-46953.html)



Pickit help - ECD-Jonb - 01-08-2011

Hello, i'm new to botting and just started running my mf sorc on one. I was watching the bot to see what my Sorc and the bot using her can and cannot handle when i noticed she found an arachnids mesh belt. She then went to town, id'd it and then SOLD it! lol Why did this happin? i have it set so she keeps them. Is it perhaps because of the def being low??? please help me out. thx for your time.


Pickit help - Blue - 01-08-2011

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

I don't know if you are using advance, extreme, or normal, but thats the settings for normal.
So it'll pickit as long as the defense is 90 or greater.

If you are extremely new to code and you want to pick an unique item, just delete everthing after the unique status. So it would like this for arach.
[Name] == SpiderwebSash && [Quality] == unique
If you don't want it to pick ethereal.
[Name] == SpiderwebSash && [Quality] == unique && [Flag] != ethereal

So for any unique item you want to pick, just either delete everything after unique, or everything after ethereal.

However, if there are more than one item with an unique status, it will pick those.
Like for example, if you have this in the code.
[Type] == ring && [Quality] == unique
It will keep every unique ring, regardless of type.


Pickit help - ECD-Jonb - 01-08-2011

Thank you very much. And yes i did actually figure it out after all. I didn't notice it was set to advanced to begin with. lol I was so sad to see that was the first item it found then sold! lol All is well though. And thx again for the very fast response.