Legends of Idleon

Ask about cheats/tables for single player games here
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:
Sat May 24, 2025 5:18 pm
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
Maybe try _, so if your name is james burt it would be james_burt.
You can try:
bEngine.gameAttributes.h.PlayerDATABASE.h.james_burt.h.InventoryOrder
and see if it returns any item that your character that you are trying to delete has.
If it returns something, make sure he has atleast something in his inventory, you know you have the right char:
(112) ["EquipmentShoes22", "Quest56", "Blank", "Blank", "Blank", "Blank", "Blank"
That is what you are looking for and then do:
delete bEngine.gameAttributes.h.PlayerDATABASE.h.james_burt

And I'm not sure if this works and if you cant find your char with _ as a replacement for space maybe try jamesburt without space.
Otherwise I wouldn't know and you have to find it out yourself.

420blazeboy
Noobzor
Noobzor
Posts: 7
Joined: Wed Mar 15, 2023 10:17 pm
Reputation: 0

Re: Legends of Idleon

Post by 420blazeboy »

How can I change the amount of dropped nuggets or their time? I know I can just change nugget value but I don't want that, it would be too easy :P

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 »

420blazeboy wrote:
Sat May 24, 2025 9:07 pm
How can I change the amount of dropped nuggets or their time? I know I can just change nugget value but I don't want that, it would be too easy :P
There is no nugget cheat in the config file so you can either:
1.
bEngine.getGameAttribute("Gaming")[8]=golded_nugget_amount
And set your own Golden Nugget amount.

2.
If you have Killroy Prime unlocked in the Rift there are 5 new upgrades to the Killroy shop.
One of these is "Adds 1 nugget to your Shovel in Gaming, go dig it up!".
bEngine.getGameAttribute("OptionsListAccount")[105]=skull_currency
To give yourself some skulls and upgrade this in the Killroy shop to make it easier.

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 »

does anybody know why the storage ram pack does not buy , trying to get that ram , for QoL.

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:
Sun May 25, 2025 6:52 am
does anybody know why the storage ram pack does not buy , trying to get that ram , for QoL.
The pack does buy but you dont get the green gems and Ram pet. These are both server sided and to get those you actually need to buy the pack with real money. So you will get the x20 Storage Space and 1.50x Damage and not the Ram or green gems.

That being said you can add the pets manually in the w1 config and add them in the online UI so it activates on startup:
Change which pets you want in config.js

Code: Select all

companion: {
      companions: [
        0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
        20, 21, 22, 23, 24, 25, 26
      ], // Set the companions you have unlocked (0=doot, down to 23=green mush)
      current: "11", //current companion - Glunko Supreme
    },
And then save the file and go to the UI at [Link] and add cheat, search companion.

This will give all the pet bonuses without owning them, since there currently is no way to get green gems or pets because they are server side.

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

Re: Legends of Idleon

Post by wando »

i think i will just leave the 11 char but i have a proplem with coins multi is nanx how can i change it i did not edit it myself but ihad nan multi kill for 1 day
i
would take anay help iam trying to find where is the coin multi saved
edit: fixed it took some time

gottabeunder
What is cheating?
What is cheating?
Posts: 4
Joined: Sun May 25, 2025 2:39 pm
Reputation: 0

Re: Legends of Idleon

Post by gottabeunder »

Guys is there any way i can edit the completing orders and the streak bonus, as the mismatch between the shipment number and the before mention is quite obvious

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 »

which page is he injector on , so many pages .

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:
Sun May 25, 2025 2:53 pm
which page is he injector on , so many pages .
There is a search function on the website, you know that right?
viewtopic.php?f=2&t=14407&p=401860#p401860
gottabeunder wrote:
Sun May 25, 2025 2:42 pm
Guys is there any way i can edit the completing orders and the streak bonus, as the mismatch between the shipment number and the before mention is quite obvious
For the streak bonus this can be reset (and most players do since the material cost scales), but if you want to change it the PostOffice is structured like so:
bEngine.getGameAttribute("PostOfficeInfo")[1]
This contains the 6 arrays corresponding to the 6 orders numbered from 0-5.
For example Simple Shippin is index 0 and can be changed with:
bEngine.getGameAttribute("PostOfficeInfo")[1][0][x}
Where x:
[Shipment #, Order Streak, The Shield Number]
So if you wanted to change the shipment number of Simple Shippin:
bEngine.getGameAttribute("PostOfficeInfo")[1][0][0]=your_number
And changing [1][0][0] to [1][0][1] would change the Order Streak.
Last edited by youngthugfan183 on Sun May 25, 2025 6:15 pm, edited 1 time in total.

gottabeunder
What is cheating?
What is cheating?
Posts: 4
Joined: Sun May 25, 2025 2:39 pm
Reputation: 0

Re: Legends of Idleon

Post by gottabeunder »

I feel your right, but the issue is on the other side of the Post Office, wherein when you go to submit it (x1, .., x100).
So, in that page you can see a tally of Completing Orders, Streak Bonuses, Upgrades Vault, Secrets and Misc.
Over in that tally i would like to change the streak bonuses so that it sums up right :D

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 »

gottabeunder wrote:
Sun May 25, 2025 5:06 pm
I feel your right, but the issue is on the other side of the Post Office, wherein when you go to submit it (x1, .., x100).
So, in that page you can see a tally of Completing Orders, Streak Bonuses, Upgrades Vault, Secrets and Misc.
Over in that tally i would like to change the streak bonuses so that it sums up right :D
Hmm I see. If you want to change those they are found under bEngine.getGameAttribute("CurrenciesOwned").h and not under PostOfficeInfo.
You can change all of them like you wanted except for Upgrade Vault since this is time bound and stored somewhere else.
Use bEngine.getGameAttribute("CurrenciesOwned").h["What you want to change"]=amount
Where:
Completing Orders: DeliveryBoxComplete
Streak Bonuses: DeliveryBoxStreak
Miscellaneous: DeliveryBoxMisc
Just put those between the " " and type in your amount.

420blazeboy
Noobzor
Noobzor
Posts: 7
Joined: Wed Mar 15, 2023 10:17 pm
Reputation: 0

Re: Legends of Idleon

Post by 420blazeboy »

How can I change the amount of Justice chests I get? I found this code, but it gives me errors.
bEngine.getGameAttribute("PixelHelperActor")[25].getValue("ActorEvents_670", "_GenINFO")[140]=100

gottabeunder
What is cheating?
What is cheating?
Posts: 4
Joined: Sun May 25, 2025 2:39 pm
Reputation: 0

Re: Legends of Idleon

Post by gottabeunder »

youngthugfan183 wrote:
Sun May 25, 2025 6:15 pm
gottabeunder wrote:
Sun May 25, 2025 5:06 pm
I feel your right, but the issue is on the other side of the Post Office, wherein when you go to submit it (x1, .., x100).
So, in that page you can see a tally of Completing Orders, Streak Bonuses, Upgrades Vault, Secrets and Misc.
Over in that tally i would like to change the streak bonuses so that it sums up right :D
Hmm I see. If you want to change those they are found under bEngine.getGameAttribute("CurrenciesOwned").h and not under PostOfficeInfo.
You can change all of them like you wanted except for Upgrade Vault since this is time bound and stored somewhere else.
Use bEngine.getGameAttribute("CurrenciesOwned").h["What you want to change"]=amount
Where:
Completing Orders: DeliveryBoxComplete
Streak Bonuses: DeliveryBoxStreak
Miscellaneous: DeliveryBoxMisc
Just put those between the " " and type in your amount.
Thanks man, that's lit

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 »

gottabeunder wrote:
Mon May 26, 2025 7:24 am
Thanks man, that's lit
No worries man.
420blazeboy wrote:
Sun May 25, 2025 10:34 pm
How can I change the amount of Justice chests I get? I found this code, but it gives me errors.
bEngine.getGameAttribute("PixelHelperActor")[25].getValue("ActorEvents_670", "_GenINFO")[140]=100
What you are doing should be working are you sure you are copying the right code? Maybe reply with the error you are getting? And I'm assuming you are doing this in the chromedebug?

Code: Select all

Monument minigames: bEngine.getGameAttribute("PixelHelperActor")[25].getValue("ActorEvents_670", "_GenINFO")[Number here]=Wanted Value
Bravery
- 89: Rethrow
- 90: Retelling
- 127: Streak of last sword kills (Schematics: First try, I swear!)
Justice
- 132: Mental health
- 133: Coin
- 134: Popularity
- 135: Dismissal
- 140: Chest
Wisdom
-194: Attempts left
-200: Insta Matches
-209: Chest
Note: to change the wisdom chests I think you have to finish the run and change it then.

And if it still doesn't work you can always just edit the levels of the bonusses yourself:

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

420blazeboy
Noobzor
Noobzor
Posts: 7
Joined: Wed Mar 15, 2023 10:17 pm
Reputation: 0

Re: Legends of Idleon

Post by 420blazeboy »

What you are doing should be working are you sure you are copying the right code? Maybe reply with the error you are getting? And I'm assuming you are doing this in the chromedebug?
No, I'm using console, does that make a difference?

Post Reply