Pokeclicker-Scripts
Pokeclicker-Scripts copied to clipboard
Reset currencies
Can you help me fix my inventory values? I accidentally set my currencies to infinite and the numbers trail off the screen.
you could edit your save it is a simple json behind base64. So you can decode it through https://www.base64decode.org/, set your value, reencode in base64 and import it do a backup firstly of course
You can also edit it from the console. Executing App.game.wallet.currencies[GameConstants.Currency.type](number)
will set type
of currency to number
. (Possible types being money, questPoint, dungeonToken, diamond, farmPoint, battlePoint.) This isn't really in this project's scope though ;P
Otherwise, there's this site : https://www.pokeclicker-save-editor.com/