Legends of Idleon

Ask about cheats/tables for single player games here
diamostr
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Mar 22, 2023 6:33 pm
Reputation: 0

Re: Legends of Idleon

Post by diamostr »

Hi everybody. While I was writing the post, I found everything and even launched it. Thanks)

diamostr
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Mar 22, 2023 6:33 pm
Reputation: 0

Re: Legends of Idleon

Post by diamostr »

mutkanz wrote:
Mon Mar 20, 2023 10:03 am
Aries92 wrote:
Sun Mar 19, 2023 1:13 am
Need a little bit of help here.

So I was using the F5 and all I did was actually just spawn myself some items, I noticed that my talents and everything else was reset and the codex so I just manually set them up.

I had taken everything out of the idleon folder for the ICF5 and the files. I now notice that while im afk'ing its not using all of my abilities, my survivability dropped for some reason and kill rate turned to shit, is there any reason for this? and how do I fix it?

Little bit of context, 288 BB in W5 and lampars, I was doing 17k average kills per hour now its at 10. 200m DMG, along with 4100 Def.
Hey,
When you install the cheat, it has config.custom.example.js which is being used if you dont have created your own with name "config.custom.js".
In example file which is loaded, it has increased afk rates, damagage etc by 2x, so when you removed - boost was removed aswell, thats why you dont have higher stats after you removed the cheat.

Talent reset is included in example.js aswel, thats why you had to add points aswell.

Abilities not used while afk? check settings if the thick on "use abilietes" is turned on
I have both files copied to the game folder. you can explain which one to delete and which one to leave, so that everything that is pre-installed works, but the kill counter is not reset.

L2p
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Mar 22, 2023 6:53 pm
Reputation: 0

Re: Legends of Idleon

Post by L2p »

hi, me dumb so dont understand why it doesnt work but i tried to use CE it worked once but later when i try it on main acc to multiply time candies its not working im able to find values but when i try to change values to 500-600 its resets original value so i dont know what to do and tried to find Valleymoon's cheat but i failed.
i only need some gem for getting some 24h or 72 h time candies why its doesnt work anymore ?

Tindal
Expert Cheater
Expert Cheater
Posts: 254
Joined: Sun Nov 14, 2021 10:16 am
Reputation: 73

Re: Legends of Idleon

Post by Tindal »

L2p wrote:
Wed Mar 22, 2023 7:23 pm
hi, me dumb so dont understand why it doesnt work but i tried to use CE it worked once but later when i try it on main acc to multiply time candies its not working im able to find values but when i try to change values to 500-600 its resets original value so i dont know what to do and tried to find Valleymoon's cheat but i failed.
i only need some gem for getting some 24h or 72 h time candies why its doesnt work anymore ?
Do you read this? viewtopic.php?p=268697#p268697

L2p
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Mar 22, 2023 6:53 pm
Reputation: 0

Re: Legends of Idleon

Post by L2p »

Tindal wrote:
Wed Mar 22, 2023 7:39 pm
L2p wrote:
Wed Mar 22, 2023 7:23 pm
hi, me dumb so dont understand why it doesnt work but i tried to use CE it worked once but later when i try it on main acc to multiply time candies its not working im able to find values but when i try to change values to 500-600 its resets original value so i dont know what to do and tried to find Valleymoon's cheat but i failed.
i only need some gem for getting some 24h or 72 h time candies why its doesnt work anymore ?
Do you read this? viewtopic.php?p=268697#p268697
just found it and reading it just trying to figure how to drop multiple items like time candy
edit: yeap found it tysm

valleymon
Expert Cheater
Expert Cheater
Posts: 185
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 214

Re: Legends of Idleon

Post by valleymon »

Nysalia wrote:
Wed Mar 22, 2023 12:21 pm
mutkanz wrote:
Wed Mar 22, 2023 10:46 am
Hey valleymon,

Which setting cleans non active talent tab + non active card pack? Little bit tired when after some day of gameplay, swaping to for example 2nd talent tab and all talents are reseted + cards are removed. Using clean config, so no cheats are enabled as soon as i start the game
this is an issue thats in the game itsellf, not the cheat engine;
Yeah this is annoying, but as Nysalia says it's a bug with idleon itself. I had a plan at some point to allow configuring presets that could be activated with one command (and also on character load etc) that would eg set all your cards, starsigns, equipment etc for AFK/active and also allow you to activate skilling setups with a single command (obols, eqiups, bubbles, starsigns, cards, food), but didn't get around to it. It's not hard just a little boring a repetitive which is why I haven't done it :D
Maybe that can be a project for today...
Nysalia wrote:
Wed Mar 22, 2023 7:50 am
HasteePastee wrote:
Wed Mar 22, 2023 7:49 am
Nysalia wrote:
Tue Mar 21, 2023 8:07 am
Anyone has some setup for sailing that works good to get all the artifacts?

Looks nearly impossible to get all of them now even with the standard w5 cheats activated
drop the bottles of wind, buy miracle chest daily, etc.
I've used over 2000 bottles of wind, and im still far from done with artifacts xD

Look at bEngine.getGameAttribute("Sailing")[3] and set all but the first key (0) to 2, IIRC those give you the ancient artifacts.
Erika wrote:
Tue Mar 21, 2023 9:05 am
valleymon wrote:
Tue Mar 21, 2023 1:59 am
Erika wrote:
Mon Mar 20, 2023 9:01 pm
Tried to look through all the posts here, but is there a way to reset or downgrade the Liquid rate in Alchemy? (only using f5, have no experience with other stuff)
In your config.custom.js you have in cheatConfig -> cauldron ->liq_rate the way to configure this.
The default is t => 100000 which sets the flat value of 100000 regardless of your regular rate.
t is the unmodified rate, and gets mapped to whatever comes after the =>
You can do valid javascript mathsy stuff there. If you don't know javascript, the basic operations (+, -, *, /) work as you'd expect, otherwise just google or ask chatgpt for what you want

t => t does nothing and is equivalent to disabling the cheat
t => t*2 doubles your normal rate
t => t + 50 adds 50 to your normal rate
t => Math.max(100, t*3) will set it to 100, or triple your normal rate, whichever is higher

etc
Hi,
Thank you for the quick answer, but unless I am mistaken this will only slow down the liquid rate after enabling the cheats?
I think I formulated my question a bit wrong. I ment I upgraded my Liquid Rate in the game a bit too much and want to bring it down in the game.
Is this possible?
If you mean by levelling up the cauldrons too much, then:

bEngine.getGameAttribute("CauldronInfo")[8][4][2][1]= level
bEngine.getGameAttribute("CauldronInfo")[8][4][3][1]= level
bEngine.getGameAttribute("CauldronInfo")[8][5][2][1]= level
bEngine.getGameAttribute("CauldronInfo")[8][5][3][1]= level
bEngine.getGameAttribute("CauldronInfo")[8][6][2][1]= level
bEngine.getGameAttribute("CauldronInfo")[8][6][3][1]= level

cap and rate for each liquid

valleymon
Expert Cheater
Expert Cheater
Posts: 185
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 214

Re: Legends of Idleon

Post by valleymon »

SycoKiller101 wrote:
Tue Mar 21, 2023 3:41 am
valleymon wrote:
Tue Mar 21, 2023 1:50 am
mutkanz wrote:
Mon Mar 20, 2023 10:03 am


Hey,
When you install the cheat, it has config.custom.example.js which is being used if you dont have created your own with name "config.custom.js".
In example file which is loaded, it has increased afk rates, damagage etc by 2x, so when you removed - boost was removed aswell, thats why you dont have higher stats after you removed the cheat.

Talent reset is included in example.js aswel, thats why you had to add points aswell.

Abilities not used while afk? check settings if the thick on "use abilietes" is turned on
Thanks for picking up questions. Just to clarify that it's not supposed to use the config.custom.example.js if you haven't made one, it should just use config.js, and write out a few lines prompting you to create a config.custom.js based on the example. config.js has no cheats configured to run on startup, and in theory therefore this shouldn't happen.
I do make mistakes though so shout if you find that cheats really are being activated without explicitly being run (either manually in the console or through a custom startup config)
SycoKiller101 wrote:
Tue Mar 21, 2023 1:24 am
Anyone know how to change your class from one to another? I ran the quest bypass command and used it while getting maestro and it bugged so I didnt get prompted to change classes and im still a journeyman. There is a command in the f5 cheat menu but I cant figure out the ID for the class no matter what I do.
list class should help you find the class you want. Note it does not take care of SkillLevels and SkillLevelsMAX which you will need to do yourself for the new class
I've tried but it always tells me the class ID has to be a numeric value/incorrect when I use what it shows me. That and when I attempt to type "class 3" it autofills and only gives me 2 commands to select which are both just list class/card since it has 3rd param in the string.
That's actually a silly bug with the autocomplete, I pushed a change just now that hopefully fixes it

SycoKiller101
Noobzor
Noobzor
Posts: 9
Joined: Sun Mar 19, 2023 11:58 am
Reputation: 2

Re: Legends of Idleon

Post by SycoKiller101 »

valleymon wrote:
Wed Mar 22, 2023 9:51 pm
SycoKiller101 wrote:
Tue Mar 21, 2023 3:41 am
valleymon wrote:
Tue Mar 21, 2023 1:50 am


Thanks for picking up questions. Just to clarify that it's not supposed to use the config.custom.example.js if you haven't made one, it should just use config.js, and write out a few lines prompting you to create a config.custom.js based on the example. config.js has no cheats configured to run on startup, and in theory therefore this shouldn't happen.
I do make mistakes though so shout if you find that cheats really are being activated without explicitly being run (either manually in the console or through a custom startup config)


list class should help you find the class you want. Note it does not take care of SkillLevels and SkillLevelsMAX which you will need to do yourself for the new class
I've tried but it always tells me the class ID has to be a numeric value/incorrect when I use what it shows me. That and when I attempt to type "class 3" it autofills and only gives me 2 commands to select which are both just list class/card since it has 3rd param in the string.
That's actually a silly bug with the autocomplete, I pushed a change just now that hopefully fixes it
Should I uninstall and reinstall the F5 menu then to fix the issue?

valleymon
Expert Cheater
Expert Cheater
Posts: 185
Joined: Fri Aug 26, 2022 6:12 am
Reputation: 214

Re: Legends of Idleon

Post by valleymon »

just overwrite with the files from the new zip

nex
What is cheating?
What is cheating?
Posts: 1
Joined: Wed Mar 22, 2023 6:55 pm
Reputation: 0

Re: Legends of Idleon

Post by nex »

Just for people who are wondering how to change shop price values, here's the tutorial.
Go to app.asar file (in game's resources folder) by opening it with 7-zip (with Asar7z plugin used to open .asar files). Navigate to distBuild/static/game and copy N.js to your desktop or where you want it to be. Open it with code editor you prefer or if you have bad pc, use Notepad. Click CTRL+F to search for phrase and enter shop item names. Example:
  • DAILY_MINIGAME_PLAYS
Image
Image
After description of items, there are 5 numbers.
Image
First number (150) is item price.
Second number (72) is location of item in the shop.
Third number (4) is number of items you can buy maximally.
Fourth number (0) is value of item you get per purchase. Some might be 0, as they don't give items to the player (for example Brimstone Forge upgrade).
Fifth number (50) is number of price that increases per one purchase of that item.

You can modify it, so for example you can buy one card pack for 15 gems. All you gotta do is modify first number to 15 and you have it done.
This is the part where the tutorial ends.
Fun fact, you also can change what items shop will show. Before item's name, there's ID of item sold in the shop. You can change it to make shop sell something different.

SycoKiller101
Noobzor
Noobzor
Posts: 9
Joined: Sun Mar 19, 2023 11:58 am
Reputation: 2

Re: Legends of Idleon

Post by SycoKiller101 »

valleymon wrote:
Thu Mar 23, 2023 2:20 am
just overwrite with the files from the new zip
I did so and it works just fine now, thanks for the help. 8-)

SycoKiller101
Noobzor
Noobzor
Posts: 9
Joined: Sun Mar 19, 2023 11:58 am
Reputation: 2

Re: Legends of Idleon

Post by SycoKiller101 »

Is there anyway to guarantee I get/spawn a max lvl star talent book? and is there any way to give myself points? since even though I run the videogame cheat nothing seems to really change at all.

valkstorm
What is cheating?
What is cheating?
Posts: 1
Joined: Mon Mar 13, 2023 7:08 am
Reputation: 0

Re: Legends of Idleon

Post by valkstorm »

valleymon wrote:
Wed Mar 22, 2023 9:51 pm
SycoKiller101 wrote:
Tue Mar 21, 2023 3:41 am
valleymon wrote:
Tue Mar 21, 2023 1:50 am


Thanks for picking up questions. Just to clarify that it's not supposed to use the config.custom.example.js if you haven't made one, it should just use config.js, and write out a few lines prompting you to create a config.custom.js based on the example. config.js has no cheats configured to run on startup, and in theory therefore this shouldn't happen.
I do make mistakes though so shout if you find that cheats really are being activated without explicitly being run (either manually in the console or through a custom startup config)


list class should help you find the class you want. Note it does not take care of SkillLevels and SkillLevelsMAX which you will need to do yourself for the new class
I've tried but it always tells me the class ID has to be a numeric value/incorrect when I use what it shows me. That and when I attempt to type "class 3" it autofills and only gives me 2 commands to select which are both just list class/card since it has 3rd param in the string.
That's actually a silly bug with the autocomplete, I pushed a change just now that hopefully fixes it
When I spawn Relic Chains it drops without the Misc drop rate stats - is this a bug, is there a fix for it? It only contains the +3 defence.

mutkanz
Novice Cheater
Novice Cheater
Posts: 21
Joined: Sun Mar 12, 2023 12:24 am
Reputation: 1

Re: Legends of Idleon

Post by mutkanz »

valkstorm wrote:
Fri Mar 24, 2023 8:35 am
valleymon wrote:
Wed Mar 22, 2023 9:51 pm
SycoKiller101 wrote:
Tue Mar 21, 2023 3:41 am


I've tried but it always tells me the class ID has to be a numeric value/incorrect when I use what it shows me. That and when I attempt to type "class 3" it autofills and only gives me 2 commands to select which are both just list class/card since it has 3rd param in the string.
That's actually a silly bug with the autocomplete, I pushed a change just now that hopefully fixes it
When I spawn Relic Chains it drops without the Misc drop rate stats - is this a bug, is there a fix for it? It only contains the +3 defence.
Try adding keychain parts and buy them from the shop, its gonna be easier for now to get the needed bonuses

HasteePastee
Noobzor
Noobzor
Posts: 6
Joined: Mon Dec 05, 2022 9:32 am
Reputation: 0

Re: Legends of Idleon

Post by HasteePastee »

Nysalia wrote:
Wed Mar 22, 2023 7:50 am
HasteePastee wrote:
Wed Mar 22, 2023 7:49 am
Nysalia wrote:
Tue Mar 21, 2023 8:07 am
Anyone has some setup for sailing that works good to get all the artifacts?

Looks nearly impossible to get all of them now even with the standard w5 cheats activated
drop the bottles of wind, buy miracle chest daily, etc.
I've used over 2000 bottles of wind, and im still far from done with artifacts xD
jesus, i've gotten nearly every artifact but the last 2 legit. outside of that maybe spawned 20 bottles and bought the 4 from shop daily with wide mtx starting just a few weeks ago. i would recommend tuning up your crew, make boat 1 your fastest boat with the best speed sailor, it should be used to clear new clouds and obtain newer artifacts while the rest of your crew is obtaining materials to sell to then boost boat 1.

outside of this use some materials to upgrade the other boats slowly, prioritize speed for sure and try to stack islands that will give you material for your cheapest costing boat speed, slowly but surely your boats will push up in speed and you can be running them to the last few islands.

as an example right now i have my 1st boat running 'The Edge' (the very last island) with 27.5m boat speed (~3.75 hours), outside of that i have a boat at 8m speed running Isle of Note, and the rest of my boats are in the 750k-2m speed range running dungeon cove and crystal enclave. it just takes time, use tons of bottles on a day where the merchant is giving you gold bars for a high level material and you will easily send boat 1 to the milllions in speed.

Post Reply

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], nhawt7766, sergey979, Sword X