Legends of Idleon

Ask about cheats/tables for single player games here
Adward
What is cheating?
What is cheating?
Posts: 2
Joined: Sun Nov 20, 2022 11:56 pm
Reputation: 0

Re: Legends of Idleon

Post by Adward »

Hello, in the steam version I often have a white screen. and I found a post here about how to launch a cheat in the web version. but I can't find it. can someone send me a link to the post or explain how to launch a cheat in the browser?

Derp123
Noobzor
Noobzor
Posts: 5
Joined: Sat Feb 17, 2024 8:06 am
Reputation: 0

Re: Legends of Idleon

Post by Derp123 »

Can someone help me,

i tried to set my slimes i can buy every 3 days to 0 so i could buy thema gain but now all my essences are 0 and it doesnt regenerate, anyone has any idea how to fix it

sciomachist
Expert Cheater
Expert Cheater
Posts: 93
Joined: Sat Aug 17, 2024 2:59 pm
Reputation: 73

Re: Legends of Idleon

Post by sciomachist »

Derp123 wrote:
Fri Nov 15, 2024 7:39 am
Can someone help me,

i tried to set my slimes i can buy every 3 days to 0 so i could buy thema gain but now all my essences are 0 and it doesnt regenerate, anyone has any idea how to fix it
You need to tell us what you changed/how you changed it. 99% guessing you changed the wrong thing and now you've messed up your Summon[0] array which tracks all upgrades.

chng bEngine.getGameAttribute("Summon")[0][2]=0
is the command to set slimes bought to 0 so that you can repurchase them. If you forgot the [2], you've deleted out the array and you'll need to be able to restore it. See viewtopic.php?p=380571#p380571 for when someone did something similar but with the bell in hole.

Derp123
Noobzor
Noobzor
Posts: 5
Joined: Sat Feb 17, 2024 8:06 am
Reputation: 0

Re: Legends of Idleon

Post by Derp123 »

sciomachist wrote:
Fri Nov 15, 2024 2:36 pm
Derp123 wrote:
Fri Nov 15, 2024 7:39 am
Can someone help me,

i tried to set my slimes i can buy every 3 days to 0 so i could buy thema gain but now all my essences are 0 and it doesnt regenerate, anyone has any idea how to fix it
You need to tell us what you changed/how you changed it. 99% guessing you changed the wrong thing and now you've messed up your Summon[0] array which tracks all upgrades.

chng bEngine.getGameAttribute("Summon")[0][2]=0
is the command to set slimes bought to 0 so that you can repurchase them. If you forgot the [2], you've deleted out the array and you'll need to be able to restore it. See viewtopic.php?p=380571#p380571 for when someone did something similar but with the bell in hole.
actually this was exactly what i did to change it to 0 currently it is still in the line. i have been scanning through optionlist and other gga's to try and find where essences are stored but i cannot find it.

but i think i know know what went wrong i might have done
chng bEngine.getGameAttribute("Summon")[2]=10 and that deleted the essences if essences are saved there

fixed it now yea i did fuck up

egga this["com.stencyl.Engine"].engine.gameAttributes.h.Summon[2]=[0,0,0,0,0,0,0] (in cheat injector as chrome debug never worked for me)
and i got my essences back now

sciomachist
Expert Cheater
Expert Cheater
Posts: 93
Joined: Sat Aug 17, 2024 2:59 pm
Reputation: 73

Re: Legends of Idleon

Post by sciomachist »

Derp123 wrote:
Fri Nov 15, 2024 3:16 pm
sciomachist wrote:
Fri Nov 15, 2024 2:36 pm
Derp123 wrote:
Fri Nov 15, 2024 7:39 am
Can someone help me,

i tried to set my slimes i can buy every 3 days to 0 so i could buy thema gain but now all my essences are 0 and it doesnt regenerate, anyone has any idea how to fix it
You need to tell us what you changed/how you changed it. 99% guessing you changed the wrong thing and now you've messed up your Summon[0] array which tracks all upgrades.

chng bEngine.getGameAttribute("Summon")[0][2]=0
is the command to set slimes bought to 0 so that you can repurchase them. If you forgot the [2], you've deleted out the array and you'll need to be able to restore it. See viewtopic.php?p=380571#p380571 for when someone did something similar but with the bell in hole.
actually this was exactly what i did to change it to 0 currently it is still in the line. i have been scanning through optionlist and other gga's to try and find where essences are stored but i cannot find it.

but i think i know know what went wrong i might have done
chng bEngine.getGameAttribute("Summon")[2]=10 and that deleted the essences if essences are saved there

fixed it now yea i did fuck up

egga this["com.stencyl.Engine"].engine.gameAttributes.h.Summon[2]=[0,0,0,0,0,0,0] (in cheat injector as chrome debug never worked for me)
and i got my essences back now
That would also do it. I'm not sure if it'll matter, but Summon[2] is an array size of 9 actually so you'll want to increase it by 2 slots more if you can. The last 2 are obv placeholders but who knows if/when that'll change.

Radiant
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Nov 16, 2024 7:16 am
Reputation: 0

Re: Legends of Idleon

Post by Radiant »

I seem to be confused I've read through this but cant find the exe to download any help? or is it still cheat engine being used??
Edit: Nvm its just my terrible internet

Radiant
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Nov 16, 2024 7:16 am
Reputation: 0

Re: Legends of Idleon

Post by Radiant »

What exactly is the directory im supposed to unpack this in. Im quite new to this and i dont understand much of the instrauctions
To install/update: Unzip all files into your idleon directory.
Make a copy/rename config.custom.example.js to config.custom.js (So that when you update, it doesn't get overwritten)
Customise any startup cheats/cheat configurations to your preference in config.custom.js

Tindal
Expert Cheater
Expert Cheater
Posts: 315
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 105

Re: Legends of Idleon

Post by Tindal »

Radiant wrote:
Sat Nov 16, 2024 7:42 am
What exactly is the directory im supposed to unpack this in. Im quite new to this and i dont understand much of the instrauctions
To install/update: Unzip all files into your idleon directory.
Make a copy/rename config.custom.example.js to config.custom.js (So that when you update, it doesn't get overwritten)
Customise any startup cheats/cheat configurations to your preference in config.custom.js
Read carefully:

Code: Select all

To install/update: Unzip all files into your idleon directory.
Just for me - c:\Program Files (x86)\Steam\SteamApps\common\Legends of Idleon\

Sayko999
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Nov 16, 2024 11:33 am
Reputation: 0

Re: Legends of Idleon

Post by Sayko999 »

Is there any way to unban shadowban?

alias96
What is cheating?
What is cheating?
Posts: 4
Joined: Sat Nov 16, 2024 4:25 pm
Reputation: 0

Re: Legends of Idleon

Post by alias96 »

i have a problem: i have dowloaded the injector but when i open it, after 0.5 second it closes

Gavril2
Noobzor
Noobzor
Posts: 8
Joined: Mon Nov 23, 2020 7:29 am
Reputation: 1

Re: Legends of Idleon

Post by Gavril2 »

whats the code for the new ancient echoes pack?

sciomachist
Expert Cheater
Expert Cheater
Posts: 93
Joined: Sat Aug 17, 2024 2:59 pm
Reputation: 73

Re: Legends of Idleon

Post by sciomachist »

Disputate wrote:
Fri Nov 08, 2024 2:14 pm
I’ve been digging into the gameAttributes data for "Holes" and made a list of values associated with it. There are still a few missing values, and some entries may contain errors. If anyone has additional info or corrections, feel free to improve this list!

Code: Select all

0: Last cavern level visited by indexed character
1: Villager levels
2: Villager experience points
3: Villager Opals given
4: Villager Conjuror "Hole Majik" upgrades
5: Villager Conjuror "Village Majik" upgrades
6: Villager Conjuror "IdleOn Majik" upgrades
7: Opals found per cavern
8: The Well - bars filled
9: The Well - ore amount [0-9] / Bell notes amount [10-?]
10: The Well - buckets farming ore
11: Multiple values
- [1] Motherlode layers completed
- [3] Hive harvests completed
- [8] Dawg Den Highscore
- [11] Bravery time since last run (72000 for 20 hours, more time more multi i.e. 720k ~3.3x, 7.2M ~5.4x)
- [22] Harp Power
- [25] Total current wishes
- [26] Colonies cleared
- [29] Pocket Divinity first link (standard god index)
- [30] Pocket Divinity second link (standard god index)
- [32] Motherlode ore mined (as referenced by Loadin' some 'Lode)
- [33] Hiring the Hounds, Beginner Best
- [34] Hiring the Hounds, Warrior Best
- [35] Hiring the Hounds, Archer Best
- [36] Hiring the Hounds, Mage Best
12: Amplifiers for the Dawg Den (semi-useless since you can easily adjust in game)
13: Engineer Schematics unlocked (sorting is according to the following table ["scripts.CustomLists2"].HolesBuildings)
14: Bravery?
- [0] Bravery hours
- [1] Bravery Monuments unlocked?
15: Bravery - Bonuses levels
16: Bell improvement methods values
17: Bell - random bonus levels
18: Bells power amount / Bells sucessfull used
- [0] Ring Bell amount
- [1] Ring Bell used
- [2] Ping Bell amount
- [3] Ping Bell used
- [4] Clean Bell amount
- [5] Clean Bell used
- [6] Renew Bell amount
- [7] Renew Bell used
19: Harp - Note Level / Note exp
20: Harp - Note assigned to String
21: The lamp - wishes used
22: Villager Measure upgrade levels
23: Unkown
Thanks to the following guys for helping.
- kikiGo
- spiritedaway
- sciomachist
Maybe time to rename at least 14 to 'Monument' since...
14[2] = justice hours

sciomachist
Expert Cheater
Expert Cheater
Posts: 93
Joined: Sat Aug 17, 2024 2:59 pm
Reputation: 73

Re: Legends of Idleon

Post by sciomachist »

Sayko999 wrote:
Sat Nov 16, 2024 7:30 pm
Is there any way to unban shadowban?
The base load will set your shadowban state to 0. if you are still worried you can always check

chng bEngine.getGameAttribute("OptionsListAccount")[26]=0

HubinBubin
Novice Cheater
Novice Cheater
Posts: 22
Joined: Tue Jun 25, 2024 12:37 pm
Reputation: 3

Re: Legends of Idleon

Post by HubinBubin »

Any reason why chrome debug can don't work? Not even launch i mean

Sayko999
What is cheating?
What is cheating?
Posts: 2
Joined: Sat Nov 16, 2024 11:33 am
Reputation: 0

Re: Legends of Idleon

Post by Sayko999 »

sciomachist wrote:
Tue Nov 19, 2024 1:23 am
Sayko999 wrote:
Sat Nov 16, 2024 7:30 pm
Is there any way to unban shadowban?
The base load will set your shadowban state to 0. if you are still worried you can always check

chng bEngine.getGameAttribute("OptionsListAccount")[26]=0
Displays me at 0, and for other players I am still invisible.
Can something be done about it?

Post Reply

Who is online

Users browsing this forum: Bing [Bot], DotBot, Google Adsense [Bot], tanarg