is there a way to downgrade some upgrade ? i accidentally maxed some upgrade from breeding that even lategamer cant afford lol
especially paint bucket and overwhelmed golden egg
chromedebug in the console for injector
bEngine.gameAttributes.h in the console for the chrome debug window that pops up
Navigate to the breeding array, its length is 31. the sub-array with the levels for breeding upgrades is under Breeding[2], its an array with length 13. once you expand it in the chrome debug window you can find the corresponding lvls, and just edit them directly by double clicking on them. Compare the numbers you see in there with the lvls for your upgrades in the breeding window in game. if you edit them in chromedebug you can see them change in real time in game.
I am not super savvy but this is pretty straightforward once you try it. Do be careful when messing around in chromedebug though, don't change things you don't understand.
I have given myself too many coins. What is the command to either reset my coins, reduce my coins or change to the value to something else?
gga UpgVault for vault related then use this chng bEngine.gameAttributes.h["UpgVault"][XX]=YY where XX is the upgrade number e.g. #3 is Class XP and YY is the level you want for #3 max is 500.
Check idleon wiki for the max level for each upgrade.
I would be careful downloading this. VirusTotal flags the injector as containing a Trojan and it's honestly simply not worth the risk for a game in which cheating is so simple already. If you've run the .exe on your PC, I would also recommend changing any important passwords.
No one is forcing you to download it. And before you post something stupid like this, all injector/cracks/activators are flagged by anti virus. Take a look at cracked games or any other cheat tools. They read memory values and change them, a virus scanner should flag any program that does this.
I spent some time digging through chrome debug but wasn't able to find which achievement id corresponds to "perfect trade deal". When going through the array i noticed that the order doesn't quite correspond to the order of achievements in-game. Can anyone confirm the correct entry in the array?
Secondly, I dug around in the array for hole data and couldn't track down where your highest waves for bravery/justice/wisdom are stored. Maybe this info is stored elsewhere? Primarily interested in justice as I may have gone a bit overboard and my highscore is unrealistic.
The perfect trade deal is a steamachievement and should be under SteamAchieve somewhere.
Where you need to replace X with the stamp page, where:
Combat: _
Skills: a
Misc: b
And Y with the index of the stamp. So the first stamp is 0 and it goes from left to right.
So if you want to Exalt the tomahawk stamp you do:
Is there any way to do the opposite of this and remove the exalt from a stamp? Also, can you add more exalted stamps by changing the "Exalted stamps purchased from gem shop" OLA?