-
Notifications
You must be signed in to change notification settings - Fork 143
Adding functionality to specify the slot order of items to drop. #154
base: main
Are you sure you want to change the base?
Conversation
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 |
This can better mimic how humans drop from the inventory. Also added an optional chance of misclicking when dropping an item which is more human-like. The missed item(s) will be reattempted once all other slots to drop have been attempted. Added this functionality to the sample woodcutter bot.
…marter than just missing a click
…ething smarter than just missing a click" This reverts commit 375c573.
…llow copy of the slots to drop
022e34f
to
07c3f02
Compare
Awesome, love it. Thanks for sharing the Imgur links too. I'm gonna take a look this weekend! |
Fixes OSR-57
This can better mimic how humans drop from the inventory.
Added this functionality to the sample woodcutter bot.