Skip to content
This repository has been archived by the owner on May 16, 2024. It is now read-only.

Enhancement: “gold-based decision-making” #76

Open
Kiruscha opened this issue Jan 29, 2022 · 2 comments
Open

Enhancement: “gold-based decision-making” #76

Kiruscha opened this issue Jan 29, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@Kiruscha
Copy link

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 :>

@Detergent13 Detergent13 added the enhancement New feature or request label Jan 30, 2022
@kizxlove
Copy link

kizxlove commented Feb 2, 2022

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.

@Detergent13
Copy link
Owner

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants