Legends of Idleon

Ask about cheats/tables for single player games here
Shiwo
What is cheating?
What is cheating?
Posts: 2
Joined: Thu Jan 14, 2021 8:14 pm
Reputation: 0

Re: Legends of Idleon

Post by Shiwo »

sry for not understanding but how do you mod the game? and how do the bans work?

solsagan
Noobzor
Noobzor
Posts: 10
Joined: Mon May 10, 2021 10:51 pm
Reputation: 4

Re: Legends of Idleon

Post by solsagan »

hi everyone,

Does anyone knows if it is possible,
to make usable itens like EXP BALLONS
to be like the EGG CAPSULE
that you can hold down the click so it opens all one after the other, so we dont need to click thousands of time :(

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 123

Re: Legends of Idleon

Post by Creater0822 »

The almost-complete Talent collection

Library always gives talent books equivalent to the max talent level achieved from The Salt Lick

Code: Select all

// Change this code
Jb._customBlock_WorkbenchStuff("minBookLv", 0, 0), 0

// To this code
Jb._customBlock_WorkbenchStuff("maxBookLv", 0, 0), 0
Every monster can drop the star talent books from Baba Yaga, Dr Defecaus, Biggie Hours and King Doot

Code: Select all

// Change this code
if ("babayaga" == t.actor.getValue("ActorEvents_1", "_MonsterType") || "poopBig" == t.actor.getValue("ActorEvents_1", "_MonsterType"))

// To this code
if (1==1)
and...

Code: Select all

// Change this code
if ("babaHour" == t.actor.getValue("ActorEvents_1", "_MonsterType") || "babaMummy" == t.actor.getValue("ActorEvents_1", "_MonsterType"))

// To this code
if (1==1)
Any monster can now drop those talent books, but not necessarily the highest level. (Yeah I couldn't be bothered reading the insanely ugly code inside those if-statements)

Finally, here are ten special talent book drops:

Code: Select all

["TalentBook1", "1", "36251", "N/A"] //Toilet Paper Postage
["TalentBook1", "1", "361650", "N/A"] //Beginner Best Class
["TalentBook1", "1", "362050", "N/A"] //Will Of The Eldest
["TalentBook1", "1", "362450", "N/A"] //Attacks on simmer
["TalentBook1", "1", "362640", "N/A"] //Exp Converter
["TalentBook1", "1", "3618100", "N/A"] //Quest Chungus
["TalentBook1", "1", "3619100", "N/A"] //Crystals 4 Dayys
["TalentBook1", "1", "3623100", "N/A"] //Roll Da Dice
["TalentBook1", "1", "3635100", "N/A"] //Printer Sampling
["TalentBook1", "1", "3639100", "N/A"] //Shrine Architect
You can add these lines (obviously with commas on the back) as monster drop to get these ten special talent books.
The interesting part about these is that they share the exact same item id, whereas the actual skill it gives depends on the parameter that is normally the amount being dropped.
Last edited by Creater0822 on Mon Jun 07, 2021 12:25 am, edited 1 time in total.

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 123

Re: Legends of Idleon

Post by Creater0822 »

solsagan wrote:
Sun Jun 06, 2021 1:13 am
hi everyone,

Does anyone knows if it is possible,
to make usable itens like EXP BALLONS
to be like the EGG CAPSULE
that you can hold down the click so it opens all one after the other, so we dont need to click thousands of time :(
Oh yeah that would be amazing if anyone could find how, that piece of code is probably insanely ugly to read :(

chase123789
Cheater
Cheater
Posts: 29
Joined: Tue May 04, 2021 11:32 pm
Reputation: 1

Re: Legends of Idleon

Post by chase123789 »

anyone find code to speed up liquid rate?

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 123

Re: Legends of Idleon

Post by Creater0822 »

chase123789 wrote:
Sun Jun 06, 2021 10:45 pm
anyone find code to speed up liquid rate?
I for one haven't found anything easily readable, however I'm using Cheat Engine on this one:
What I do is basically scan 4b*2 on the cauldron's speed upgrade lvl, and the other three upgrades are just the address +4*n where n ∈ {1,2,3}
This way I just simply change those values to 2100000000, which results to lvl 1,05B.

inkdrgn
Cheater
Cheater
Posts: 46
Joined: Mon Jan 04, 2021 8:09 pm
Reputation: 7

Re: Legends of Idleon

Post by inkdrgn »

Creater0822 wrote:
Sun Jun 06, 2021 11:18 pm
I for one haven't found anything easily readable, however I'm using Cheat Engine on this one:
What I do is basically scan 4b*2 on the cauldron's speed upgrade lvl, and the other three upgrades are just the address +4*n where n ∈ {1,2,3}
This way I just simply change those values to 2100000000, which results to lvl 1,05B.
not quite understanding what you mean by 4b*2 could you explain further?

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 123

Re: Legends of Idleon

Post by Creater0822 »

inkdrgn wrote:
Mon Jun 07, 2021 5:59 am
Creater0822 wrote:
Sun Jun 06, 2021 11:18 pm
I for one haven't found anything easily readable, however I'm using Cheat Engine on this one:
What I do is basically scan 4b*2 on the cauldron's speed upgrade lvl, and the other three upgrades are just the address +4*n where n ∈ {1,2,3}
This way I just simply change those values to 2100000000, which results to lvl 1,05B.
not quite understanding what you mean by 4b*2 could you explain further?
Oh that's basically Cheat Engine abbreviation for "scanning the value you see in-game as 4 bytes times 2"

kribir
Novice Cheater
Novice Cheater
Posts: 23
Joined: Thu Jun 13, 2019 9:14 pm
Reputation: 0

Re: Legends of Idleon

Post by kribir »

Hello, I do not understand very well about coding or editing, could someone answer me some questions?
What program can I use to edit the code they are sharing?
Exactly what do I have to do with the game files to be able to access this code and then apply it to the game itself?
Could someone share their game folder or edited file so I just have to put it in my game and that's it? Or is it more complicated than that?
Greetings and thanks for your help

magabubu
What is cheating?
What is cheating?
Posts: 1
Joined: Tue Jun 08, 2021 2:13 pm
Reputation: 0

Re: Legends of Idleon

Post by magabubu »

A new updated cookie cutter Z.js with basic QoL would be nice, Wouldn't mind tipping someone a few bucks to share theirs honestly, saves me the headache of searching and editing values while visual studio keeps crashing >.<

Anjolo
What is cheating?
What is cheating?
Posts: 3
Joined: Sat Oct 31, 2020 9:24 pm
Reputation: 0

Re: Legends of Idleon

Post by Anjolo »

Does anyone know what gives u shadowban?
magabubu wrote:
Tue Jun 08, 2021 3:14 pm
A new updated cookie cutter Z.js with basic QoL would be nice, Wouldn't mind tipping someone a few bucks to share theirs honestly, saves me the headache of searching and editing values while visual studio keeps crashing >.<
what do you need exactly?

inkdrgn
Cheater
Cheater
Posts: 46
Joined: Mon Jan 04, 2021 8:09 pm
Reputation: 7

Re: Legends of Idleon

Post by inkdrgn »

Anjolo wrote:
Tue Jun 08, 2021 6:36 pm
Does anyone know what gives u shadowban?
magabubu wrote:
Tue Jun 08, 2021 3:14 pm
A new updated cookie cutter Z.js with basic QoL would be nice, Wouldn't mind tipping someone a few bucks to share theirs honestly, saves me the headache of searching and editing values while visual studio keeps crashing >.<
what do you need exactly?
likely something similar to the QoL improvements that where for the previous version, plus the talent collection changes here. Some of the stuff like tweaks to the cash shop & guild changes could be skipped in the name of fairness.

which is a lot sadly

FISTEXA
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Jun 09, 2021 4:13 am
Reputation: 0

Re: Legends of Idleon

Post by FISTEXA »

Anyone know where the code for the Craft Recipes can be found?
Also, how to unlock all of them easily, if it's by monster drops or just changing a line of code.

User avatar
Lucifer M
Cheater
Cheater
Posts: 30
Joined: Sun May 27, 2018 12:24 pm
Reputation: 2

Re: Legends of Idleon

Post by Lucifer M »

Image

I've made mobs drop recipes but they all seem to point to the exact same recipe and I haven't been able to figure out how to acquire different ones, I am assuming it's related to each task but it'd be nice to be able to change them without having to do the quests.

kribir
Novice Cheater
Novice Cheater
Posts: 23
Joined: Thu Jun 13, 2019 9:14 pm
Reputation: 0

Re: Legends of Idleon

Post by kribir »

Another account shadowbanned for leveling with CE, any safe metod for level up?

Post Reply

Who is online

Users browsing this forum: banana joe, cckilla1337, Janessie, sakurano1