Pickit files. Lets say I have this:
Code:
[Type] == amulet && [Quality] == unique //All Uniques
[Type] == amulet && [Quality] == unique # [Strength] == 12 && [ColdResist] >= 25 // Saracen's Chance
[Type] == amulet && [Quality] == unique # [Dexterity] == 25 // The Cat's Eye
When pickit grabs or checks if an item is to be kept, it sees a unique amulet, which matches that first line. Since it already matches, id is not required to see if it has the properties for those other lines. Simple?
Also check that stash has space. If your stash has no space, the bot will hold the item and attempt to 'log' an item every time it does it's keep-check (between every boss).
Bookmarks