Legends of Idleon
Re: Legends of Idleon
Is there anyway to complete equinox and fractal island?
Re: Legends of Idleon
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
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
Re: Legends of Idleon
Array 15Poised wrote: ↑Sun Mar 30, 2025 5:12 amIs 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
https://fearlessrevolution.com/viewtop ... 44#p382644
Re: Legends of Idleon
Is there anyway to reset/change value of “Available talent points”. I accidentally drop and applied tab 5 (Masterclass) talent points on my DB.
Re: Legends of Idleon
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
Code: Select all
bEngine.getGameAttribute("Dream")
Code: Select all
bEngine.getGameAttribute("OptionsListAccount")[184]=Value
-
- Noobzor
- Posts: 8
- Joined: Mon Feb 10, 2025 4:50 pm
- Reputation: 0
Re: Legends of Idleon
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.Disputate wrote: ↑Wed Mar 26, 2025 10:20 pmHere 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]
Re: Legends of Idleon
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.amad2493 wrote: ↑Sun Mar 30, 2025 1:45 pmArray 15Poised wrote: ↑Sun Mar 30, 2025 5:12 amIs 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
https://fearlessrevolution.com/viewtop ... 44#p382644
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.
Re: Legends of Idleon
“wide” Cheats doesnt work if you cloudsave. You have to restartTheLonelyGhost wrote: ↑Sun Mar 30, 2025 1:58 pmYeahhhh 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.Disputate wrote: ↑Wed Mar 26, 2025 10:20 pmHere 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]
Re: Legends of Idleon
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.Poised wrote: ↑Sun Mar 30, 2025 1:59 pmI'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.amad2493 wrote: ↑Sun Mar 30, 2025 1:45 pmArray 15Poised wrote: ↑Sun Mar 30, 2025 5:12 amIs 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
https://fearlessrevolution.com/viewtop ... 44#p382644
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.
Code: Select all
15: (array size 60) Monuments - Bonuses levels
- [0]-[9] Bravery Bonuses
- [10]-[19] Justice Bonuses
- [20]-[29] Wisdom Bonuses
Type in
Code: Select all
bEngine.gameAttributes.h.Holes[15]
-
- Noobzor
- Posts: 8
- Joined: Mon Feb 10, 2025 4:50 pm
- Reputation: 0
Re: Legends of Idleon
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.amad2493 wrote: ↑Sun Mar 30, 2025 2:00 pm“wide” Cheats doesnt work if you cloudsave. You have to restartTheLonelyGhost wrote: ↑Sun Mar 30, 2025 1:58 pmYeahhhh 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.Disputate wrote: ↑Wed Mar 26, 2025 10:20 pmHere 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]
-
- Noobzor
- Posts: 8
- Joined: Mon Feb 10, 2025 4:50 pm
- Reputation: 0
Re: Legends of Idleon
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?
Re: Legends of Idleon
Edit your config.custom.jsTheLonelyGhost wrote: ↑Sun Mar 30, 2025 2:12 pmAlso 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?
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.
Re: Legends of Idleon
Cloudesave breaking cheats was a thing even with valleymon, so I doubt that it works for you.TheLonelyGhost wrote: ↑Sun Mar 30, 2025 2:07 pmSo 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.amad2493 wrote: ↑Sun Mar 30, 2025 2:00 pm“wide” Cheats doesnt work if you cloudsave. You have to restartTheLonelyGhost 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.
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")
(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")
If you have a really slow pc, this version catches a timing issue.
[Link]
ctrl+s save as cheats.js
-
- Noobzor
- Posts: 8
- Joined: Mon Feb 10, 2025 4:50 pm
- Reputation: 0
Re: Legends of Idleon
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.Disputate wrote: ↑Sun Mar 30, 2025 3:04 pmCloudesave breaking cheats was a thing even with valleymon, so I doubt that it works for you.TheLonelyGhost wrote: ↑Sun Mar 30, 2025 2:07 pmSo 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.
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.Would like to help you, but I need more to work with. Need logs that indicate to something or similar.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")
If you have a really slow pc, this version catches a timing issue.
[Link]
ctrl+s save as cheats.js
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
-
- Noobzor
- Posts: 8
- Joined: Mon Feb 10, 2025 4:50 pm
- Reputation: 0
Re: Legends of Idleon
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.amad2493 wrote: ↑Sun Mar 30, 2025 2:15 pmEdit your config.custom.jsTheLonelyGhost wrote: ↑Sun Mar 30, 2025 2:12 pmAlso 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?
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.
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.
Who is online
Users browsing this forum: antii94, G1N4, Google [Bot], Majestic-12 [Bot]