Legends of Idleon
Re: Legends of Idleon
sry for not understanding but how do you mod the game? and how do the bans work?
Re: Legends of Idleon
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
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
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
The almost-complete Talent collection
Library always gives talent books equivalent to the max talent level achieved from The Salt Lick
Every monster can drop the star talent books from Baba Yaga, Dr Defecaus, Biggie Hours and King Doot
and...
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:
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.
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
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)
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)
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
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.
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
Oh yeah that would be amazing if anyone could find how, that piece of code is probably insanely ugly to read
-
- Cheater
- Posts: 29
- Joined: Tue May 04, 2021 11:32 pm
- Reputation: 1
Re: Legends of Idleon
anyone find code to speed up liquid rate?
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
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.
Re: Legends of Idleon
not quite understanding what you mean by 4b*2 could you explain further?Creater0822 wrote: ↑Sun Jun 06, 2021 11:18 pmI 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.
- Creater0822
- Expert Cheater
- Posts: 229
- Joined: Sat Nov 18, 2017 12:02 am
- Reputation: 125
Re: Legends of Idleon
Oh that's basically Cheat Engine abbreviation for "scanning the value you see in-game as 4 bytes times 2"inkdrgn wrote: ↑Mon Jun 07, 2021 5:59 amnot quite understanding what you mean by 4b*2 could you explain further?Creater0822 wrote: ↑Sun Jun 06, 2021 11:18 pmI 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.
Re: Legends of Idleon
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
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
Re: Legends of Idleon
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 >.<
Re: Legends of Idleon
Does anyone know what gives u shadowban?
what do you need exactly?
Re: Legends of Idleon
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
Re: Legends of Idleon
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.
Also, how to unlock all of them easily, if it's by monster drops or just changing a line of code.
Re: Legends of Idleon
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.
Re: Legends of Idleon
Another account shadowbanned for leveling with CE, any safe metod for level up?