Originally Posted by
Sehae
I am more interested in an ongoing problem - there are times, when I see my bot stop, as if it found an item, but the item dissappears even before it can click the buyout button and then it just goes to send nothing to stash, as it is required in the script.
This is a method which is totally different than HA and takes items before this script even can attempt to click on the buyout button and thus you can not even see them in the "Failed" list. Which can be a good explanation on the severe reduction of good and at all, the quantity of items bought and even the ones in the "failed" - the quantity of items worth buying is severely reduced over the past few months. And this is not due to less people playing or HA competition, obviously.
I've seen this happen to me. I have this, when the script finds the item:
Code:
then
xBeep()
xBuyout(i)
xSleep(5000)
And usually it buys it succesfuly, sometimes I see the error message and a refund and the other times it will just "beep" and that's it. I've put 5 sec sleep here on purpose, so I can figure out why does it happen. And when it does, I can see the item and it's the correct item and then I press "buyout" manually it says "Item doesn't exist". I guessed so far it's due to someone buying it before me.
Originally Posted by
Fgura
V52: With this version my bot sometimes buys cheap and crappy items which doesn't meet with my script. (VSYNC off, Mouselock ON)
Check your script. This is very unlikely to do something with the HA itself.