Pokeclicker-Scripts icon indicating copy to clipboard operation
Pokeclicker-Scripts copied to clipboard

Reset currencies

Open zkisaboss opened this issue 1 year ago • 3 comments

Can you help me fix my inventory values? I accidentally set my currencies to infinite and the numbers trail off the screen.

zkisaboss avatar Jun 20 '23 01:06 zkisaboss

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

elrandira avatar Jun 20 '23 07:06 elrandira

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

umbralOptimatum avatar Jun 20 '23 19:06 umbralOptimatum

Otherwise, there's this site : https://www.pokeclicker-save-editor.com/

TirOFlanc avatar Aug 16 '23 19:08 TirOFlanc