yeah, is not to use in script XD but in the console, this is what I has done wrong, but now I understand, worked fine
[Request] Pokéclicker
Re: [Request] Pokéclicker
Re: [Request] Pokéclicker
i try to change EV for pokemon with the console but it doesn t work...someone know how to do it?
Re: [Request] Pokéclicker
Code: Select all
for (i=0; i < App.game.party._caughtPokemon().length; i++) {
GameHelper.incrementObservable(App.game.statistics.effortPoints[App.game.party._caughtPokemon()[i].id], 100000);
}
Re: [Request] Pokéclicker
thanks.minisora wrote: ↑Thu Jul 07, 2022 5:39 amCode: Select all
for (i=0; i < App.game.party._caughtPokemon().length; i++) { GameHelper.incrementObservable(App.game.statistics.effortPoints[App.game.party._caughtPokemon()[i].id], 100000); }
it s works fine but only for pokemon with pokerus...is there a code to activate pokerus for all caught pokemon?(i didnt find where is the pokerus command)
Re: [Request] Pokéclicker
clad wrote: ↑Thu Jul 07, 2022 1:58 pmthanks.minisora wrote: ↑Thu Jul 07, 2022 5:39 amCode: Select all
for (i=0; i < App.game.party._caughtPokemon().length; i++) { GameHelper.incrementObservable(App.game.statistics.effortPoints[App.game.party._caughtPokemon()[i].id], 100000); }
it s works fine but only for pokemon with pokerus...is there a code to activate pokerus for all caught pokemon?(i didnt find where is the pokerus command)
Code: Select all
for (i=0; i < App.game.party._caughtPokemon().length; i++) {
App.game.party._caughtPokemon()[i].pokerus = true;
}
Re: [Request] Pokéclicker
wow thank youminisora wrote: ↑Fri Jul 08, 2022 3:16 amclad wrote: ↑Thu Jul 07, 2022 1:58 pmthanks.minisora wrote: ↑Thu Jul 07, 2022 5:39 am
Code: Select all
for (i=0; i < App.game.party._caughtPokemon().length; i++) { GameHelper.incrementObservable(App.game.statistics.effortPoints[App.game.party._caughtPokemon()[i].id], 100000); }
it s works fine but only for pokemon with pokerus...is there a code to activate pokerus for all caught pokemon?(i didnt find where is the pokerus command)Code: Select all
for (i=0; i < App.game.party._caughtPokemon().length; i++) { App.game.party._caughtPokemon()[i].pokerus = true; }
Re: [Request] Pokéclicker
a last question , is there a way to finish all achievement with the command in the console?
-
- Noobzor
- Posts: 6
- Joined: Fri Jun 10, 2022 2:18 pm
- Reputation: 1
Re: [Request] Pokéclicker
how do u gain shards?
Re: [Request] Pokéclicker
this code doesn t work now..effortPoints don t exist nowminisora wrote: ↑Thu Jul 07, 2022 5:39 amCode: Select all
for (i=0; i < App.game.party._caughtPokemon().length; i++) { GameHelper.incrementObservable(App.game.statistics.effortPoints[App.game.party._caughtPokemon()[i].id], 100000); }
Re: [Request] Pokéclicker
hi, I tested several things but I couldn't find how to increase the evolution items like DNA, and I looked for a way to increase the items (treasure) of the underground, I tested the amount or by oaskitem , but I failed miserably, so I turn to you to hope to have a solution, because with the last update I wanted to have plenty of fossil and shard.
thank you in advance
thank you in advance
Re: [Request] Pokéclicker
I would like to have a way to have all the pokemon ids implemented in the game because with each update there will be new ones and I would like to be able to give them to me, but I don't know how to see them all
Re: [Request] Pokéclicker
is there a command to get all pokemon (with all version) , with only 1 command in the console?
-
- Noobzor
- Posts: 6
- Joined: Fri Jun 10, 2022 2:18 pm
- Reputation: 1
Re: [Request] Pokéclicker
for (let index = 0; index < 897; index++) {
App.game.party.gainPokemonById(index,1)
}
App.game.party.gainPokemonById(index,1)
}
Re: [Request] Pokéclicker
thank you it works fineDragonitenoob1 wrote: ↑Thu Sep 01, 2022 11:30 pmfor (let index = 0; index < 897; index++) {
App.game.party.gainPokemonById(index,1)
}
but only for the initial version of each pokemon, not for different version of the pokemon
Re: [Request] Pokéclicker
clad wrote: ↑Fri Sep 02, 2022 11:27 amthank you it works fineDragonitenoob1 wrote: ↑Thu Sep 01, 2022 11:30 pmfor (let index = 0; index < 897; index++) {
App.game.party.gainPokemonById(index,1)
}
but only for the initial version of each pokemon, not for different version of the pokemon
i find the solution , with this command it works
for (i=0; i < App.game.party._caughtPokemon().length; i++) {
App.game.party.gainPokemonById(i,1)
}
Who is online
Users browsing this forum: BeautykittyGoddess, coccocbot-web, DotBot