Legends of Idleon

Ask about cheats/tables for single player games here
Derok
Noobzor
Noobzor
Posts: 13
Joined: Tue May 27, 2025 6:04 pm
Reputation: 0

Re: Legends of Idleon

Post by Derok »

youngthugfan183 wrote:
Mon Jun 02, 2025 11:07 am

Bored To Death (MAX:100) drop TalentBook1 3615100
while i'm thankful, the bored to death talent, when i use it, it gives me the cash money talent

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:
Mon Jun 02, 2025 11:22 am
sadly changing the merit points didnot work out right the code was not being acttivated sayyinge errore is undefined can you check it in game if possible thanks
I'm not going to check for you. Please read a bit more before asking questions, because if you do even the tiniest bit of research you can figure it out yourself. Because I am 99% sure you did not put chng infront of bEngine.GetGameAttribute("Tasks")[1][5][8]=0.
Derok wrote:
Mon Jun 02, 2025 1:41 pm
while i'm thankful, the bored to death talent, when i use it, it gives me the cash money talent
Yeah I think lava added a new star talent a while ago or something, the shop of the Weekly Boss was also bugged. But you can still use this to drop any talent book:

drop TalentBook# 3XXXYYY
#= 1 star, 2 beginner, 3 warrior, 4 archer, 5 wizard
XXX=the talent order number from the "list talent" command, must be in the form of a 3 digit number so 1 becomes 001
YYY=the max level you want for the talent.

I'm not sure if the list talent command will end up giving you the right talent order number or not. If it doesn't you need to look into the game files yourself.

Derok
Noobzor
Noobzor
Posts: 13
Joined: Tue May 27, 2025 6:04 pm
Reputation: 0

Re: Legends of Idleon

Post by Derok »

youngthugfan183 wrote:
Mon Jun 02, 2025 2:08 pm

drop TalentBook# 3XXXYYY
#= 1 star, 2 beginner, 3 warrior, 4 archer, 5 wizard
XXX=the talent order number from the "list talent" command, must be in the form of a 3 digit number so 1 becomes 001
YYY=the max level you want for the talent.

I'm not sure if the list talent command will end up giving you the right talent order number or not. If it doesn't you need to look into the game files yourself.
i used the list-talent command, Bored To Death should be "657, 615", tried both and it gives me the Health Booster level NaN

32qvn7vyptl3
What is cheating?
What is cheating?
Posts: 2
Joined: Tue Apr 25, 2023 5:39 pm
Reputation: 0

Re: Legends of Idleon

Post by 32qvn7vyptl3 »

wing1412 wrote:
Wed May 14, 2025 10:58 am
How do I change cosmic candy values so I can always get the 500hrs from it?
I'm not intimately familiar with the tool, but if you use developer tools with browser you can set a breakpoint on return in c.randomFloat:

Code: Select all

            c.randomFloat = function() {
                return Math.random()
            }
Then run the following:

Code: Select all

random = Math.random;
map = new Map(); 
c.randomFloat = function () { 
    let error = (new Error).stack.toString(); 
    for (s of map.keys()) { 
        if (error.includes(s)) {
            return map.get(s)(error); 
        } 
    } 
    return random(); 
} 
map.set('_event_InvItem4custom', function () { return 0.00001; });
This will override the RNG only when InvItem4custom occurs in the call stack.

Image

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

Re: Legends of Idleon

Post by wando »

youngthugfan183 wrote:
Mon Jun 02, 2025 2:08 pm
wando wrote:
Mon Jun 02, 2025 11:22 am
sadly changing the merit points didnot work out right the code was not being acttivated sayyinge errore is undefined can you check it in game if possible thanks
I'm not going to check for you. Please read a bit more before asking questions, because if you do even the tiniest bit of research you can figure it out yourself. Because I am 99% sure you did not put chng infront of bEngine.GetGameAttribute("Tasks")[1][5][8]=0.
Derok wrote:
Mon Jun 02, 2025 1:41 pm
while i'm thankful, the bored to death talent, when i use it, it gives me the cash money talent
Yeah I think lava added a new star talent a while ago or something, the shop of the Weekly Boss was also bugged. But you can still use this to drop any talent book:

drop TalentBook# 3XXXYYY
#= 1 star, 2 beginner, 3 warrior, 4 archer, 5 wizard
XXX=the talent order number from the "list talent" command, must be in the form of a 3 digit number so 1 becomes 001
YYY=the max level you want for the talent.

I'm not sure if the list talent command will end up giving you the right talent order number or not. If it doesn't you need to look into the game files yourself.
i did add chng before writing the code and i tryied alot of companitions
and looked at gga account and playerdatabase ande didnot find a selotion i even ask chat gpt give me 20 codes none worked
is there away to change it from the folders iam used to that more

YuuEndMe
Noobzor
Noobzor
Posts: 6
Joined: Sat May 03, 2025 12:13 pm
Reputation: 0

Re: Legends of Idleon

Post by YuuEndMe »

How to use the minigames cheats, I turned on but I lose the same way. Tested the chopping and mining.

edgar10111
What is cheating?
What is cheating?
Posts: 1
Joined: Sun Nov 21, 2021 12:32 am
Reputation: 0

Re: Legends of Idleon

Post by edgar10111 »

Can someone point me to where I can download the injector?

cyrcy
Noobzor
Noobzor
Posts: 10
Joined: Tue Jun 25, 2024 7:52 pm
Reputation: 2

Re: Legends of Idleon

Post by cyrcy »

Hello, when I use the command:
chng bEngine.GetGameAttribute("Tasks")[1][5][8]=0
I get an error message: My task is not changing. (Unlock recipe to craft emperor undefined 9/4)
I'll write down the error code:
Error: ReferenceError: err is not defined
at Object.<anonymous> (<anonymous>:2190:24)
at Object.cheat (<anonymous>:387:36)
at <anonymous>:1:7
Sorry for my bad English

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 »

edgar10111 wrote:
Tue Jun 03, 2025 7:39 am
Can someone point me to where I can download the injector?
viewtopic.php?f=2&t=14407&p=401860#p401860

Kingofthevalley
Cheater
Cheater
Posts: 30
Joined: Mon Feb 17, 2025 12:15 pm
Reputation: 1

Re: Legends of Idleon

Post by Kingofthevalley »

dextera wrote:
Fri May 30, 2025 4:20 pm
RexyTheDog wrote:
Fri May 30, 2025 10:00 am
does any1 know the array for 'Medallion Collection' for Wind Walker?
takes too long to collect manually...
If you turn on "w6 windwalker" medallions basically drop 100% of the time. much more reliable way to not screw up your account by directly changing values.
Wait which injector has this option. The one I am using does not have this.

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 »

Kingofthevalley wrote:
Tue Jun 03, 2025 10:14 am
Wait which injector has this option. The one I am using does not have this.
The updated injector, read the changelog. And please don't ask where you can download the new one it is one post above yours.

The new Emperor update is not yet in there.

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

Re: Legends of Idleon

Post by wando »

can anay one like show a code to find the tasks and the merit shop changing command is simple but finding the task or the merit upgrade id is if anay one understand how to search for it in the injector or the files thanks in advance

xapicool777
Expert Cheater
Expert Cheater
Posts: 83
Joined: Wed Jun 23, 2021 1:09 pm
Reputation: 30

Re: Legends of Idleon

Post by xapicool777 »

hi guys,
my 6th and 7th inventory slot is bugged but only for 2nd-10th character. i can get item from monster drop if 1-5 slot full but can't fast deposit the item from 6-7 slot and can't drag item in/out from there. is there a way to fix this?

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:
Tue Jun 03, 2025 4:50 pm
can anay one like show a code to find the tasks and the merit shop changing command is simple but finding the task or the merit upgrade id is if anay one understand how to search for it in the injector or the files thanks in advance
I've looked for you and it took me about 2 minutes to find it out, what I told you at first didn't work but after looking for 2 minutes in the array and how it is structured I found out that bEngine.getGameAttribute("Tasks")[2][5][5]=0 sets the recipe to 0 and lets you buy it again.

But please don't treat this like a f'ing helpdesk and search for stuff yourself, its really not that hard.
xapicool777 wrote:
Tue Jun 03, 2025 6:33 pm
hi guys,
my 6th and 7th inventory slot is bugged but only for 2nd-10th character. i can get item from monster drop if 1-5 slot full but can't fast deposit the item from 6-7 slot and can't drag item in/out from there. is there a way to fix this?
Try wipe inv you probably have a bugged inventory, just remember what stuff you have and drop it to yourself.

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

Re: Legends of Idleon

Post by wando »

youngthugfan183 wrote:
Tue Jun 03, 2025 8:26 pm
wando wrote:
Tue Jun 03, 2025 4:50 pm
can anay one like show a code to find the tasks and the merit shop changing command is simple but finding the task or the merit upgrade id is if anay one understand how to search for it in the injector or the files thanks in advance
I've looked for you and it took me about 2 minutes to find it out, what I told you at first didn't work but after looking for 2 minutes in the array and how it is structured I found out that bEngine.getGameAttribute("Tasks")[2][5][5]=0 sets the recipe to 0 and lets you buy it again.

But please don't treat this like a f'ing helpdesk and search for stuff yourself, its really not that hard.
xapicool777 wrote:
Tue Jun 03, 2025 6:33 pm
hi guys,
my 6th and 7th inventory slot is bugged but only for 2nd-10th character. i can get item from monster drop if 1-5 slot full but can't fast deposit the item from 6-7 slot and can't drag item in/out from there. is there a way to fix this?
Try wipe inv you probably have a bugged inventory, just remember what stuff you have and drop it to yourself.
sorry i just wanted to know where is it saved so i can make sure that iam writting it right and just overall get more knoledge
thanks for the help :D

Post Reply

Who is online

Users browsing this forum: AmazonBot, HeyDiglett, jvalston, LineOfSight, LordMrEvil, Rubyelf