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
{{ message }}
This repository has been archived by the owner on May 16, 2024. It is now read-only.
Hello,
here is another enhancement suggestion from my side:
Implement “gold detector” which can be used to make gold-dependent decisions, namely “rerolling” and the not-implemented feature of “buy xp”.
Worst case, it would be just scanning for the gold numbers 50, 51, 52, 53, 54, 55, 56, 57… or so. Dunno I am not a software developer :>
The text was updated successfully, but these errors were encountered:
I dont think this feature can work as you want because if you want to decide based on your gold, you must have a feature to track when it changes, which can't be working by pyautogui only. If you want to add this feature, you need to capture all gold numbers images from 01-50 and have a code for each of them.
Agreed, this would be super inefficient given the current libraries. (And wouldn't even be able to cover for every gold amount, since it could always grow past however far we capture.)
In theory, this could be done with an OCR or text recognition library, but personally, that's probably out of my wheelhouse and quite a bit of work for something relatively small.
As it stands, I'm not too worried about making a particularly 'smart' bot- I'm just using this to farm tokens, and it's doing a pretty good job thus far. (Albeit in super low MMR with mostly other bots lol)
Hello,
here is another enhancement suggestion from my side:
Implement “gold detector” which can be used to make gold-dependent decisions, namely “rerolling” and the not-implemented feature of “buy xp”.
Worst case, it would be just scanning for the gold numbers 50, 51, 52, 53, 54, 55, 56, 57… or so. Dunno I am not a software developer :>
The text was updated successfully, but these errors were encountered: