Legends of Idleon

Ask about cheats/tables for single player games here
wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

thefrozen wrote:
Mon May 19, 2025 7:45 pm
wando wrote:
Mon May 19, 2025 7:03 pm

thank you very much man that helped alot another thing is it normal that i cant pick up mob drops from the ground its not that important but thank you for the help it fixed the damge and its very helpfull
Can you not pick things up, or is that you have auto-loot on and it auto deposits to the storage chest? Because that's on by default
if auto loot on items to chest auto loot off cant pick things up i can pick up dust and bones but not normal matirals like green spore cap
ihave a question where does kills get stored as i killed alot of glommys and the buff give me nan multi kill now i would love to reset that

tharshak
Noobzor
Noobzor
Posts: 11
Joined: Fri May 02, 2025 12:18 pm
Reputation: 0

Re: Legends of Idleon

Post by tharshak »

Hey guys, has anyone figured out how to add more of the exalted stamps with chng?

lil Dinoel
What is cheating?
What is cheating?
Posts: 1
Joined: Wed May 21, 2025 8:33 am
Reputation: 0

Re: Legends of Idleon

Post by lil Dinoel »

Hello, I tried to edit my 4th liquid cauldrons rate level on Game guardian and I managed to find the cauldrons Rate level and I edited the level, but the rate didn't change.

Now even if I try to level the rate up normally it doesnt change the liquid regen speed.
Is there a fix to this?

Thank you in advance

wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

lil Dinoel wrote:
Wed May 21, 2025 8:44 am
Hello, I tried to edit my 4th liquid cauldrons rate level on Game guardian and I managed to find the cauldrons Rate level and I edited the level, but the rate didn't change.

Now even if I try to level the rate up normally it doesnt change the liquid regen speed.
Is there a fix to this?

Thank you in advance
i dont know if it will work but try making it 0 leave the gmae and rejoin it might work

reided
What is cheating?
What is cheating?
Posts: 1
Joined: Thu May 15, 2025 11:13 pm
Reputation: 0

Re: Legends of Idleon

Post by reided »

does anyone have any idea of how to reset / edit some things on the tome ?

spicynugget80
What is cheating?
What is cheating?
Posts: 4
Joined: Sun May 18, 2025 10:23 am
Reputation: 0

Re: Legends of Idleon

Post by spicynugget80 »

can anybody tell me the command to change gems owned please ,because my characters now missing some of its UI and cannot interact with the rest that is still visible on the screen.

User avatar
youngthugfan183
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri May 23, 2025 8:20 am
Reputation: 22

Re: Legends of Idleon

Post by youngthugfan183 »

spicynugget80 wrote:
Fri May 23, 2025 3:23 am
can anybody tell me the command to change gems owned please ,because my characters now missing some of its UI and cannot interact with the rest that is still visible on the screen.
This will change the amount of gems you own.
bEngine.gameAttributes.h.GemsOwned=Amount
reided wrote:
Fri May 23, 2025 12:30 am
does anyone have any idea of how to reset / edit some things on the tome ?
Items in the slab are stored in "cards" [1] and are not automatically sorted but kept in the order you found them. So use bEngine.getGameAttribute("Cards")[1] to see what place and id item you want to delete.

delete bEngine.getGameAttribute("Cards")[1][X]
This will delete the slab entry [X] which is the id of your item, so if godshard ore was your 183rd item you need to write delete bEngine.getGameAttribute("Cards")[1][183].
BUT even if you delete the item from the Cards array the slab will still have the same number of items found as before deletion. Meaning if you have 1283 items found and you deleted the godshard ore entry, you also need to change bEngine.getGameAttribute("Cards")[1].length=length.

First check the length with bEngine.getGameAttribute("Cards")[1].length and then use bEngine.getGameAttribute("Cards")[1]=1282.

The biggest problem is just figuring out what entry is what [X].

Viqnuie
Noobzor
Noobzor
Posts: 8
Joined: Sat Feb 24, 2024 11:18 pm
Reputation: 0

Re: Legends of Idleon

Post by Viqnuie »

anything to make justice easier?

User avatar
youngthugfan183
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri May 23, 2025 8:20 am
Reputation: 22

Re: Legends of Idleon

Post by youngthugfan183 »

Viqnuie wrote:
Fri May 23, 2025 10:14 am
anything to make justice easier?
There are 2 ways to do justice:
1.

Code: Select all

Monument minigame data: bEngine.getGameAttribute("PixelHelperActor")[25].getValue("ActorEvents_670", "_GenINFO")
- 132: Mental health
- 133: Coin
- 134: Popularity
- 135: Dismissal
- 140: Chest
Edit these values during the run making it 'easier'
2.

Code: Select all

bEngine.gameAttributes.h.Holes[15][X]
15: (array size 60) Monuments - Bonuses levels
- [0]-[9] Bravery Bonuses
- [10]-[19] Justice Bonuses
- [20]-[29] Wisdom Bonuses
Make sure you cross reference your current level to make sure what you are editing.
So if I want to change my bravery Cooking Speed I will check what level it is, for example 17, and will check with:
bEngine.gameAttributes.h.Holes[15]
Giving me the whole array structured as above, find the level 17 and count from 0 (since arrays start at index 0) and see that:
bEngine.gameAttributes.h.Holes[15][3]
Will return my current Cooking Speed level, 17.
Then you can change it with:
bEngine.gameAttributes.h.Holes[15][3]=your level

Make 100% sure you know what you are editing before you change it.
Last edited by youngthugfan183 on Mon May 26, 2025 7:40 am, edited 1 time in total.

wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

does anay one know how to delet a charcter i made an 11th charcter and i dont realy need him and he might be bugging my account as i get random damge and loot from other monsters so i would love if anay one had a way to delet a char
thanks in advance

Zanbu
Noobzor
Noobzor
Posts: 6
Joined: Sat Jun 24, 2023 2:41 pm
Reputation: 0

Re: Legends of Idleon

Post by Zanbu »

I cannot seem to locate the location for what your current endless wave number is. Is there a way to set your endless wave number with the bonuses unlocking for endless waves by doing so?

spicynugget80
What is cheating?
What is cheating?
Posts: 4
Joined: Sun May 18, 2025 10:23 am
Reputation: 0

Re: Legends of Idleon

Post by spicynugget80 »

wando wrote:
Fri May 23, 2025 6:12 pm
does anay one know how to delet a charcter i made an 11th charcter and i dont realy need him and he might be bugging my account as i get random damge and loot from other monsters so i would love if anay one had a way to delet a char
thanks in advance
also would like to know this , as for me i have lowered all my stats/gems to really low numbers and yet 2 of my characters UI is missing and practically bricked.

User avatar
youngthugfan183
Expert Cheater
Expert Cheater
Posts: 55
Joined: Fri May 23, 2025 8:20 am
Reputation: 22

Re: Legends of Idleon

Post by youngthugfan183 »

wando wrote:
Fri May 23, 2025 6:12 pm
does anay one know how to delet a charcter i made an 11th charcter and i dont realy need him and he might be bugging my account as i get random damge and loot from other monsters so i would love if anay one had a way to delet a char
thanks in advance
spicynugget80 wrote:
Sat May 24, 2025 3:35 am
also would like to know this , as for me i have lowered all my stats/gems to really low numbers and yet 2 of my characters UI is missing and practically bricked.
I don't know if it will work but it might be worth trying. Stuff like inventory of a character is saved at:
bEngine.gameAttributes.h.PlayerDATABASE.h.<player_name>.h.InventoryOrder
So based on that it might work if you try:
delete bEngine.gameAttributes.h.PlayerDATABASE.h.<player_name>
Note I haven't tried it and you should try it on an alt first to see if it works.
Zanbu wrote:
Sat May 24, 2025 12:16 am
I cannot seem to locate the location for what your current endless wave number is. Is there a way to set your endless wave number with the bonuses unlocking for endless waves by doing so?
Endless summoning is found under OptionListAccount 319.
bEngine.getGameAttribute("OptionsListAccount")[319]=[i]wave you want[/i]
Note this doesn't give you the associated win bonuses.

wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

my coins multi is nan is there a fix for that
i didnot change anay multapplayer just started the game didnot get coins looked in valut coins X nan
and please tell me what is a shadow ban ihave 11 chacter and my lvl is 6500 will that get me shadow banned and i got alot of nan proplems :(

wando
Cheater
Cheater
Posts: 27
Joined: Mon May 12, 2025 9:23 am
Reputation: 0

Re: Legends of Idleon

Post by wando »

youngthugfan183 wrote:
Sat May 24, 2025 1:51 pm
wando wrote:
Fri May 23, 2025 6:12 pm
does anay one know how to delet a charcter i made an 11th charcter and i dont realy need him and he might be bugging my account as i get random damge and loot from other monsters so i would love if anay one had a way to delet a char
thanks in advance
spicynugget80 wrote:
Sat May 24, 2025 3:35 am
also would like to know this , as for me i have lowered all my stats/gems to really low numbers and yet 2 of my characters UI is missing and practically bricked.
I don't know if it will work but it might be worth trying. Stuff like inventory of a character is saved at:
bEngine.gameAttributes.h.PlayerDATABASE.h.<player_name>.h.InventoryOrder
So based on that it might work if you try:
delete bEngine.gameAttributes.h.PlayerDATABASE.h.<player_name>
Note I haven't tried it and you should try it on an alt first to see if it works.
Zanbu wrote:
Sat May 24, 2025 12:16 am
I cannot seem to locate the location for what your current endless wave number is. Is there a way to set your endless wave number with the bonuses unlocking for endless waves by doing so?
Endless summoning is found under OptionListAccount 319.
bEngine.getGameAttribute("OptionsListAccount")[319]=[i]wave you want[/i]
Note this doesn't give you the associated win bonuses.
if there is a space in the charcter name what do i do with in and what should the name look like its WOW IAM11 i know iam not that creative its not working and it might be becous of the name being typed wrong

Post Reply

Who is online

Users browsing this forum: henarot, jvalston