Legends of Idleon
-
- Expert Cheater
- Posts: 93
- Joined: Sat Aug 17, 2024 2:59 pm
- Reputation: 73
Re: Legends of Idleon
For completion / search-ability sake, I'm adding the info here - but like I mentioned viewtopic.php?p=401132#p401132 - these don't do anything so don't feel the need to add these packs.
bon_c - Blazing Star Anniversary Pack - tradeable cool bird for real money
bon_d - Midnight Tide Anniversary Pack - tradeable axolotl for real money
bon_e - Lush Emerald Anniversary Pack - tradeable mallay for real money
bon_c - Blazing Star Anniversary Pack - tradeable cool bird for real money
bon_d - Midnight Tide Anniversary Pack - tradeable axolotl for real money
bon_e - Lush Emerald Anniversary Pack - tradeable mallay for real money
Re: Legends of Idleon
Wow, nice work. This is really helpful for a lot of people.Sator wrote: ↑Wed Apr 02, 2025 10:35 pmHello! I have gathered all the OptionsListAccount data that you all have posted along the years. There may be some that are missing, in case any is missing or new ones are discovered, just copy the whole list, add in the missing info in the corresponding number and post it. This way, every time the list is Updated, we don't have to go back to X or Y post.
Took a quick look at all the values.
Just one small thing I noticed.
27 - idleon discord button clicked (50 gems).
28 - lavas twitch button clicked (50 gems).
121 - The days left for the next idleskilling codes to enter.
Spoiler
Code: Select all
1 == q._customBlock_IsXYmouseWithinBounds(732, 790, 377, 447) ? (c.openURLInBrowser("https://discord.com/invite/idleon"), c.runLater(800, (function (e) {
if (0 == a.engine.getGameAttribute("OptionsListAccount")[27]) {
e = a.engine;
var t = a.engine.getGameAttribute("GemsOwned") + 50;
e.gameAttributes.h.GemsOwned = t,
a.engine.getGameAttribute("OptionsListAccount")[27] = 1
}
}), this.actor)) : 1 == q._customBlock_IsXYmouseWithinBounds(648, 724, 377, 447) ? (c.openURLInBrowser("https://www.twitch.tv/lava_flame2"), c.runLater(800, (function (e) {
if (0 == a.engine.getGameAttribute("OptionsListAccount")[28]) {
e = a.engine;
var t = a.engine.getGameAttribute("GemsOwned") + 50;
e.gameAttributes.h.GemsOwned = t,
a.engine.getGameAttribute("OptionsListAccount")[28] = 1
}
}), this.actor)) : 1 == q._customBlock_IsXYmouseWithinBounds(566, 644, 377, 447) && c.openURLInBrowser("https://idleon.wiki/wiki/Main_Page")
}
Re: Legends of Idleon
bumpShaman123 wrote: ↑Wed Apr 02, 2025 4:23 pmOnigiriman's file messes up the w6 cheats for me
can i request the buffed 1 hour time candy cheat as a configurable one ?
also i wanted to ask for cogs rng when it comes to exp % as getting a better cog after a while is a hastle.so something like 5 times i get a better cog instead of 1 out 30
Re: Legends of Idleon
any can help ? to fix [Link]
-
- Noobzor
- Posts: 7
- Joined: Mon Mar 24, 2025 2:07 pm
- Reputation: 0
-
- Noobzor
- Posts: 7
- Joined: Mon Mar 24, 2025 2:07 pm
- Reputation: 0
Re: Legends of Idleon
Nevermind. I figured it out too. lmaoLyrikalSyn wrote: ↑Thu Apr 03, 2025 12:52 pmI would love to have this information myself, if you could share?
-
- Expert Cheater
- Posts: 93
- Joined: Sat Aug 17, 2024 2:59 pm
- Reputation: 73
Re: Legends of Idleon
For future searching:
achievements
AchieveReg
CustomLists
RegAchieve
New achievement 'Hug from Timmy' is located at index 311.
If you wish to enable any other achievements - you'll need to find the appropriate index from h.CustomLists.RegAchieve - it'll show all world achievements so you know which one to enable in h.AchieveReg - it'll use same index value.
achievements
AchieveReg
CustomLists
RegAchieve
New achievement 'Hug from Timmy' is located at index 311.
chng bEngine.getGameAttribute("AchieveReg")[311]=-1
If you wish to enable any other achievements - you'll need to find the appropriate index from h.CustomLists.RegAchieve - it'll show all world achievements so you know which one to enable in h.AchieveReg - it'll use same index value.
Re: Legends of Idleon
Hello,
I try to modify the 'w1 companion' command, but as soon as i add new pets [0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23] in config.js the game crashes when it reaches character selection. Is there something else to modify?
I try to modify the 'w1 companion' command, but as soon as i add new pets [0,1,2,3,4,5,6,7,8,9,10,12,13,14,15,16,17,18,19,20,21,22,23] in config.js the game crashes when it reaches character selection. Is there something else to modify?
Re: Legends of Idleon
How do i stop a cheat from running? like i want to use W3 booktime to get enough book but i don't want it to run indefinitely and became to high so i need to stop it else i need to close Injest. because the max book lv isn't fix in disputate's version, and i don't really want to messed with it.
Also is there a way to minimize Injest crashing? I might need to open it 20 times for it to run properly.
Also is there a way to minimize Injest crashing? I might need to open it 20 times for it to run properly.
-
- What is cheating?
- Posts: 3
- Joined: Sat Apr 20, 2024 4:53 am
- Reputation: 3
Re: Legends of Idleon
Hello all,
I wanted to add in how to fix your Crystal Spawn rate on the tome in case any one else runs in to this issue of going to w4 town with 'wide crystal' enabled. I worked with @kikiGo to figure out how to fix, as well as a post from @amad2493 viewtopic.php?p=399921#p399921.
I will outline the steps very simply for folks who might be slow like myself. This is assuming you are using the injector and chrome debug
1. Open up the Injector CMD prompt and type "chromedebug"
2. On the Chrome Debug console window, you will want to enter in the following
3. On the same window, you will want to enter in the following
Note: If .001 doesn't work, you can always make it even worse to make sure that the Tome updates with your actual crystal spawn chance.
I wanted to add in how to fix your Crystal Spawn rate on the tome in case any one else runs in to this issue of going to w4 town with 'wide crystal' enabled. I worked with @kikiGo to figure out how to fix, as well as a post from @amad2493 viewtopic.php?p=399921#p399921.
I will outline the steps very simply for folks who might be slow like myself. This is assuming you are using the injector and chrome debug
1. Open up the Injector CMD prompt and type "chromedebug"
2. On the Chrome Debug console window, you will want to enter in the following
bEngine.gameAttributes.h.OptionsListAccount[202]
to verify what your current rate is at. if you entered w4 town with 'wide crystal' it will output 1 into the console3. On the same window, you will want to enter in the following
bEngine.gameAttributes.h.OptionsListAccount[202]=.001
. This will change your rate to something that is most likely worse than what you actually have. Now, when you view the tome again with the crystal spawn cards etc..., your Tome should update back to the correct rate.Note: If .001 doesn't work, you can always make it even worse to make sure that the Tome updates with your actual crystal spawn chance.
-
- What is cheating?
- Posts: 2
- Joined: Thu Apr 03, 2025 10:25 pm
- Reputation: 0
Re: Legends of Idleon
Hey, i've tried enabling some Bundles with the chromedebug, does it only give the benefits like autoloot/afk%/stamp lvls ect.. ?
Because i've tried getting the Timeless bundle but i didnt receive the items
Because i've tried getting the Timeless bundle but i didnt receive the items
Re: Legends of Idleon
Does anyone happen to know the array location for specific skills experience amounts? Specifically for Construction?
I had a minor-bricking event on construction experience. I managed to fix the problem that caused it, but I am not sure how to reset the experience.
I had a minor-bricking event on construction experience. I managed to fix the problem that caused it, but I am not sure how to reset the experience.
Re: Legends of Idleon
bEngine.gameAttributes.h.Exp0[8]jiggles32 wrote: ↑Thu Apr 03, 2025 11:33 pmDoes anyone happen to know the array location for specific skills experience amounts? Specifically for Construction?
I had a minor-bricking event on construction experience. I managed to fix the problem that caused it, but I am not sure how to reset the experience.
Re: Legends of Idleon
When you use buy bundle command It will add the bundles to your account (the bonuses) and the game acts as if you bought the bundle. To get the items just simply use drop command. If you drop bundle items without adding the bundles to your account Your account might get flagged.mighthateidleonpw2 wrote: ↑Thu Apr 03, 2025 10:53 pmHey, i've tried enabling some Bundles with the chromedebug, does it only give the benefits like autoloot/afk%/stamp lvls ect.. ?
Because i've tried getting the Timeless bundle but i didnt receive the items
Last edited by amad2493 on Fri Apr 04, 2025 5:47 am, edited 2 times in total.
Who is online
Users browsing this forum: AhrefsBot, Lighting1, skibidiwow, troljan123