Legends of Idleon

Ask about cheats/tables for single player games here
Deschamprn
Noobzor
Noobzor
Posts: 7
Joined: Sat Feb 17, 2024 12:54 pm
Reputation: 0

Re: Legends of Idleon

Post by Deschamprn »

Please help. I think my character construction brick. I'll try change place to every cog but icant even claim my cog. And my construction exp and build rate so low than it show on the list. And one of my character have 0 construction exp.

river_08
Novice Cheater
Novice Cheater
Posts: 18
Joined: Tue Feb 20, 2024 1:51 am
Reputation: 1

Re: Legends of Idleon

Post by river_08 »

mate1000 wrote:
Fri Mar 22, 2024 10:02 pm
Hi! How can i change sovereign artifact chance?
Messing with the chance could brick save. So depending on how many hours you have in the game I wouldn't recommend going straight to Current end game Artifacts.

but below is the code to change the artifacts. You can verify them through GGA Sailing = Array 3

chng bEngine.getGameAttribute("SailChests")[3][x]=y

Replace X with 0-32 for Artifacts anything beyond 32 is not yet implemented and could brick or get your account shadow banned.

Replace Y with 1 (normal), 2 (ancient), 3 (Eldritch), 4 (sovereign)

So chng bEngine.getGameAttribute("SailChests")[3][0]=4

will make the 1st artifact Sovereign. To see the affect either Open up and loot some sailing or change map and change back.

Saul
Cheater
Cheater
Posts: 38
Joined: Mon May 17, 2021 3:14 pm
Reputation: 15

Re: Legends of Idleon

Post by Saul »

hxide666 wrote:
Sat Mar 23, 2024 12:48 am
Is there a way to increase colosseum score or the multiplier for it?
in chromedebug find value FamilyValuesMap and choose ColosseumHighscores, dont edit value 0, value 1st its for w1, value 2 for w2, value 3 for w3 and value 4 for w4.... moreover if value have more than 6 digits you need to entry value as text with quote for example

1: 123456.789
with means 123456.789 points in w1 colosseum

4: "7.123456789e7"
with means 71234567.89 points in w4 colosseum


if I've helped you give me a +rep :>

hxide666
Expert Cheater
Expert Cheater
Posts: 89
Joined: Sun Dec 19, 2021 3:31 am
Reputation: 2

Re: Legends of Idleon

Post by hxide666 »

Do you also know how to deduct or remove some unused talent points in each tab? @Saul

Saul
Cheater
Cheater
Posts: 38
Joined: Mon May 17, 2021 3:14 pm
Reputation: 15

Re: Legends of Idleon

Post by Saul »

moonslayer6969 wrote:
Sat Mar 23, 2024 9:40 pm
is it safe to change character names? how to remove found items from slab?
1st IDK :>

2nd it is complicated

found items in slab are stored in "cards" [1]
is not sorted automatically but in the order you found it
in chrome debug (where you wrote bEngine.gameAttributes.h) you need to write
delete bEngine.getGameAttribute("Cards")[1][X]
where X its id of your item, if copper was your 123rd found item you need to write
delete bEngine.getGameAttribute("Cards")[1][123]
but even if you enter it and the item is deleted, the slab will still have the same number of items as before the deletion
so if you have 1111 items in the lab and you deleted 5 you still need to edit it to correct value :>
chng bEngine.getGameAttribute("Cards")[1].length=1106
it can already be write where you wrote "chromedebug" or "bEngine.gameAttributes.h" it doesn't matter
the biggest problem is finding where the item we want to delete is :>



if I've helped you give me a +rep :>

thorSolberg054
Novice Cheater
Novice Cheater
Posts: 24
Joined: Thu May 11, 2023 7:28 am
Reputation: 0

Re: Legends of Idleon

Post by thorSolberg054 »

any ideas how to fix this???
Uncaught TypeError: Cannot read property 'h' of undefined at <anonymous>:1:24

moonslayer6969
Noobzor
Noobzor
Posts: 9
Joined: Fri Mar 22, 2024 7:35 am
Reputation: 0

Re: Legends of Idleon

Post by moonslayer6969 »

Will using the buy commands trigger unwanted attention?
Last edited by moonslayer6969 on Mon Mar 25, 2024 9:54 pm, edited 1 time in total.

Mistafreez
Noobzor
Noobzor
Posts: 5
Joined: Sat Jan 27, 2024 3:33 am
Reputation: 0

Re: Legends of Idleon

Post by Mistafreez »

how did valley moon change the values of the cards AKA Godlike cards witch have like 50000% is there any way to do that in chrome debugging with different cards and one more thing is there a way to give all achievements like world 1,2,3,4,5,6 I read on here this is a way to edit it but I cant get it to recreate what they were saying it wont let me edit it if not thats fine it gives me something to do in the game

Thank you all!

ivan1989
Novice Cheater
Novice Cheater
Posts: 15
Joined: Sun Jun 11, 2023 6:19 pm
Reputation: 0

Re: Legends of Idleon

Post by ivan1989 »

Hello all! I was wondering if there were any cheats for the islands in W2? Like trash island, and shimmer island and stuff. Not sure if you can grant yourself the currency or anything like that? Any help would be GREATLY appreciated.

Saul
Cheater
Cheater
Posts: 38
Joined: Mon May 17, 2021 3:14 pm
Reputation: 15

Re: Legends of Idleon

Post by Saul »

Deschamprn wrote:
Sat Mar 23, 2024 9:49 pm
Please help. I think my character construction brick. I'll try change place to every cog but icant even claim my cog. And my construction exp and build rate so low than it show on the list. And one of my character have 0 construction exp.
can you log in on this character?
can you open the cog on this char without game crush/black screen?
if both answers are yes then everything is working fine :> and your char is NOT bricked


hmm... lets try with how to unlock claiming cogs - you probably have bug with negative numbers with production rate for cogs (normal bug for mobile, rare for steam)
chng bEngine.getGameAttribute("TowerInfo")[62]=0
chng bEngine.getGameAttribute("TowerInfo")[63]=0
chng bEngine.getGameAttribute("TowerInfo")[64]=0
chng bEngine.getGameAttribute("TowerInfo")[65]=0

to delete cogs you can use command "wipe cogs" of you can use "trash cogs" button ingame

do u use mobile (or any android emulator) or steam version ? on mobile there are often bugs with 0 construction exp and nothing can be done :< (you need to log on steam)


if you still have problem give me ss it will be easier for me + if I've helped you give me a +rep :>

Saul
Cheater
Cheater
Posts: 38
Joined: Mon May 17, 2021 3:14 pm
Reputation: 15

Re: Legends of Idleon

Post by Saul »

hxide666 wrote:
Sun Mar 24, 2024 5:19 am
Do you also know how to deduct or remove some unused talent points in each tab? @Saul
it cannot be done directly
you need to find out what gave you so many skill points
if it was a bubble from alchemy, you have to change the level:
buff boi talent for warrior, fast boi talent for archer or smart boi talent for mage
chng bEngine.getGameAttribute("CauldronInfo")[0][13]=??
chng bEngine.getGameAttribute("CauldronInfo")[1][13]=??
chng bEngine.getGameAttribute("CauldronInfo")[2][13]=??
if the bubble from alchemy level was not a problem then you need to change the value of how many skill books you have used :>
in chromedebug find value "CurrenciesOwned" -> "h" -> "[[Target]]"-> "TalentPoints"
0 its for 1st class
1 for 2nd
2 for 3rd
3 for 4th
5 its for star/talent points


if I've helped you give me a +rep :>

primedew
Noobzor
Noobzor
Posts: 12
Joined: Sun Nov 06, 2022 4:45 am
Reputation: 0

Re: Legends of Idleon

Post by primedew »

Code: Select all

'nomore ^Stone.*',
would this work for all upgrade stone drops?
my config.custom.js file isn't being detected.... injector say there is no config.custom.js........could anyone share their config for reference....pretty please...mainly looking for solution and more things to add to my nomore list, cheat config
Last edited by primedew on Thu Mar 28, 2024 3:56 pm, edited 2 times in total.

tertdh
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Aug 24, 2023 1:27 pm
Reputation: 0

Re: Legends of Idleon

Post by tertdh »

how do I remove this card?
EMPEROR

upd. chng bEngine.getGameAttribute("Cards")[0].h.Boss6A=0 :)

Shitulanis
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Mar 25, 2024 1:56 pm
Reputation: 0

Re: Legends of Idleon

Post by Shitulanis »

Is there a table, or a link with all the stuff that can be edited in the Web Version of the game (going to legendsofidleon.com)?

Daniėl
What is cheating?
What is cheating?
Posts: 4
Joined: Thu Nov 23, 2023 3:26 pm
Reputation: 0

Re: Legends of Idleon

Post by Daniėl »

Guys i have been banned, but the value in row 26 when u do gga OpenListAccount is 0. Any ideeas why?

Post Reply

Who is online

Users browsing this forum: Majestic-12 [Bot], piepiemanman