Legends of Idleon

Ask about cheats/tables for single player games here
mmMaiamm
Noobzor
Noobzor
Posts: 10
Joined: Mon Mar 10, 2025 10:20 pm
Reputation: 0

Re: Legends of Idleon

Post by mmMaiamm »

hwy guys does anyone know how to give all artificates? i cant find them anywhere

marocii
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Mar 11, 2025 11:16 pm
Reputation: 0

Re: Legends of Idleon

Post by marocii »

Has anyone found a way to get all the pets or the green currency? I'm wanting to get the pets on an alt, then trade the pets to my main.
Or is this impossible seeing as how green currency seems to work differently?

Gaiseric
Noobzor
Noobzor
Posts: 13
Joined: Tue Feb 13, 2024 8:08 pm
Reputation: 0

Re: Legends of Idleon

Post by Gaiseric »

marocii wrote:
Tue Mar 11, 2025 11:24 pm
Has anyone found a way to get all the pets or the green currency? I'm wanting to get the pets on an alt, then trade the pets to my main.
Or is this impossible seeing as how green currency seems to work differently?
green gems and companions are server sided so you cant use cheats to get them

Gaiseric
Noobzor
Noobzor
Posts: 13
Joined: Tue Feb 13, 2024 8:08 pm
Reputation: 0

Re: Legends of Idleon

Post by Gaiseric »

Gaiseric wrote:
Thu Mar 06, 2025 4:22 am
hi, can someone please tell me how i could solve this problem[Link]
i still have this problem may someone please tell me how i could fix it i tried re instsalling the game but nothing seem to change

Lance
What is cheating?
What is cheating?
Posts: 3
Joined: Tue Jul 23, 2019 7:09 am
Reputation: 0

Re: Legends of Idleon

Post by Lance »

PIX wrote:
Fri Mar 07, 2025 6:15 pm
can someone help me, to fix:

Chrome location: undefined in console

I just edit file config.js in
chromePath: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe",

cause that my chomepath, but idk why i got undefined in consule?
try change to 'C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe'

GailGurman
Noobzor
Noobzor
Posts: 9
Joined: Sat Mar 09, 2024 1:53 pm
Reputation: 0

Re: Legends of Idleon

Post by GailGurman »

I bought too many shroom familiar (9) how can I edit this value down?

GailGurman
Noobzor
Noobzor
Posts: 9
Joined: Sat Mar 09, 2024 1:53 pm
Reputation: 0

Re: Legends of Idleon

Post by GailGurman »

How do I edit my white, green blue, yellow, red, purple base essence into normal numbers?

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

Re: Legends of Idleon

Post by Kingofthevalley »

GailGurman wrote:
Wed Mar 12, 2025 11:12 am
How do I edit my white, green blue, yellow, red, purple base essence into normal numbers?
I did the same thing. The way to fix it is by opening up the chrome console and doing

Code: Select all

bEngine.getGameAttribute("Summon")[0][x]=y
x = the essence you want to change
y = the level

to get the summon array do

Code: Select all

bEngine.gameAttributes.h.Summon 
and look at array 0 for the levels

If you doing it via the console, add

Code: Select all

chng 
before

Code: Select all

bEngine

mmMaiamm
Noobzor
Noobzor
Posts: 10
Joined: Mon Mar 10, 2025 10:20 pm
Reputation: 0

Re: Legends of Idleon

Post by mmMaiamm »

iamapyro wrote:
Sun Mar 09, 2025 8:19 pm
The sailing freeze/crash when checking your loot pile was fixed by changing this line in config.js (for me at least)

Old:

Code: Select all

ArtifactChance: t => t / 5
New:

Code: Select all

ArtifactChance: t => t
what did you change the full code to? because if i just do ArtifactChance: t => t // 5x artifact discover bonus (lower is better) it breaks the injector launch sequence and cant inject

mmMaiamm
Noobzor
Noobzor
Posts: 10
Joined: Mon Mar 10, 2025 10:20 pm
Reputation: 0

Re: Legends of Idleon

Post by mmMaiamm »

Does anyone know how to make the Ninja Upgrade costs actually be Free? as setting T => T to 0 doesnt actually do anything?

Zaraki151
Noobzor
Noobzor
Posts: 12
Joined: Thu May 30, 2024 10:36 pm
Reputation: 0

Re: Legends of Idleon

Post by Zaraki151 »

Do i need to do something to start the cheats that are on the bracket exports.cheatConfig{ } or do they start at the beginning?

DeathMagi
Noobzor
Noobzor
Posts: 11
Joined: Fri Mar 07, 2025 1:18 am
Reputation: 3

Re: Legends of Idleon

Post by DeathMagi »

How do you enable the newer companions?

mannerme
What is cheating?
What is cheating?
Posts: 3
Joined: Mon Jun 26, 2023 9:42 pm
Reputation: 0

Re: Legends of Idleon

Post by mannerme »

DeathMagi wrote:
Wed Mar 12, 2025 11:50 pm
How do you enable the newer companions?
Add these numbers to your startupCheats.

Code: Select all

exports.startupCheats = [
	'w1 companion'
];
exports.cheatConfig = {
w1: {
		companion: {
			companions: [0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23], 
			current: "4",
		},
	},
};

mmMaiamm
Noobzor
Noobzor
Posts: 10
Joined: Mon Mar 10, 2025 10:20 pm
Reputation: 0

Re: Legends of Idleon

Post by mmMaiamm »

does anyone know how to remove star constellation points? or what they are in the Chrome Debug?

Mugi151
Noobzor
Noobzor
Posts: 5
Joined: Sun Mar 17, 2024 2:13 am
Reputation: 0

Re: Legends of Idleon

Post by Mugi151 »

mannerme wrote:
Thu Mar 13, 2025 12:17 am
DeathMagi wrote:
Wed Mar 12, 2025 11:50 pm
How do you enable the newer companions?
Add these numbers to your startupCheats.

Code: Select all

exports.startupCheats = [
	'w1 companion'
];
exports.cheatConfig = {
w1: {
		companion: {
			companions: [0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23], 
			current: "4",
		},
	},
};
does the cheats that are in exports.cheatConfig do i need to active them via the console?

Post Reply