Page 2 of 11

Re: [Request] Pokéclicker

Posted: Tue May 24, 2022 1:40 pm
by the12doctor
did anyone know the command code for pokemon attack or click attack ?

Re: [Request] Pokéclicker

Posted: Wed May 25, 2022 1:23 am
by alvarogv2
anyone can help about the shiny chance? I've search a lot and not found how to change

Re: [Request] Pokéclicker

Posted: Wed May 25, 2022 7:02 am
by pumbaleporc
I find how to breed egg fast:

Code: Select all

App.game.breeding.progressEggs(10000)

Re: [Request] Pokéclicker

Posted: Wed May 25, 2022 6:03 pm
by jjc1228
alvarogv2 wrote:
Wed May 25, 2022 1:23 am
anyone can help about the shiny chance? I've search a lot and not found how to change
Battle.enemyPokemon().shiny = true

will turn what ever pokemon you're battling Shiny!

Re: [Request] Pokéclicker

Posted: Wed May 25, 2022 8:28 pm
by alvarogv2
thx a lot. I wonder if I will ever be able to learn all these things. so many codes lol

Re: [Request] Pokéclicker

Posted: Thu May 26, 2022 7:28 am
by bpx
Anyone found how to give yourself gems?
And how to give yourself specific versions of mons that have different forms? (Vivillon for example)

Re: [Request] Pokéclicker

Posted: Thu May 26, 2022 8:35 am
by pumbaleporc
bpx wrote:
Thu May 26, 2022 7:28 am
Anyone found how to give yourself gems?
And how to give yourself specific versions of mons that have different forms? (Vivillon for example)
Yo

For Gems:

App.game.gems.gainGems(Amount, gemType)
for normal gems: App.game.gems.gainGems(1000000, 0)

For vivillon you can try this:

App.game.party.gainPokemonById(666,0)
App.game.party.gainPokemonById(666.01,0)
App.game.party.gainPokemonById(666.02,0)
.
.
.
App.game.party.gainPokemonById(666.19,0)

Re: [Request] Pokéclicker

Posted: Thu May 26, 2022 3:09 pm
by kymsheee
jjc1228 wrote:
Wed May 25, 2022 6:03 pm
alvarogv2 wrote:
Wed May 25, 2022 1:23 am
anyone can help about the shiny chance? I've search a lot and not found how to change
Battle.enemyPokemon().shiny = true

will turn what ever pokemon you're battling Shiny!
Someone can help me this code don't work for me please :/

Re: [Request] Pokéclicker

Posted: Thu May 26, 2022 4:16 pm
by alvarogv2
kymsheee wrote:
Thu May 26, 2022 3:09 pm
jjc1228 wrote:
Wed May 25, 2022 6:03 pm
alvarogv2 wrote:
Wed May 25, 2022 1:23 am
anyone can help about the shiny chance? I've search a lot and not found how to change
Battle.enemyPokemon().shiny = true

will turn what ever pokemon you're battling Shiny!
Someone can help me this code don't work for me please :/
dude, you need to activate a code insta you defeat a pokémon.

For example: you enter route 19, before you kill a pokémon you activate a code in console.

Re: [Request] Pokéclicker

Posted: Thu May 26, 2022 5:32 pm
by jjc1228
alvarogv2 wrote:
Thu May 26, 2022 4:16 pm
kymsheee wrote:
Thu May 26, 2022 3:09 pm
jjc1228 wrote:
Wed May 25, 2022 6:03 pm


Battle.enemyPokemon().shiny = true

will turn what ever pokemon you're battling Shiny!
Someone can help me this code don't work for me please :/
dude, you need to activate a code insta you defeat a pokémon.

For example: you enter route 19, before you kill a pokémon you activate a code in console.




instant defeat pokemon?

Re: [Request] Pokéclicker

Posted: Fri May 27, 2022 7:24 am
by MissAble
Very useful thread, the Quest Points are incredibly slow to get >.<

Can someone explain how the Chrome console works? I modify the values in the script.min.js but nothing changes in the game, is there a save button or something?

Re: [Request] Pokéclicker

Posted: Fri May 27, 2022 11:12 am
by porcinet
Could someone tell me a way to get max oak item cause i got only the squirtbottle and magic ball left but it's so boring. Thx

Re: [Request] Pokéclicker

Posted: Wed Jun 01, 2022 11:57 am
by Geff55
Any idea how to unlock Lum berry specificly ?

Re: [Request] Pokéclicker

Posted: Thu Jun 02, 2022 9:12 am
by porcinet
Geff55 wrote:
Wed Jun 01, 2022 11:57 am
Any idea how to unlock Lum berry specificly ?
Chest loot from radio tower after clearing it 250 time minimum or you do it with App.game.farming.gainBerry(number of the berry,quantities) so for lum it's like App.game.farming.gainBerry(19,999)

Re: [Request] Pokéclicker

Posted: Sun Jun 05, 2022 12:19 am
by nihilism
App.game.multiplier.addBonus('type', () => amount)

App.game.multiplier.addBonus('clickAttack', () => 10) will multiply current 'clickAttack' multiplier by '10'. You can use fractions/decimals to reduce multiplier. ex: App.game.multiplier.addBonus('clickAttack', () => 0.1) will divide the multiplier by 10.

You can use App.game.multiplier.getBonus('type') to get the current value.

multiplier types
clickAttack
dungeonToken
eggStep
exp
money
pokemonAttack
roaming
shiny