Posts: 4,052
Threads: 275
Joined: Aug 2005
Reputation:
0
Is there a way I can make it so my bot keeps things unid?
Like certain unique items it just doesnt id, or certain magical/rare items it wont id?
Posts: 5,260
Threads: 513
Joined: Aug 2004
Reputation:
0
you should be able to remove everything that cames after the unique on each item u want to keep unid, If u are going to try this back up your pickit files first
[Name] == SacredArmor && [Quality] == unique
should keep the item unid
[Name] == SacredArmor && [Quality] == unique # [Strength] >= 20 // Tyrael's Might
Means the bot will pick up unique SacredArmor, ID them, and then if it doesn't match the criteria will sell
if this works or don't work let me know.
Posts: 5,260
Threads: 513
Joined: Aug 2004
Reputation:
0
05-16-2010, 02:52 PM
(This post was last modified: 05-18-2010, 12:23 PM by skidude.)
I will pm u my account name, My char is a lvl36 sorc
Edit: i tested it and it stashes the item unid just like i though it would ^.^
you can do it 2 ways, the 2nd way with //tyrael's might is just a note for yourself, The bot will stop reading when it gets to the //
[Name] == SacredArmor && [Quality] == unique
[Name] == SacredArmor && [Quality] == unique // Tyrael's Might