Legends of Idleon

Ask about cheats/tables for single player games here
DeathMagi
Noobzor
Noobzor
Posts: 11
Joined: Fri Mar 07, 2025 1:18 am
Reputation: 3

Re: Legends of Idleon

Post by DeathMagi »

Is there anyway to complete equinox and fractal island?

Poised
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Mar 11, 2025 4:52 pm
Reputation: 0

Re: Legends of Idleon

Post by Poised »

Is there anyone that could help with how to modify the rewards from justice? Must have set a setting wrong and the rewards were way too high and suddenly afterwards I had over 1.5k% personal experience, and cant play because everyone would level up too fast. Is there any command or way to reset or change the level of those rewards?

If I understand correctly, this should be possible by accessing and somehow editing some value in the hole array 15 (?) not sure how the command looks though, and am worried about breaking the whole arrays

amad2493
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sun Jan 26, 2025 3:13 pm
Reputation: 9

Re: Legends of Idleon

Post by amad2493 »

Poised wrote:
Sun Mar 30, 2025 5:12 am
Is there anyone that could help with how to modify the rewards from justice? Must have set a setting wrong and the rewards were way too high and suddenly afterwards I had over 1.5k% personal experience, and cant play because everyone would level up too fast. Is there any command or way to reset or change the level of those rewards?

If I understand correctly, this should be possible by accessing and somehow editing some value in the hole array 15 (?) not sure how the command looks though, and am worried about breaking the whole arrays
Array 15
https://fearlessrevolution.com/viewtop ... 44#p382644

amad2493
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sun Jan 26, 2025 3:13 pm
Reputation: 9

Re: Legends of Idleon

Post by amad2493 »

Is there anyway to reset/change value of “Available talent points”. I accidentally drop and applied tab 5 (Masterclass) talent points on my DB.

amad2493
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sun Jan 26, 2025 3:13 pm
Reputation: 9

Re: Legends of Idleon

Post by amad2493 »

DeathMagi wrote:
Sun Mar 30, 2025 3:42 am
Is there anyway to complete equinox and fractal island?
replace (XXX) with 0 until 35. Do note that 35 is dream 36 which is impossible to complete as of now.

Code: Select all

bEngine.getGameAttribute("WeeklyBoss").h.d_(XXX)=-1
This one is Equinox upgrade levels

Code: Select all

 bEngine.getGameAttribute("Dream")
This is Fractal hours

Code: Select all

 bEngine.getGameAttribute("OptionsListAccount")[184]=Value 

TheLonelyGhost
Noobzor
Noobzor
Posts: 8
Joined: Mon Feb 10, 2025 4:50 pm
Reputation: 0

Re: Legends of Idleon

Post by TheLonelyGhost »

Disputate wrote:
Wed Mar 26, 2025 10:20 pm
Here is a new version of the injector, which should now be fixed. Added some error handling and fixed a possible timing issue.

Please give me some feedback if this version is now working for everyone.

If it works i'll edit this post.

File to big to upload here.
password: disputate
[Link]
Yeahhhh it seems your version of the injector (was using valleymoons before) doesn't work with a lot of things. Ie, Gem shop nulification even though its on, vial cheats like attempts/rng, etc etc etc. Idk if its just not injecting right or what, but something seems to not be working right. Even toggling them on and off don't do anything.

Poised
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Mar 11, 2025 4:52 pm
Reputation: 0

Re: Legends of Idleon

Post by Poised »

amad2493 wrote:
Sun Mar 30, 2025 1:45 pm
Poised wrote:
Sun Mar 30, 2025 5:12 am
Is there anyone that could help with how to modify the rewards from justice? Must have set a setting wrong and the rewards were way too high and suddenly afterwards I had over 1.5k% personal experience, and cant play because everyone would level up too fast. Is there any command or way to reset or change the level of those rewards?

If I understand correctly, this should be possible by accessing and somehow editing some value in the hole array 15 (?) not sure how the command looks though, and am worried about breaking the whole arrays
Array 15
https://fearlessrevolution.com/viewtop ... 44#p382644
I'm just not sure how the command would work/look, and have read a lot in this thread about how careful you need to be when editing these things.
I haven't touched this part of anything before, only edited the config files that come with, and never used chromedebug or changing values.

I assume from what Ive read that I need to run the chrome debug command, and then in the console I should be able to look through the different arrays and find hole and array 15, and from the numbers guess which bonus is which.
Would I then edit the value by using the change command on the hole variable and do like hole[15][indexofbonusIwantchange] = newValue (?)
Or would I need to edit the whole array.

amad2493
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sun Jan 26, 2025 3:13 pm
Reputation: 9

Re: Legends of Idleon

Post by amad2493 »

TheLonelyGhost wrote:
Sun Mar 30, 2025 1:58 pm
Disputate wrote:
Wed Mar 26, 2025 10:20 pm
Here is a new version of the injector, which should now be fixed. Added some error handling and fixed a possible timing issue.

Please give me some feedback if this version is now working for everyone.

If it works i'll edit this post.

File to big to upload here.
password: disputate
[Link]
Yeahhhh it seems your version of the injector (was using valleymoons before) doesn't work with a lot of things. Ie, Gem shop nulification even though its on, vial cheats like attempts/rng, etc etc etc. Idk if its just not injecting right or what, but something seems to not be working right. Even toggling them on and off don't do anything.
“wide” Cheats doesnt work if you cloudsave. You have to restart

amad2493
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sun Jan 26, 2025 3:13 pm
Reputation: 9

Re: Legends of Idleon

Post by amad2493 »

Poised wrote:
Sun Mar 30, 2025 1:59 pm
amad2493 wrote:
Sun Mar 30, 2025 1:45 pm
Poised wrote:
Sun Mar 30, 2025 5:12 am
Is there anyone that could help with how to modify the rewards from justice? Must have set a setting wrong and the rewards were way too high and suddenly afterwards I had over 1.5k% personal experience, and cant play because everyone would level up too fast. Is there any command or way to reset or change the level of those rewards?

If I understand correctly, this should be possible by accessing and somehow editing some value in the hole array 15 (?) not sure how the command looks though, and am worried about breaking the whole arrays
Array 15
https://fearlessrevolution.com/viewtop ... 44#p382644
I'm just not sure how the command would work/look, and have read a lot in this thread about how careful you need to be when editing these things.
I haven't touched this part of anything before, only edited the config files that come with, and never used chromedebug or changing values.

I assume from what Ive read that I need to run the chrome debug command, and then in the console I should be able to look through the different arrays and find hole and array 15, and from the numbers guess which bonus is which.
Would I then edit the value by using the change command on the hole variable and do like hole[15][indexofbonusIwantchange] = newValue (?)
Or would I need to edit the whole array.
It is stated on that post. The upgrades are in order. If you’d like to know the “normal” value for each upgrades just look up the endgamers on the leaderboard. Or maybe you could tweak the levels based on which bonus you really desire the most.

Code: Select all

15: (array size 60) Monuments - Bonuses levels
- [0]-[9] Bravery Bonuses
- [10]-[19] Justice Bonuses
- [20]-[29] Wisdom Bonuses
Yea, you should go to chromedebug. It’s much more safe and easy.

Type in

Code: Select all

bEngine.gameAttributes.h.Holes[15]

TheLonelyGhost
Noobzor
Noobzor
Posts: 8
Joined: Mon Feb 10, 2025 4:50 pm
Reputation: 0

Re: Legends of Idleon

Post by TheLonelyGhost »

amad2493 wrote:
Sun Mar 30, 2025 2:00 pm
TheLonelyGhost wrote:
Sun Mar 30, 2025 1:58 pm
Disputate wrote:
Wed Mar 26, 2025 10:20 pm
Here is a new version of the injector, which should now be fixed. Added some error handling and fixed a possible timing issue.

Please give me some feedback if this version is now working for everyone.

If it works i'll edit this post.

File to big to upload here.
password: disputate
[Link]
Yeahhhh it seems your version of the injector (was using valleymoons before) doesn't work with a lot of things. Ie, Gem shop nulification even though its on, vial cheats like attempts/rng, etc etc etc. Idk if its just not injecting right or what, but something seems to not be working right. Even toggling them on and off don't do anything.
“wide” Cheats doesnt work if you cloudsave. You have to restart
So this is right from startup. Like restart the game and its like that. Even though they are enabled from adding into the config.custom. And as a secondary to that, under valleymoons, I can cloudsave all I want, the wides don't turn off for a while. Seems to break eventually but then I just restart and its good.

TheLonelyGhost
Noobzor
Noobzor
Posts: 8
Joined: Mon Feb 10, 2025 4:50 pm
Reputation: 0

Re: Legends of Idleon

Post by TheLonelyGhost »

Also side note, something else i just noticed.... Im not getting any more levels towards my Max Talent Book number. Just got ancient Fury statue and still at 189 instead of +25 to that. Would this be a result of some cheat perhaps?

amad2493
Expert Cheater
Expert Cheater
Posts: 65
Joined: Sun Jan 26, 2025 3:13 pm
Reputation: 9

Re: Legends of Idleon

Post by amad2493 »

TheLonelyGhost wrote:
Sun Mar 30, 2025 2:12 pm
Also side note, something else i just noticed.... Im not getting any more levels towards my Max Talent Book number. Just got ancient Fury statue and still at 189 instead of +25 to that. Would this be a result of some cheat perhaps?
Edit your config.custom.js

Pristine bonus on Ninja to t => t
Relic(?) bonus on Sailing to t => t

Edit: Pristine bonus broke my “Max Library Level” bonus on summoning that’s why I mentioned it.

Disputate
Cheater
Cheater
Posts: 47
Joined: Wed Jun 16, 2021 2:58 pm
Reputation: 77

Re: Legends of Idleon

Post by Disputate »

TheLonelyGhost wrote:
Sun Mar 30, 2025 2:07 pm
amad2493 wrote:
Sun Mar 30, 2025 2:00 pm
TheLonelyGhost wrote:
Sun Mar 30, 2025 1:58 pm


Yeahhhh it seems your version of the injector (was using valleymoons before) doesn't work with a lot of things. Ie, Gem shop nulification even though its on, vial cheats like attempts/rng, etc etc etc. Idk if its just not injecting right or what, but something seems to not be working right. Even toggling them on and off don't do anything.
“wide” Cheats doesnt work if you cloudsave. You have to restart
So this is right from startup. Like restart the game and its like that. Even though they are enabled from adding into the config.custom. And as a secondary to that, under valleymoons, I can cloudsave all I want, the wides don't turn off for a while. Seems to break eventually but then I just restart and its good.
Cloudesave breaking cheats was a thing even with valleymon, so I doubt that it works for you.
Those are one of the earliest cheats created by iBelg or Creater0822 back then.
Those break for sure on cloudsave, it would be possible to rewrite them and make them working after cloudsave.
Spoiler
(cheatState.cauldron.vialrng && key === "AlchemyVialItemsPCT") ||
(cheatState.w3.saltlick && key === "SaltLicks") ||
(cheatState.w3.refinery && key === "RefineryInfo") ||
(cheatState.w3.prayer && key === "PrayerInfo") ||
(cheatState.wide.mtx && key === "MTXinfo") ||
(cheatState.wide.post && key === "PostOfficePossibleOrders") ||
(cheatState.wide.guild && key === "GuildGPtasks") ||
(cheatState.wide.task && key === "TaskDescriptions") ||
(cheatState.wide.star && key === "SSignInfoUI") ||
(cheatState.w3.freeworship && key === "WorshipBASEinfos")
Would like to help you, but I need more to work with. Need logs that indicate to something or similar.
If you have a really slow pc, this version catches a timing issue.
[Link]
ctrl+s save as cheats.js

TheLonelyGhost
Noobzor
Noobzor
Posts: 8
Joined: Mon Feb 10, 2025 4:50 pm
Reputation: 0

Re: Legends of Idleon

Post by TheLonelyGhost »

Disputate wrote:
Sun Mar 30, 2025 3:04 pm
TheLonelyGhost wrote:
Sun Mar 30, 2025 2:07 pm
amad2493 wrote:
Sun Mar 30, 2025 2:00 pm


“wide” Cheats doesnt work if you cloudsave. You have to restart
So this is right from startup. Like restart the game and its like that. Even though they are enabled from adding into the config.custom. And as a secondary to that, under valleymoons, I can cloudsave all I want, the wides don't turn off for a while. Seems to break eventually but then I just restart and its good.
Cloudesave breaking cheats was a thing even with valleymon, so I doubt that it works for you.
Those are one of the earliest cheats created by iBelg or Creater0822 back then.
Those break for sure on cloudsave, it would be possible to rewrite them and make them working after cloudsave.
Spoiler
(cheatState.cauldron.vialrng && key === "AlchemyVialItemsPCT") ||
(cheatState.w3.saltlick && key === "SaltLicks") ||
(cheatState.w3.refinery && key === "RefineryInfo") ||
(cheatState.w3.prayer && key === "PrayerInfo") ||
(cheatState.wide.mtx && key === "MTXinfo") ||
(cheatState.wide.post && key === "PostOfficePossibleOrders") ||
(cheatState.wide.guild && key === "GuildGPtasks") ||
(cheatState.wide.task && key === "TaskDescriptions") ||
(cheatState.wide.star && key === "SSignInfoUI") ||
(cheatState.w3.freeworship && key === "WorshipBASEinfos")
Would like to help you, but I need more to work with. Need logs that indicate to something or similar.
If you have a really slow pc, this version catches a timing issue.
[Link]
ctrl+s save as cheats.js
Im not sure what to tell you. I guess my copy of valleymoon just works different lol. I can go back to player menu, cloudsaving it (and how I know it cloudsaves is because I can do the same thing, going to player menu and immediately pick up from where I left off on my phone in other cases), and come right back in and gem shop will still be 0 for gems. Now like I said, give it a bit of doing it and yes, "wide" cheats will eventually break and need a restart, but it works for a good long while. Your version, you put out, just doesn't work at all with wide cheats. From the second I load the game up, no cloudsave. Whether it's how it injects or something. Even cleared up some errors doing a log out and log back in. I have a pretty good computer, far from being a slow one so its not that. But let me get you some logs though right quick though to provide some more clarity into whats possibly going on.

UPD: Looks like using that new cheats.js fixed the issue of it not working straight from the get go so that's nice. But yeah, after cloudsaving, as you mentioned, "wide" cheats don't work on your version of the cheats. Idk what the difference is, but using valleymoon's version just works longer cloudsaving, idk lol. Oh, I am using dreamx3_v0.3 for cheats.js and config.js to update commands as well. Completely forgot about that. Maybe that's why its just working lol

TheLonelyGhost
Noobzor
Noobzor
Posts: 8
Joined: Mon Feb 10, 2025 4:50 pm
Reputation: 0

Re: Legends of Idleon

Post by TheLonelyGhost »

amad2493 wrote:
Sun Mar 30, 2025 2:15 pm
TheLonelyGhost wrote:
Sun Mar 30, 2025 2:12 pm
Also side note, something else i just noticed.... Im not getting any more levels towards my Max Talent Book number. Just got ancient Fury statue and still at 189 instead of +25 to that. Would this be a result of some cheat perhaps?
Edit your config.custom.js

Pristine bonus on Ninja to t => t
Relic(?) bonus on Sailing to t => t

Edit: Pristine bonus broke my “Max Library Level” bonus on summoning that’s why I mentioned it.
So changing ninja PristineBon to t=>t actually lowered my max level from 189 to 188 for some reason. Would be fine if it was going back to normal. But I went to Eldrich with Fury and it still stayed 188.
As for Relic bonus on sailing.... I don't have any of that in my config.custom LOL. So definitely can't be that. I have a lot of the max modifiers, so in reality I should be at max of 260/299 right now, but I'm at 188 for some reason.

Post Reply

Who is online

Users browsing this forum: antii94, G1N4, Google [Bot], Majestic-12 [Bot]