OS-Bot-COLOR
OS-Bot-COLOR copied to clipboard
Adding functionality to specify the slot order of items to drop.
Fixes OSR-57
This can better mimic how humans drop from the inventory.
Added this functionality to the sample woodcutter bot.
I love the click order variations, those are so great. I find the concept of misclicking is lacking because it just doesn't click at all if the criteria is met, so it effectively never actually "misclicks". It just skips a value from time to time.
I love the click order variations, those are so great. I find the concept of misclicking is lacking because it just doesn't click at all if the criteria is met, so it effectively never actually "misclicks". It just skips a value from time to time.
That's a fair point, cheers for the feedback. I'll remove the misclick code and raise a new pr for that in the future after rethinking it
@NiceTryGuyPython Added misclick functionality back with 3 different misclick types: fail to click (as before), accidental drag, click on empty space between items
Any chance we can get some demo videos in here of some variations?
@kelltom Added imgur links to the comments that demo behaviour. Note that some of these also show examples of the misclicks
HORIZONTAL: https://imgur.com/CksPmKe HORIZONTAL_ALTERNATING: https://imgur.com/GWKZixY VERTICAL: https://imgur.com/R42mEcg VERTICAL_ALTERNATING: https://imgur.com/oorxfE2
Awesome, love it. Thanks for sharing the Imgur links too.
I'm gonna take a look this weekend!