Legends of Idleon

Ask about cheats/tables for single player games here
Jokell
Noobzor
Noobzor
Posts: 7
Joined: Tue Sep 14, 2021 2:01 am
Reputation: 1

Re: Legends of Idleon

Post by Jokell »

Hello guys.
I've upgraded/maxed all available bonuses in Tesseract. After a while, I noticed that I couldn't use Arcane Rock/Charred Bone/Aethermoon for gains. And the tachyon income per hour is also zero, like first screenshot.

I started trying to fix it to the best of my understanding...
I deleveled the three tesseract upgrades "tachyon gains" to the first levels, but nothing fixed it.
I thought that the problem was the overflow of the values of total amount bone(е155)+dust(е150)+tachyons(е125), over e308.. but after decreased numbers in OptionsListAccount, for specific amounts bone+dust+tachyons to B, and total amounts bone+dust+tachyons to T - looks like the second screenshot, after refresh map - first screenshot.
I did not see the OLA number total of master class resources in the list. Only 329+362+394. Reload injector+game. Still nothing fixed it.
Image Image
Maybe the problem is in some later bugged bonus from the tesseract?
Does anyone have any idea how to fix this? I would appreciate any help.

Supafast
What is cheating?
What is cheating?
Posts: 2
Joined: Fri Mar 08, 2024 11:59 pm
Reputation: 0

Re: Legends of Idleon

Post by Supafast »

youngthugfan183 wrote:
Thu Jun 26, 2025 7:40 am
nbghty wrote:
Wed Jun 25, 2025 9:42 am

adding .h return undefined that's my issue
Then you must've done something to that array or lava (which is unlikely), it doesn't just disappear.
Derok wrote:
Wed Jun 25, 2025 12:12 pm
Full code/string? because i tried that but didn't work(both things, the optionaccountlist and the arcadeupg 101)
If you can't figure this out maybe it's best you don't change it.

Code: Select all

bEngine.getGameAttribute("OptionsListAccount")[324]=cosmic balls
Netron wrote:
Wed Jun 25, 2025 1:29 pm
so like i got a problem that when i try to open the injector it does one of the two things either like crash immidietly or wait till i can see the character select and then crash or somethimes very rarely it loads normaly and when it crashes immidietly it stops on Loaded cheats in the console and the other time initializing cheats ingame
Any error would be helpful + have you tried reinstalling Idleon and injector?
dextera wrote:
Wed Jun 25, 2025 6:26 pm

Trying to figure out how to use this just cause its interesting.
After running that I see (6) [Array(6), Array(6), Array(6), Array(6), Array(6), Array(6)] which i assume is the 6x6 array which corresponds with the board but i'm not seeing any of the values inside the array.
I can't be bothered anyways to look at this, just drop the nametag, storage space and give yourself the amount of prisma bubbles a whale would have, since you probably already bought all bundles cheated.
Derok wrote:
Wed Jun 25, 2025 8:19 pm
what's the ideal number for reducing the costs of tachyon upgrades? i put 999999 (it's not much, if i put 0 things goes "NaNinfinite")
I haven't looked at the code but I'm guessing its t / x. If you make x 99999 everything will be almost free, 0 gives a division by 0 error (since you can't devide by 0). What the ideal number is is don't change it, it's early and in release and you will get ahead of people. But what is ideal for you if you don't care depends on you.
Supafast wrote:
Thu Jun 26, 2025 12:05 am
Hadn't used the injector in quite a long time. Used it to drop some arcane rocks, used them, changed world, and UI bugged. Can't see inventory, can't see multiple UI components. Performed an inv wipe, but didn't resolve. Any other areas that I would do well to check?
If you did wipe inv already and it didn't fix I would take a look at your tachyons and see if those are incredibly high.
TJM414 wrote:
Thu Jun 26, 2025 12:55 am

What is the github link for it though
It's quite literally the first thing you see when you click on Setup and Usage.
safff777 wrote:
Thu Jun 26, 2025 1:49 am
is there a way to downgrade some upgrade ? i accidentally maxed some upgrade from breeding that even lategamer cant afford lol
especially paint bucket and overwhelmed golden egg
The 'Breeding' upgrades are stored under [2].
alphatango wrote:
Thu Jun 26, 2025 2:48 am
anyone know if its possible to reset hoops minigame score?
Try to look in the N.js file for anything related to this.
YaBoiCheater wrote:
Thu Jun 26, 2025 6:49 am
Is there any way to do the opposite of this and remove the exalt from a stamp? Also, can you add more exalted stamps by changing the "Exalted stamps purchased from gem shop" OLA?

Code: Select all

bEngine.getGameAttribute("Compass")[0][44]=Amount of exalted stamps.
This changes the amount of exalted stamps bought/gotten from the compass.
Probably don't use this to give exalted stamps, this will look weird without playing much windwalker.

If not bought yet during the time exalted stamps were in the Gem Shop these can be 'purchased' like so:

Code: Select all

bEngine.getGameAttribute("OptionsListAccount")[366]=7   Exalt Stamps
purchased from gem shop (MAX 7!!!)
This will give the limited available 7 exalted stamps.

To remove exalted stamps:

Code: Select all

bEngine.getGameAttribute("Compass")[4].pop()
To remove the last one added.

To remove any exalted stamp:

Code: Select all

bEngine.getGameAttribute("Compass")[4]
This will return an array (example): ["_2","_4","a6"]
To remove the middle one:

Code: Select all

delete bEngine.getGameAttribute("Compass")[4][1]

Tachyons were all in a reasonable range. Scrolled through the inventory and found that the item value was wrong. Cleared it and fixed. Appreciate the help!

mikemyers
Noobzor
Noobzor
Posts: 8
Joined: Mon Jun 16, 2025 12:28 am
Reputation: 0

Re: Legends of Idleon

Post by mikemyers »

Anyone know how to reset the highest bean trade in Tome and also the total printed materials that shows on the IdleonToolbox account dashboard???

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

Re: Legends of Idleon

Post by youngthugfan183 »

mikemyers wrote:
Thu Jun 26, 2025 12:53 pm
Anyone know how to reset the highest bean trade in Tome and also the total printed materials that shows on the IdleonToolbox account dashboard???
You have asked this 4 times now, I don't think there is anyone who knows.

You can do this yourself btw. Get the N.js file from the game, either unpack it yourself (use 7z with a dll that allows you to open asar files) or get it from chromedebug and sources. Then look for either TomeQTY or bean or anything to do with those. Then try and find the value associated with this. This is, IIRC, a OptionsListAccount and for the Tome often around index 200. Same goes for the materials printed.

And don't say you don't know how to, ask ChatGPT or read earlier posts. Anyone can do this as long as they try.

King_Cheater-92
Noobzor
Noobzor
Posts: 9
Joined: Wed Feb 08, 2023 3:57 am
Reputation: 0

Re: Legends of Idleon

Post by King_Cheater-92 »

so the task board bugged out and "pillaging the emperor!' task displays the W5 description from "cracking the Kruk!" and the merit shop has a cross next to craft emperor undefined (bottom right task) and if i go to the anvil the emperor items are locked, and says to unlock in the merit shop.

is there a way to reset the task board or merit unlocks ?

Image [Link]

Disputate
Expert Cheater
Expert Cheater
Posts: 52
Joined: Wed Jun 16, 2021 2:58 pm
Reputation: 83

Re: Legends of Idleon

Post by Disputate »

Netron wrote:
Thu Jun 26, 2025 8:23 am
youngthugfan183 wrote:
Thu Jun 26, 2025 8:10 am
Netron wrote:
Thu Jun 26, 2025 8:05 am
yea but like changing this doesnt change the fact that the injector doesnt load corectly
It does change the fact that we can't help you if you provide no errors or info whatsoever. Delete Idleon, reinstall the injector and if it doesn't load then give the proper error.

And if you can't be asked to do that please don't come here asking for help.
like i can only send you the log
...

and also i did some testing and this only happens if i edit the config but i can change like t / 2 to t / 3 dont open the game and dont even save and then just change t / 2 and save and it doesnt work i edit in visual studio if that matters
A few people have this problem, something is not loading. Since I don't have that issue, I really can't help and debug this. I already tried but, but its just to hard without the issue myself.

If you read something like this in the console.

getZJSManipulator() did not return a valid function string. Applying basic injection only.
init.result.value undefined
Error getting autocomplete suggestions: Uncaught

Just restart and try again. That is the current fix for that issue.

Trojan1c had version of the injector with all the files inside the exe. viewtopic.php?f=2&t=14407&p=403190#p403083
But the files are sadly not available anymore, this could help.

Disputate
Expert Cheater
Expert Cheater
Posts: 52
Joined: Wed Jun 16, 2021 2:58 pm
Reputation: 83

Re: Legends of Idleon

Post by Disputate »

mikemyers wrote:
Thu Jun 26, 2025 12:53 pm
Anyone know how to reset the highest bean trade in Tome and also the total printed materials that shows on the IdleonToolbox account dashboard???
Since IdleonToolbox is open source, check out his sourcecode where he gets the values from. Its a pretty nice source for a lot of stuff.
Link to tome parser.
[Link]

Post Reply

Who is online

Users browsing this forum: abohelil, BLEXBot, HFF22, hiro9796, iqbalarief96, Qkine, Saul