Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve sniping methods for low respawn #81

Closed
kujan opened this issue Oct 29, 2019 · 0 comments · Fixed by #90
Closed

Improve sniping methods for low respawn #81

kujan opened this issue Oct 29, 2019 · 0 comments · Fixed by #90
Assignees

Comments

@kujan
Copy link
Owner

kujan commented Oct 29, 2019

Currently when you have sub 1s respawn the overhead and subsequent delay from check_pixel_color is causing performance issues. At 0.69s respawn and 0.71s move CD I saw an xp/h increase of ~25% when I removed the checks entirely and spam clicked via Inputs.click(fast=True).

While there might be ways to improve the performance of the get_pixel_color() method, I think it would be easier to just add an option to remove the checks for now.

This might also not be an issue on modern systems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant