Cannot get the bot to click #42
Replies: 1 comment 3 replies
-
Which game do you use the bot with? The bot has different sensitivity logic for different games. Sensitivity value is also measured in pixels, meaning the higher the value the less sensitive the bot is to jerking, so 1 in your case is better. The functionality of checking is pretty simple: the bot finds a red/blue pixel of given Threshold, when there's a change of color for that pixel the bot checks all the pixels with color of given Threshold around that pixel for given px value - how far it should check around that pixel (sensitivity) and if it finds one it sticks to it, then it waits for change of color of that pixel. For Dragonflight it's different because the animation of the bobber is much faster there. Also, try from 3rd person view. |
Beta Was this translation helpful? Give feedback.
-
I've been trying out this project and it looks really great with the exception that 90% of the time I cannot get the bot to react or react fast enough to the bobber. Most of the time, the bot won't even click.
I'm at a loss as how to address this issue as I've set all reactions/delays to 0 or 5ms. If they could be disabled, I disabled them. I tried setting the sensitivity to 3 and check time to 1ms. I can't get it to click. Not even early clicks.
What is the bot looking for exactly? Maybe if I know that I can play around with something (angles/game settings).
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions