Originally Posted by
trophywife
The problem with the stashing (which its pretty clear that comes when the item icon has the same brown color as legs, since that is the pattern the bot looks for (mage offhands and 2hand staffs happen to have such brown color)) could be fixed with a double check in the top left corner of the icon , since its always brown, yellow or blue up there.
Meanwhile our A++ developer fix that, a simple solution for long boting periods with limited bank space could be to disable looting yellows and/or blues, so those dont occupy any precious roon in your stash.
On the other hand, here comes a few humble suggestions:
* Make a alternative BossKO function that really checks if he is dead or not. Right now it looks like it checks for loot!.
* Also, once the previous function is done, then change the attack functions so they have a soft break system, rather than doing the same pattern 5-10 times, even if the boss died after cycle 3. Since crits come in play, its better not to stand there attacking nothing for a few secs on a random percentage of the runs.
* When selling stuff to vendor, you could make a color check so it doesnt click on empty squares. Since most items take 2 slots, its quite common that the bot iterates the whole lines 2 and 4 clicking empty boxes, which again is pretty mutch suspicious.
* Add random offsets for timers and locations, i.e. instead of sleeping 200, you could set it sleep(200 + random(50)), or instead of moving to 1000,400, move to 990+random(20),390+random(20)...
Anyway thanks for the bot, such an excellent work!!