Legends of Idleon

Ask about cheats/tables for single player games here
Saul
Expert Cheater
Expert Cheater
Posts: 69
Joined: Mon May 17, 2021 3:14 pm
Reputation: 34

Re: Legends of Idleon

Post by Saul »

kmd20196 wrote:
Wed Feb 05, 2025 12:24 pm
FrostyFlames wrote:
Wed Feb 05, 2025 6:24 am
So nobody figured out how to fix the unlock divinitypearl > lvl50? It been broken for a while now.
If you're not sure how to modify game files directly like what Saul suggested, you can also modify setupItemMoveProxy() in cheats.js with the following code to fix divinity pearl. Hope it helps!

Code: Select all

function setupItemMoveProxy() {
    events(38).prototype._event_InvItem4custom = new Proxy(events(38).prototype._event_InvItem4custom, {
        apply: function (originalFn, context, argumentsList) {
            const inventoryOrder = bEngine.getGameAttribute("InventoryOrder");
            try {
                if (cheatState.wide.candy && itemDefs[inventoryOrder[context.actor.getValue("ActorEvents_38", "_ItemDragID")]].h.Type =="TIME_CANDY") {
                    let originalMap = bEngine.getGameAttribute("CurrentMap");
					let originalTarget = bEngine.getGameAttribute("AFKtarget");
					bEngine.getGameAttribute("PixelHelperActor")[23].getValue("ActorEvents_577", "_GenINFO")[86] = 1; 
                    if (originalTarget == "Cooking" || originalTarget == "Laboratory") {
                        let newTarget = {
                            calls: 0,
                            [Symbol.toPrimitive](hint) {
                                if (this.calls < 2) {
                                    this.calls = this.calls + 1;
                                    return "mushG";
                                }
                                bEngine.setGameAttribute("AFKtarget", originalTarget);
                                return originalTarget;
                            }
                        };

                        bEngine.setGameAttribute("AFKtarget", newTarget);
                    }
                    bEngine.setGameAttribute("CurrentMap", 1);
                    let rtn = Reflect.apply(originalFn, context, argumentsList);
                    bEngine.setGameAttribute("CurrentMap", originalMap);
                    bEngine.setGameAttribute("AFKtarget", originalTarget);
                    return rtn;
                }
            } catch (e) { }
            try {
                if (
					cheatState.unlock.divinitypearl &&
					context.actor.getValue("ActorEvents_38", "_PixelType") == 2 &&
					context.actor.getValue("ActorEvents_38", "_DummyType2Dead") == 7 &&
                    inventoryOrder[context.actor.getValue("ActorEvents_38", "_ItemDragID")] == "Pearl6"
                ) {
                    let calls = 0;
                    const levels = bEngine.gameAttributes.h["Lv0"];
                    bEngine.gameAttributes.h["Lv0"] = new Proxy(levels, {
                        get: function (target, name) {
                            if (name == bEngine.getGameAttribute("DummyNumber3") && calls < 3) {
                                calls = calls + 1;
                                if (calls == 3) {
                                    bEngine.gameAttributes.h["Lv0"] = levels;
                                }
                                return 1;
                            }
                            return target[name];
                        }
					});
					let rtn = Reflect.apply(originalFn, context, argumentsList);
					bEngine.gameAttributes.h["Lv0"] = levels;
                    return rtn
                }
            } catch (e) { }
            return Reflect.apply(originalFn, context, argumentsList);
        }
	});
}
1st you need to download 7zip
2nd download asar 7zip plugin
3rd you need to unpackage app.asar via 7zip "idleon folder -> resources"
4th you need to download & instal visual studio code
5th you need to install "Beautify" plugin for VSC
6th load N.js in VSC - location for N.js "idleon folder -> resources\app\distBuild\static\game"
7th press f1 and select "Beautify" to load
8th have fun :>

alonx33
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Nov 10, 2023 3:06 pm
Reputation: 0

Re: Legends of Idleon

Post by alonx33 »

Any way to drop owl feathers without the game crashing? Or is this just a me issue

degejos
Noobzor
Noobzor
Posts: 10
Joined: Wed Feb 05, 2025 6:07 am
Reputation: 1

Re: Legends of Idleon

Post by degejos »

Saul wrote:
Wed Feb 05, 2025 9:26 am
asdfdanyun wrote:
Wed Feb 05, 2025 9:07 am
Anyone know why i am invisible to my second account even thought OptionListAccount26 is returning 0? I'm not sure if I'm shadowbanned or Im doing something wrong.
1st it can be only visual bug but you can also be shadowbanned :<

i need more info:

did you get any lava gear ? - if yes its instant ban/shadowban

what is your levels and stats ?

give me your CloudSaveTimer, TimeAway, PlayerAwayTime (its in PlayerDatabase, give me only time from char that dont work)
also
give me GemsOwned, ServerGemsReveived

you can sent me this in PM or here
Hi, new here, i wanna ask, by getting the lava gear do you mean with Drop or it can also be triggered with w1 anvil craft function ?

edit: i crafted magma bow, is it the same as Lava? or by Lava u mean the gear Lava can only use?

Div00
Noobzor
Noobzor
Posts: 8
Joined: Tue Jan 07, 2025 4:01 pm
Reputation: 0

Re: Legends of Idleon

Post by Div00 »

Hey I wanted to ask , that my shrines are not working on my characters like ,they not giving their bonus to my character idk why also some times prayers also not working like 10 hour limit prayer not working sometimes

jessicasimp
Noobzor
Noobzor
Posts: 7
Joined: Mon Feb 13, 2023 2:32 pm
Reputation: 1

Re: Legends of Idleon

Post by jessicasimp »

iv had this issue for a while, opening post box opens inventory slot and opening alchemy tab opens nothing, anyone knows how to fix or reset it?

degejos
Noobzor
Noobzor
Posts: 10
Joined: Wed Feb 05, 2025 6:07 am
Reputation: 1

Re: Legends of Idleon

Post by degejos »

so, i downloaded the w5 update, but my injector always started with lots of cheats enabled startup, i tried copy and paste the old folder, but it still enabling lots of cheat. is there a way to not do that? I wanna set it all up manually myself

CHawk90
What is cheating?
What is cheating?
Posts: 3
Joined: Thu Jan 02, 2025 2:36 pm
Reputation: 0

Re: Legends of Idleon

Post by CHawk90 »

Sorry, if its been asked before, but with more than 400 pages, I am having trouble searching. Is there a way in chrome debugger to check if any stats are NaN?

asdfdanyun
Noobzor
Noobzor
Posts: 6
Joined: Wed Feb 05, 2025 9:05 am
Reputation: 0

Re: Legends of Idleon

Post by asdfdanyun »

Saul wrote:
Wed Feb 05, 2025 9:26 am
asdfdanyun wrote:
Wed Feb 05, 2025 9:07 am
Anyone know why i am invisible to my second account even thought OptionListAccount26 is returning 0? I'm not sure if I'm shadowbanned or Im doing something wrong.
1st it can be only visual bug but you can also be shadowbanned :<

i need more info:

did you get any lava gear ? - if yes its instant ban/shadowban

what is your levels and stats ?

give me your CloudSaveTimer, TimeAway, PlayerAwayTime (its in PlayerDatabase, give me only time from char that dont work)
also
give me GemsOwned, ServerGemsReveived

you can sent me this in PM or here
I don't think I've gotten any lava gear.

All my chars range from lvl 600 range to the highest being 746

My cloudsavetimer is at 62233890

For TimeAway, I am not sure which number you need but most of them saw 1738731588.5479999

For PlayerAwayTime, it is 1738788868.7679985 and 1738749491.0969982. I only tested 2 of my chars and both don't show up not sure about rest of them.

And for GemsOwned, it's at 29295 and ServerGems at 174142

kmd20196
Expert Cheater
Expert Cheater
Posts: 77
Joined: Fri Nov 15, 2024 11:53 am
Reputation: 16

Re: Legends of Idleon

Post by kmd20196 »

degejos wrote:
Wed Feb 05, 2025 5:42 pm
so, i downloaded the w5 update, but my injector always started with lots of cheats enabled startup, i tried copy and paste the old folder, but it still enabling lots of cheat. is there a way to not do that? I wanna set it all up manually myself
exports.startupCheats in config.custom.js list out cheats that will be activated on startup, removing everything between the square brackets (i.e. exports.startupCheats = []) will stop this behavior.

Saul
Expert Cheater
Expert Cheater
Posts: 69
Joined: Mon May 17, 2021 3:14 pm
Reputation: 34

Re: Legends of Idleon

Post by Saul »

asdfdanyun wrote:
Wed Feb 05, 2025 9:16 pm
Saul wrote:
Wed Feb 05, 2025 9:26 am
asdfdanyun wrote:
Wed Feb 05, 2025 9:07 am
Anyone know why i am invisible to my second account even thought OptionListAccount26 is returning 0? I'm not sure if I'm shadowbanned or Im doing something wrong.
1st it can be only visual bug but you can also be shadowbanned :<

i need more info:

did you get any lava gear ? - if yes its instant ban/shadowban

what is your levels and stats ?

give me your CloudSaveTimer, TimeAway, PlayerAwayTime (its in PlayerDatabase, give me only time from char that dont work)
also
give me GemsOwned, ServerGemsReveived

you can sent me this in PM or here
I don't think I've gotten any lava gear.

All my chars range from lvl 600 range to the highest being 746

My cloudsavetimer is at 62233890

For TimeAway, I am not sure which number you need but most of them saw 1738731588.5479999

For PlayerAwayTime, it is 1738788868.7679985 and 1738749491.0969982. I only tested 2 of my chars and both don't show up not sure about rest of them.

And for GemsOwned, it's at 29295 and ServerGems at 174142
by levels i mean mining etc, by stats i mean str, int etc anyway if stats are lower than 10m its fine

your gems also looks fine cuz servergems are higher than gems owned

PlayerAwayTime seems also fine but

imo your cloudsavetimer it's pretty high change it to 4223389 (6 changed to 4 and removed last digit 0)

but before editing i need some more info, so plesae give me info about OptionListAccount[17], OptionListAccount[26], OptionListAccount[45], OptionListAccount[46], OptionListAccount[61] - why i need it cuz "cloudsavetimer" can edit/read this values, most of them are useless for example 61 its for id of favorite world select

degejos
Noobzor
Noobzor
Posts: 10
Joined: Wed Feb 05, 2025 6:07 am
Reputation: 1

Re: Legends of Idleon

Post by degejos »

is buy pack command/bundle command safe to use ?

asdfdanyun
Noobzor
Noobzor
Posts: 6
Joined: Wed Feb 05, 2025 9:05 am
Reputation: 0

Re: Legends of Idleon

Post by asdfdanyun »

Saul wrote:
Thu Feb 06, 2025 1:38 am
asdfdanyun wrote:
Wed Feb 05, 2025 9:16 pm
Saul wrote:
Wed Feb 05, 2025 9:26 am


1st it can be only visual bug but you can also be shadowbanned :<

i need more info:

did you get any lava gear ? - if yes its instant ban/shadowban

what is your levels and stats ?

give me your CloudSaveTimer, TimeAway, PlayerAwayTime (its in PlayerDatabase, give me only time from char that dont work)
also
give me GemsOwned, ServerGemsReveived

you can sent me this in PM or here
I don't think I've gotten any lava gear.

All my chars range from lvl 600 range to the highest being 746

My cloudsavetimer is at 62233890

For TimeAway, I am not sure which number you need but most of them saw 1738731588.5479999

For PlayerAwayTime, it is 1738788868.7679985 and 1738749491.0969982. I only tested 2 of my chars and both don't show up not sure about rest of them.

And for GemsOwned, it's at 29295 and ServerGems at 174142
by levels i mean mining etc, by stats i mean str, int etc anyway if stats are lower than 10m its fine

your gems also looks fine cuz servergems are higher than gems owned

PlayerAwayTime seems also fine but

imo your cloudsavetimer it's pretty high change it to 4223389 (6 changed to 4 and removed last digit 0)

but before editing i need some more info, so plesae give me info about OptionListAccount[17], OptionListAccount[26], OptionListAccount[45], OptionListAccount[46], OptionListAccount[61] - why i need it cuz "cloudsavetimer" can edit/read this values, most of them are useless for example 61 its for id of favorite world select
O mb, I misunderstood. Idk if you need every skill level but ill put the highest lvl for each skill.

Mining-- 171 Fishing --- 176 Trapping ---145 Cooking ---- 71 Smithing --- 172 Alchemy ---- 182 Construction --- 2452 Breeding ---- 90
Woodcutting --- 183 Catching --- 180 Worship --- 154 Lab --- 407 Sailing -- 152 Farming -- 395 Div -- 241 Sneaking -- 474 Gaming -- 279 Summon --- 121

And for stats the main stats for all chars hovering around 200k to 250k.

For the Other info OptionListAccount[17] --- 1 , OptionListAccount[26] ---- 0 , OptionListAccount[45] ---- 13778792.237024069,
OptionListAccount[46] ---- 1, OptionListAccount[61] ----- 0

bzoon
What is cheating?
What is cheating?
Posts: 4
Joined: Fri Jan 10, 2025 9:05 pm
Reputation: 0

Re: Legends of Idleon

Post by bzoon »

Hello is there any way to set minigame highscores to spezific amouts?

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

Re: Legends of Idleon

Post by thorSolberg054 »

might have locked my self out of the game, set my first toons lvl to 1 but hes wearing all high lvl gear and skills, now i cant load any of my toons

send help

blarchie
What is cheating?
What is cheating?
Posts: 4
Joined: Mon Oct 23, 2023 6:50 pm
Reputation: 0

Re: Legends of Idleon

Post by blarchie »

Any way to get max level ribbons on all meals?
Last edited by blarchie on Sat Feb 08, 2025 7:44 pm, edited 1 time in total.

Post Reply

Who is online

Users browsing this forum: Andovaldr