This repository was archived by the owner on Dec 15, 2025. It is now read-only.
Cannot get the bot to click #42
eric-mathison
started this conversation in
General
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. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions