Legends of Idleon

Ask about cheats/tables for single player games here
ghygqiiddfma
What is cheating?
What is cheating?
Posts: 1
Joined: Fri May 26, 2023 10:44 pm
Reputation: 0

Re: Legends of Idleon

Post by ghygqiiddfma »

Hey, how do I change which Items I have looted for slab, I messed up and gave myself an item you can't otherwise get, and I'd like that item to not be shown in Slab. I can't find where Slab info is stored to change it in GGA nor chromedebug, no way to reset slab, does anyone have a clue?

Tindal
Expert Cheater
Expert Cheater
Posts: 240
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 69

Re: Legends of Idleon

Post by Tindal »

tehFear wrote:
Fri Jun 02, 2023 9:59 pm
I tried "searching this topic" but I never get any results no matter what I type. But I was curious if you do get shadow banned does this tool let you know? Or is there an easy way to know?
Use
gga OptionsListAccount 26

If result not equal 0 - you are shadowbanned

jimmyyiphy
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Sep 17, 2022 10:44 am
Reputation: 0

Re: Legends of Idleon

Post by jimmyyiphy »

okloolikese wrote:
Thu Jun 01, 2023 2:18 pm
Spoiler
jimmyyiphy wrote:
Wed May 31, 2023 6:20 am
okloolikese wrote:
Tue May 30, 2023 3:57 pm


try to use post office upgrade reset item, see if it's works. Btw, you can edit post office rewards from chromedebug...
its doesn't work :( I try if chromedebug can fix this or not
Maybe you could, open chrome debug> copy/paste/enter this line to console:

Code: Select all

window[0].__idleon_cheats__["com.stencyl.Engine"].engine.gameAttributes.h
click the >{dummyMonsterID:..., scroll down, find and click >PostOfficeInfo

now, i'm not sure what's you trying to change but from your screenshot i guess it's the upgrade level of mana, here's the arrays info
the [0] arrays are the quest item required,
the [1] arrays are shipment #, order streak and that shield thing
the [2] arrays are the rewards you can edit, the sub [1] array is the box rewards and the [0] array is the extra +# box rewards, the [3] array is gold rewards amount.
the [3] arrays are the upgrade levels, the arrangement are pretty straightforward, 0 is fight box, 1 is health box, etc... left to right, up to bottom, number 0-23, the 24-35 are still dummy. better if you change the box amount rewards to reasonably needed to upgrade box that you already unlocked rather than go overboard, all box require 400 box, except the myriad (need 100000 to max) and sailin, divine and gamin (need 800 each to max).

pretty much you can change most of stuff from chromedebug, how safe? don't know, but better check to those who ever tried it first hand, or just try and experiment with alt account...
oh it works! thanks a lot for your help!!

Melanthios
Cheater
Cheater
Posts: 44
Joined: Mon Sep 05, 2022 7:39 pm
Reputation: 0

Re: Legends of Idleon

Post by Melanthios »

Anyway to up my gold nugget in gaming, my luck has been garbage

Tindal
Expert Cheater
Expert Cheater
Posts: 240
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 69

Re: Legends of Idleon

Post by Tindal »

Melanthios wrote:
Sat Jun 03, 2023 5:48 pm
Anyway to up my gold nugget in gaming, my luck has been garbage
chng bEngine.getGameAttribute("Gaming")[8]=nugget_number

MaximumEffort
Noobzor
Noobzor
Posts: 8
Joined: Mon May 29, 2023 12:25 pm
Reputation: 0

Re: Legends of Idleon

Post by MaximumEffort »

Is there a command that unlocks Smithing Recipes?

Sjaklz
What is cheating?
What is cheating?
Posts: 1
Joined: Fri Jun 02, 2023 9:04 am
Reputation: 0

Re: Legends of Idleon

Post by Sjaklz »

Tindal wrote:
Thu Jun 01, 2023 10:34 am
Alcadiums wrote:
Thu Jun 01, 2023 9:36 am
I made a mistake and added a level to all stamps. It's given me some obvious placeholder stamps. I'm afraid it might lead to a shadowban , is there a way to either delete them or just reset all of my stamps
Try this:
chng bEngine.getGameAttribute('StampLevel")[TabID][Stamp_number]=0
chng bEngine.getGameAttribute('StampLevelMax")[TabID][Stamp_number]=0

For examle:
Stamp - TalentV
chng bEngine.getGameAttribute('StampLevel')[2][16]=0
chng bEngine.getGameAttribute('StampLevelMax')[2][16]=0

So you need to reset:
ID - #
1 - 27
1 - 28
1 - 31
1 - 32
1 - 34
2 - 9
2 - 10
2 - 11
2 - 12
2 - 16
How would you do this with Vials?

Tindal
Expert Cheater
Expert Cheater
Posts: 240
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 69

Re: Legends of Idleon

Post by Tindal »

Sjaklz wrote:
Sun Jun 04, 2023 7:46 pm

How would you do this with Vials?
Easy!
chng bEngine.getGameAttribute("CauldronInfo")[4][ID]=vial_level
where:
ID is Vial number from 0 to 59

Or you can use 'cauldron vialcost' and upgrade all your vialf for free.

valleymon
Expert Cheater
Expert Cheater
Posts: 185
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 209

Re: Legends of Idleon

Post by valleymon »

OK, it's very rough around the edges, but Snail cheats are added

viewtopic.php?p=268697#p268697
As you can see in config.js there's configuration for upgrade chance, downgrade chance and multiplier from the snail too:

Code: Select all

			
			SnailStuff: (t, args) => {
				return {
					0: t => 1, // upgrade chance
					1: t => 0, // reset chance
					2: t => t  // bit multiplier
				}[args[1]](t)
			},
			SnailMail: false,
			
It's a bit more complicated than normal, but essentially
t => 1 gives 100% upgrade chance
t => 0 gives 0% downgrade chance
t => t gives the normal bit multiplier for your snail level

Setting the SnailMail option to a number instead of false will mean you always have that many snail mails available. Set to 3+ and you're golden
Last edited by valleymon on Mon Jun 05, 2023 1:42 am, edited 1 time in total.

TheKannibalKlown
What is cheating?
What is cheating?
Posts: 2
Joined: Mon Jun 05, 2023 12:53 am
Reputation: 0

Re: Legends of Idleon

Post by TheKannibalKlown »

Can someone link me to the post with instructions how to use the cheats? i downloaded the zip but cant find instructions and dont really wanna sift through 200 pages of posts :/

valleymon
Expert Cheater
Expert Cheater
Posts: 185
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 209

Re: Legends of Idleon

Post by valleymon »

TheKannibalKlown wrote:
Mon Jun 05, 2023 1:19 am
Can someone link me to the post with instructions how to use the cheats? i downloaded the zip but cant find instructions and dont really wanna sift through 200 pages of posts :/
It's in the post I just made

raxele123
Expert Cheater
Expert Cheater
Posts: 270
Joined: Sun Nov 29, 2020 6:35 pm
Reputation: 32

Re: Legends of Idleon

Post by raxele123 »

valleymon wrote:
Mon Jun 05, 2023 1:35 am
TheKannibalKlown wrote:
Mon Jun 05, 2023 1:19 am
Can someone link me to the post with instructions how to use the cheats? i downloaded the zip but cant find instructions and dont really wanna sift through 200 pages of posts :/
It's in the post I just made
We love you! (btw I still can't do "class 4" for voidwalker, some helmet gets in the way)

blangolas
What is cheating?
What is cheating?
Posts: 1
Joined: Thu Sep 22, 2022 8:26 am
Reputation: 0

Re: Legends of Idleon

Post by blangolas »

hey, i'm using the most recent version (58) and 'wide gembuylimit' does not work anymore

can anyone confirm?

gotrunks712
Noobzor
Noobzor
Posts: 13
Joined: Wed Feb 06, 2019 5:23 pm
Reputation: 1

Re: Legends of Idleon

Post by gotrunks712 »

blangolas wrote:
Mon Jun 05, 2023 10:28 am
hey, i'm using the most recent version (58) and 'wide gembuylimit' does not work anymore

can anyone confirm?
It's working just fine for me. Do you have the most recent version of the tools?

valleymon
Expert Cheater
Expert Cheater
Posts: 185
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 209

Re: Legends of Idleon

Post by valleymon »

blangolas wrote:
Mon Jun 05, 2023 10:28 am
hey, i'm using the most recent version (58) and 'wide gembuylimit' does not work anymore

can anyone confirm?
wide mtx also needs to be active

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], Google Adsense [Bot]