Page 1 of 1
Auto sell warning
Posted: Fri Jun 03, 2011 1:46 pm
by kanta
Do NOT set the bot to sell purples. For some reason the bot equipped a pair of trash pants I got from looting and sold my temple/tomb statted +12 OD Strange Bug Leg Guards to the NPC while I was running my KS farming script. What I made from farming doesn't even make up for what I've lost >.<
Re: Auto sell warning
Posted: Fri Jun 03, 2011 9:58 pm
by rock5
That happens if it tries to sell the items after it has failed to open the store.
I'm pretty sure player:merchant() has safeguards against that. Are you using that other code to sell instead of player:merchant? If so, you could add similar checks. What does your selling code look like?
On another note: I often thought about adding a "number of stats" option to the autosell options. If that was in effect statted gear would never accidentally sell. Maybe I'll look into doing that soon.
Re: Auto sell warning
Posted: Sat Jun 04, 2011 11:53 am
by kanta
I was using the player:merchant command, but I've since started using the bagcleanerseller method. It seems that addon is coded to not sell purples anyway.