Search found 7 matches

by Prodigy
Wed Nov 15, 2023 3:14 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73127

Re: [Request] Pokéclicker

`````is there any way to multiply oak item bonuses as well? Try this. It makes every oak item stronger for (let i = 0; i < 6; i++) { for (let j = 0; j < 12; j ++){ App.game.oakItems.itemList[j].bonusList =8192; }} I just want to change the magic balls %, but when i change "[j]" to "[0]" for the mag...
by Prodigy
Wed Nov 15, 2023 3:11 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73127

Re: [Request] Pokéclicker

SonGashi wrote:
Sat Oct 15, 2022 1:43 pm
Zeus21 wrote:
Fri Sep 23, 2022 3:13 am
`````is there any way to multiply oak item bonuses as well?
Try this. It makes every oak item stronger

for (let i = 0; i < 6; i++) {
for (let j = 0; j < 12; j ++){
App.game.oakItems.itemList[j].bonusList=8192;
}}


This doesnt work in my experience
by Prodigy
Thu Jan 26, 2023 1:55 pm
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73127

Re: [Request] Pokéclicker

Figured out the Evo stone thing by looking into the githubs coding for anyone else who was confused lol... Example: ItemList["Lunar_light"].gain(9999) instead of ItemList["Twisted_Spoon"].gain(9999) or ItemList["Lunar_Light"].gain(9999) in this instance lmao Whenever I put ItemList[" in the console...
by Prodigy
Wed Jan 25, 2023 3:04 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73127

Re: [Request] Pokéclicker

Figured out the Evo stone thing by looking into the githubs coding for anyone else who was confused lol...

Example:
ItemList["Lunar_light"].gain(9999) instead of
ItemList["Twisted_Spoon"].gain(9999) or ItemList["Lunar_Light"].gain(9999) in this instance lmao
by Prodigy
Mon Jan 23, 2023 4:45 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73127

Re: [Request] Pokéclicker

ItemList["Twisted_Spoon"].gain(9999) This appears to work for everything in the item bag, evolution items, battle items, flutes and pokeballs. AchievementHandler.achievementList If anyone can figure out how to use this and win achievements would be appreciated. [/quote] The linking cord isn't working
by Prodigy
Mon Jan 23, 2023 4:44 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73127

Re: [Request] Pokéclicker

ItemList["Twisted_Spoon"].gain(9999) This appears to work for everything in the item bag, evolution items, battle items, flutes and pokeballs. AchievementHandler.achievementList If anyone can figure out how to use this and win achievements would be appreciated. [/quote] The linking cord isn't working
by Prodigy
Wed Oct 19, 2022 2:41 am
Forum: Single Player Cheat Requests
Topic: [Request] Pokéclicker
Replies: 150
Views: 73127

Re: [Request] Pokéclicker

Is there a code to add shards? Thanks in advance.