Legends of Idleon

Ask about cheats/tables for single player games here
justanotherhand
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sun Jun 01, 2025 8:22 am
Reputation: 0

Re: Legends of Idleon

Post by justanotherhand »

how to add a crop in FarmPlot? I cant get the first plant in every crop(apple, sushi, carrot) because of crop evo. Can anyone help me? I tried the

Code: Select all

bEngine.getAttribute.h.FarmCrop={0: 12345}
and its not working

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

Re: Legends of Idleon

Post by youngthugfan183 »

justanotherhand wrote:
Thu Jul 10, 2025 1:58 pm
how to add a crop in FarmPlot? I cant get the first plant in every crop(apple, sushi, carrot) because of crop evo. Can anyone help me? I tried the

Code: Select all

bEngine.getAttribute.h.FarmCrop={0: 12345}
and its not working
You can do this without cheating lol, remove all the seeds and lock the crops without any seeds planted. Then plant the seeds and they should grow but when you claim them they won't evolve to the next seed.

wawawa58
Noobzor
Noobzor
Posts: 5
Joined: Sun Jun 22, 2025 5:50 pm
Reputation: 0

Re: Legends of Idleon

Post by wawawa58 »

how to search by topic? there opens google search engine for searching everywhere

how to beat weekly bosses on 5 ?

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

Re: Legends of Idleon

Post by youngthugfan183 »

wawawa58 wrote:
Fri Jul 11, 2025 7:47 am
how to search by topic? there opens google search engine for searching everywhere

how to beat weekly bosses on 5 ?
You can put Legends of Idleon in front of your search and it will only give you results relevant to this thread. Note that it is not like google and the more you put in your search the less relevant and number of results you will get.

For weekly boss you can follow this:
[Link]
If you can't be bothered, and I think you were looking for this, OLA:
189: Max W2 town weekly boss skulls reached (up to 5)

CarlCarl2434
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Jul 01, 2025 12:12 pm
Reputation: 0

Re: Legends of Idleon

Post by CarlCarl2434 »

how do I remove trench fish from the slab? Its the 60th item from the slab counting from left to right.

I am playing with the drop command and dropped a Trench Fish without knowing what it is. I did a little digging and found(from wiki) that it's an item that is not supposed to be in the app yet.

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

Re: Legends of Idleon

Post by youngthugfan183 »

CarlCarl2434 wrote:
Fri Jul 11, 2025 10:07 am
how do I remove trench fish from the slab? Its the 60th item from the slab counting from left to right.

I am playing with the drop command and dropped a Trench Fish without knowing what it is. I did a little digging and found(from wiki) that it's an item that is not supposed to be in the app yet.
Slab items are stored in the "Cards"[1] array and not sorted alphabetically but in order of being found. Type: bEngine.getGameAttribute("Cards")[1] to find the index of the item you want to delete.
In chromedebug write:
delete bEngine.getGameAttribute("Cards")[1][X]
Where X would be the index of your item, so if iron was your 913 found item you would write:
delete bEngine.getGameAttribute("Cards")[1][913]
After you deleted the item from the slab you'd still have to change the length of the slab/items found.
If you had 1183 items and you deleted one then:
bEngine.getGameAttribute("Cards")[1].length=1182

CarlCarl2434
What is cheating?
What is cheating?
Posts: 4
Joined: Tue Jul 01, 2025 12:12 pm
Reputation: 0

Re: Legends of Idleon

Post by CarlCarl2434 »

youngthugfan183 wrote:
Fri Jul 11, 2025 10:34 am
CarlCarl2434 wrote:
Fri Jul 11, 2025 10:07 am
how do I remove trench fish from the slab? Its the 60th item from the slab counting from left to right.

I am playing with the drop command and dropped a Trench Fish without knowing what it is. I did a little digging and found(from wiki) that it's an item that is not supposed to be in the app yet.
Slab items are stored in the "Cards"[1] array and not sorted alphabetically but in order of being found. Type: bEngine.getGameAttribute("Cards")[1] to find the index of the item you want to delete.
In chromedebug write:
delete bEngine.getGameAttribute("Cards")[1][X]
Where X would be the index of your item, so if iron was your 913 found item you would write:
delete bEngine.getGameAttribute("Cards")[1][913]
After you deleted the item from the slab you'd still have to change the length of the slab/items found.
If you had 1183 items and you deleted one then:
bEngine.getGameAttribute("Cards")[1].length=1182
when i type chromedebug it just kills the game and does nothing

xSohanx
Noobzor
Noobzor
Posts: 7
Joined: Thu Aug 15, 2024 5:44 pm
Reputation: 0

Re: Legends of Idleon

Post by xSohanx »

i was trying to lvl the salts with chng bEngine.getGameAttribute("Refinery")[3][1]=x and accidently i put [2] instead of 3. how big of a fuck up was it?

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

Re: Legends of Idleon

Post by youngthugfan183 »

CarlCarl2434 wrote:
Fri Jul 11, 2025 10:56 am

when i type chromedebug it just kills the game and does nothing
No clue, how I access it is I go to the URL in the cmd (127.0.0.1 IIRC). I think if it crashes there is something wrong with your chrome path or something. Not sure on this maybe look trough some older posts.
xSohanx wrote:
Fri Jul 11, 2025 11:01 am
i was trying to lvl the salts with chng bEngine.getGameAttribute("Refinery")[3][1]=x and accidently i put [2] instead of 3. how big of a fuck up was it?
Not sure but try and level it up legit one time. This array might be for the amount of items in your storage it can take and charge etc. If it doesn't work send me a DM and I'll try to send you one of my [2] arrays.

xSohanx
Noobzor
Noobzor
Posts: 7
Joined: Thu Aug 15, 2024 5:44 pm
Reputation: 0

Re: Legends of Idleon

Post by xSohanx »

youngthugfan183 wrote:
Fri Jul 11, 2025 11:19 am
CarlCarl2434 wrote:
Fri Jul 11, 2025 10:56 am

when i type chromedebug it just kills the game and does nothing
No clue, how I access it is I go to the URL in the cmd (127.0.0.1 IIRC). I think if it crashes there is something wrong with your chrome path or something. Not sure on this maybe look trough some older posts.
xSohanx wrote:
Fri Jul 11, 2025 11:01 am
i was trying to lvl the salts with chng bEngine.getGameAttribute("Refinery")[3][1]=x and accidently i put [2] instead of 3. how big of a fuck up was it?
Not sure but try and level it up legit one time. This array might be for the amount of items in your storage it can take and charge etc. If it doesn't work send me a DM and I'll try to send you one of my [2] arrays.
will do also any idea how do i change the afk times for hole stuff? like i wanna unlock all the monument/wisdom bonuses which requires 24k hours how do i get that ?

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

Re: Legends of Idleon

Post by youngthugfan183 »

xSohanx wrote:
Fri Jul 11, 2025 12:58 pm

will do also any idea how do i change the afk times for hole stuff? like i wanna unlock all the monument/wisdom bonuses which requires 24k hours how do i get that ?
You want to change X statue AFK. So you first type bEngine.gameAttributes.h.Holes[14][X] to check whether the printed value is the same as what you see in X. If it's the same, then you can type bEngine.gameAttributes.h.Holes[14][X] = Y to set X AFK time to Y hours.

- [0] Bravery AFK hours
- [2] Justice AFK hours
- [4] Wisdom AFK hours

wawawa58
Noobzor
Noobzor
Posts: 5
Joined: Sun Jun 22, 2025 5:50 pm
Reputation: 0

Re: Legends of Idleon

Post by wawawa58 »

Image
Image

what did i do wrong?

LegendZero88
Expert Cheater
Expert Cheater
Posts: 98
Joined: Wed Apr 19, 2017 8:23 am
Reputation: 13

Re: Legends of Idleon

Post by LegendZero88 »

hello someone has a new config files for the new classes and stuff? do i need to change anything else?

thank you

xSohanx
Noobzor
Noobzor
Posts: 7
Joined: Thu Aug 15, 2024 5:44 pm
Reputation: 0

Re: Legends of Idleon

Post by xSohanx »

youngthugfan183 wrote:
Fri Jul 11, 2025 1:55 pm
xSohanx wrote:
Fri Jul 11, 2025 12:58 pm

will do also any idea how do i change the afk times for hole stuff? like i wanna unlock all the monument/wisdom bonuses which requires 24k hours how do i get that ?
You want to change X statue AFK. So you first type bEngine.gameAttributes.h.Holes[14][X] to check whether the printed value is the same as what you see in X. If it's the same, then you can type bEngine.gameAttributes.h.Holes[14][X] = Y to set X AFK time to Y hours.

- [0] Bravery AFK hours
- [2] Justice AFK hours
- [4] Wisdom AFK hours
thanks but instead i just used candy time switched it to 24k hours and done xD

xSohanx
Noobzor
Noobzor
Posts: 7
Joined: Thu Aug 15, 2024 5:44 pm
Reputation: 0

Re: Legends of Idleon

Post by xSohanx »

uuraktn wrote:
Mon Jun 09, 2025 7:13 am
I did the open portal code but now I cant access the Yolkrock Basin in the W6 it needs the cleared to that point but mine is already unlock. Is there a solution?
having exact same issue anyone got a solution for this?

Post Reply

Who is online

Users browsing this forum: AhrefsBot, BLEXBot, dreamlightchaser, Google Adsense [Bot], normanj95, Sogou