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

.env AUTO_UPGRADE=false didn't work #68

Open
ezarsatria12 opened this issue Jun 16, 2024 · 4 comments
Open

.env AUTO_UPGRADE=false didn't work #68

ezarsatria12 opened this issue Jun 16, 2024 · 4 comments

Comments

@ezarsatria12
Copy link

All my balance has been lost due to auto upgrade levels :(
How do I disable it?

.env setting configured:
`MIN_AVAILABLE_ENERGY=
SLEEP_BY_MIN_ENERGY=

ADD_TAPS_ON_TURBO=1200

AUTO_UPGRADE_TAP=false
MAX_TAP_LEVEL=

AUTO_UPGRADE_ENERGY=false
MAX_ENERGY_LEVEL=

AUTO_UPGRADE_CHARGE=false
MAX_CHARGE_LEVEL=

APPLY_DAILY_ENERGY=true
APPLY_DAILY_TURBO=true

RANDOM_TAPS_COUNT=
SLEEP_BETWEEN_TAP=

USE_PROXY_FROM_FILE=`

@tancyit3
Copy link

You need to write with a capital letter - True or False

MIN_AVAILABLE_ENERGY=
SLEEP_BY_MIN_ENERGY=

ADD_TAPS_ON_TURBO=1200

AUTO_UPGRADE_TAP=False
MAX_TAP_LEVEL=

AUTO_UPGRADE_ENERGY=False
MAX_ENERGY_LEVEL=

AUTO_UPGRADE_CHARGE=False
MAX_CHARGE_LEVEL=

APPLY_DAILY_ENERGY=True
APPLY_DAILY_TURBO=True

RANDOM_TAPS_COUNT=
SLEEP_BETWEEN_TAP=

USE_PROXY_FROM_FILE=

@ezarsatria12
Copy link
Author

ezarsatria12 commented Jun 16, 2024

Does this mean it works?
output log :
2024-06-16 19:28:06 | SUCCESS | 293 - acc2 | Successful tapped! | Balance: 382138 (+0) | Boss health: 531476
2024-06-16 19:28:06 | SUCCESS | 340 - acc2 | Tap upgraded to 14 lvl
2024-06-16 19:28:07 | SUCCESS | 349 - acc2 | Energy upgraded to 14 lvl
2024-06-16 19:28:09 | SUCCESS | 357 - acc2 | Charge upgraded to 4 lvl
2024-06-16 19:28:10 | INFO | 382 - Sleep 20s

@Dmitry-Golyshkin
Copy link

APPLY_DAILY_ENERGY=False
APPLY_DAILY_TURBO=False

@ezarsatria12
Copy link
Author

Thank you for responding. Up until now, the auto-upgrade log has disappeared. In the previous case, I didn't clear all the max levels with the auto-upgrade set to False. 👍

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

No branches or pull requests

3 participants