If you would like to add anything else, please do not hesitate.
Add any item to the game ItemList["Rare_Candy"].gain(9999) (instead of Rare_Candy it could be Shock_Drive, Wishing_Piece, Abomasite, Blue_Petal_Mina, Mystery_egg... literally anything. When you put ItemList[" and any letter, the console gives you a list of hints starting with this letter, so it is easier to not mess up with lowercase/uppercase)
App.game.gems.gainGems(999, PokemonType.Fairy) (instead of Fairy you could put Normal, Poison, Ground, Grass,...) Underground.gainMineItem(UndergroundItems.getByName("Pixie Plate").id, 999) (Instead of Pixie you could put any other plate) Underground.gainMineItem(UndergroundItems.getByName("Red Shard").id, 999) (instead of the Red Shard you could put any other shard)
Just use ItemList["Rare_Candy"].gain(9999) and feed all these candies to one Pokemon.
I fed it to my MissingNo and now it has 10 times more ATK than any other Pokemon
its possible to remove it ? i try ItemList["Rare_Candy"].remove(9999) and ItemList["Rare_Candy"].loseAmount9999) but doesnt work
Is there a way to remove currency like Farm Points? I gave myself such a high amount that gaining more (legit or through console) won't go towards quests. Or if not remove, is there a way to set an exact amount? The maximum that can be bought from stores is limited, so it'd take hours to buy so much that I'd get back to a normal amount again.
i know others chimed in and this is a little old, but yes its possible.
New here! Just a quick question. I am editing the save file for a few things (currencies, item quantities, etc). Is there a way to edit click attack in the save file? Or through console? But preferably save file as it is easier for my simple slowpoke brain to comprehend.
Hi, I'm trying to do a quest that involves waiting for weather to change. Is there a workaround code for this so I don't have to miss a crucial weather time?
Hi, I'm trying to do a quest that involves waiting for weather to change. Is there a workaround code for this so I don't have to miss a crucial weather time?
Well, I missed rainy weather again. It's going to take days for Primal Kyoger to appear now...
I'm looking for a way to increase the number of slots to hatch several eggs simultaneously, for example 10, to have 10 per autoclick, and at the same time have all the helpers active at once,
if this is possible thanks in advance