You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 viaInputs.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.
The text was updated successfully, but these errors were encountered: