Legends of Idleon
Re: Legends of Idleon
i got it working and been playing with it. just have to learn how to really use it.
-
- What is cheating?
- Posts: 2
- Joined: Sun Feb 05, 2023 11:57 pm
- Reputation: 0
Re: Legends of Idleon
How do i get rid of the " Lava's Early-game guide"
i used some cheats to progress through quests and now it is bugged on my screen with step one, but 32% complete.
id like to get rid of the over screen guy telling me what to do, what is the code? is it done with Z.js or with chng commands
i used some cheats to progress through quests and now it is bugged on my screen with step one, but 32% complete.
id like to get rid of the over screen guy telling me what to do, what is the code? is it done with Z.js or with chng commands
Re: Legends of Idleon
Any way to reduce autoloot cooldown?
Re: Legends of Idleon
Isn't that just a matter of talking to scripticus, the task board guy and the sculpture guy?somedrynugs wrote: ↑Tue Feb 07, 2023 6:13 amHow do i get rid of the " Lava's Early-game guide"
i used some cheats to progress through quests and now it is bugged on my screen with step one, but 32% complete.
id like to get rid of the over screen guy telling me what to do, what is the code? is it done with Z.js or with chng commands
Re: Legends of Idleon
Verify gamefiles and redownload all cheat files, copy the new cheats.js code and try againFamasicura wrote: ↑Tue Feb 07, 2023 2:48 amI get a crash right after all steps complete and game goes to initializing cheats.q
The screen will read "undefined" and then the game and terminal crashes.
I've searched through code and haven't found any culprits yet and it's a straight copy of the cheat.js drop from 5/02. Not sure what the deal is. Seems to be running fine, then hits a snag.
-
- What is cheating?
- Posts: 1
- Joined: Tue Feb 07, 2023 9:47 pm
- Reputation: 0
Re: Legends of Idleon
So i'm pretty new to the Cheat engine side of modding games and with the help of this forum i've figured out how to change the values of things. well after awhile of doing that and progressing through the game and changing values i ended up white screening. when i logged back on and continue to try to change values of items it doesnt seem to change anything in game. (im using the steam version FYI) i've tried relaunching steam, cheat engine and verifying files and it just doesnt seem to want to change the value anymore. any ideas as to what im doing wrong? (discord name Terror#7380) if you'd like to communicate that way as well
-
- What is cheating?
- Posts: 2
- Joined: Sun Feb 05, 2023 11:57 pm
- Reputation: 0
Re: Legends of Idleon
Yes it is but mine is bugged and new characters cant complete it either. Its just stuck at 32% and tells me to go find glumbee in the left of the map. But ive already completed all those early questsOracleOne wrote: ↑Tue Feb 07, 2023 4:00 pmIsn't that just a matter of talking to scripticus, the task board guy and the sculpture guy?somedrynugs wrote: ↑Tue Feb 07, 2023 6:13 amHow do i get rid of the " Lava's Early-game guide"
i used some cheats to progress through quests and now it is bugged on my screen with step one, but 32% complete.
id like to get rid of the over screen guy telling me what to do, what is the code? is it done with Z.js or with chng commands
Re: Legends of Idleon
You can set those quests to not started, then do them again.somedrynugs wrote: ↑Wed Feb 08, 2023 4:41 amYes it is but mine is bugged and new characters cant complete it either. Its just stuck at 32% and tells me to go find glumbee in the left of the map. But ive already completed all those early questsOracleOne wrote: ↑Tue Feb 07, 2023 4:00 pmIsn't that just a matter of talking to scripticus, the task board guy and the sculpture guy?somedrynugs wrote: ↑Tue Feb 07, 2023 6:13 amHow do i get rid of the " Lava's Early-game guide"
i used some cheats to progress through quests and now it is bugged on my screen with step one, but 32% complete.
id like to get rid of the over screen guy telling me what to do, what is the code? is it done with Z.js or with chng commands
Re: Legends of Idleon
Is there a way to respawn captains after you buy 1?
Re: Legends of Idleon
if (86400 < (null == De ? 0 : "number" == typeof De ? e.__cast(De, k) : "number" == typeof De && (0 | De) === De ? e.__cast(De, n) : "boolean" == typeof De ? e.__cast(De, m) ? 1 : 0 : "string" == typeof De ? parseFloat(De) : parseFloat(g.string(De)))) {
var Me = b.engine.getGameAttribute("TimeAway");
null != d.ShopRestock ? Me.setReserved("ShopRestock", 86400) : Me.h.ShopRestock = 86400
}
86400=60×60×24seconds
Change it to a smaller number so it can refresh in a short time.
This timer also affects shops and post office.
Re: Legends of Idleon
viewtopic.php?p=268697#p268697
Update 09/02/2023
Another fairly major revision to put the individual specific configuration in 1 place at the start of the file, make more things configurable and consolidate towards a consistent code style and make adding new cheats faster and easier going forward.
You can add/remove startupCheats as in the orevious version
A new cheatConfig has been added just beneath.
Before, cheat states and cheat configuration were getting mixed up so I've separated the two.
damagemultiplier, efficiencymultiplier, afkmultiplier have been replaced with:
multiply damage
multiply efficiency
multiply afk
multiply drop <- NEW for drop rate
multiply printer x: multiplies print sample, overrides god/lab bonus <- NEW
w4 candy has been replaced with wide candy, now that it's not a w4 cheat
wide autoloot: Loot doesn't drop, it just goes straight into your, inventory, or, as it's configured in cheatConfig.wide.autoloot.tochest, straight to your chest!
w4 meals: customise the various bonuses provided by your dinner plates
talent: customise the bonus given by a talent (ie the number that changes as you increase level).
Currently I have only put in 168 - orb
Customise the behaviour in cheatConfig. By default it doubles the time which is super strong.
You can easily add others, its just 2 lines:
eg gilded sword:
That's it, the rest is done for you. It will be added to the autocomplete as 'talent 6 (gilded sword)' and will toggle on and off like the rest, and you can find it just by typing tal gil, Enter
Fixed a load of little bugs in the last iteration. Think that's everything
Update 09/02/2023
Another fairly major revision to put the individual specific configuration in 1 place at the start of the file, make more things configurable and consolidate towards a consistent code style and make adding new cheats faster and easier going forward.
You can add/remove startupCheats as in the orevious version
A new cheatConfig has been added just beneath.
Before, cheat states and cheat configuration were getting mixed up so I've separated the two.
damagemultiplier, efficiencymultiplier, afkmultiplier have been replaced with:
multiply damage
multiply efficiency
multiply afk
multiply drop <- NEW for drop rate
multiply printer x: multiplies print sample, overrides god/lab bonus <- NEW
w4 candy has been replaced with wide candy, now that it's not a w4 cheat
wide autoloot: Loot doesn't drop, it just goes straight into your, inventory, or, as it's configured in cheatConfig.wide.autoloot.tochest, straight to your chest!
w4 meals: customise the various bonuses provided by your dinner plates
talent: customise the bonus given by a talent (ie the number that changes as you increase level).
Currently I have only put in 168 - orb
Customise the behaviour in cheatConfig. By default it doubles the time which is super strong.
You can easily add others, its just 2 lines:
eg gilded sword:
Code: Select all
cheatConfig = {
...
talent: {
168: t => t* 2, //orb
6: t => 300 // 300% damage bonus from gilded sword <- Add this line (6 is the talent id for gilded sword
},
...
}
registerCheats({
name: 'talent',
message: 'talent value override cheats',
subcheats: [
{ name: '168', message: 'orb of remembrance', configurable: true },
{ name: '6', message: 'gilded sword', configurable: true }, <- and add this line
],
});
Fixed a load of little bugs in the last iteration. Think that's everything
Re: Legends of Idleon
how do i remove excess dungeon credits? Dropped too many
Re: Legends of Idleon
Thanks for all the hard work and amazing tools, I have figured out 99.9% of everything but I am having an issue that has not shadow banned me yet but I think it could when an update comes.
In the top middle shelft of imports in gaming I bought a box by mistake and makes the Chakra style image appear in the top left corner.
[Link] image thing wasn't working in preview you can see what I mean in this screenshot.
I have scoured the chrome debug to find a value to change to undo the purchase but no luck yet. Anyone have this problem too or know how to fix it?
Thank you.
In the top middle shelft of imports in gaming I bought a box by mistake and makes the Chakra style image appear in the top left corner.
[Link] image thing wasn't working in preview you can see what I mean in this screenshot.
I have scoured the chrome debug to find a value to change to undo the purchase but no luck yet. Anyone have this problem too or know how to fix it?
Thank you.
-
- Cheater
- Posts: 49
- Joined: Fri Sep 16, 2022 7:06 pm
- Reputation: 13
Re: Legends of Idleon
New update of yours doesnt work for me. It just auto closses the console. Prev version works tho.valleymon wrote: ↑Thu Feb 09, 2023 1:17 pmviewtopic.php?p=268697#p268697
Update 09/02/2023
Another fairly major revision to put the individual specific configuration in 1 place at the start of the file, make more things configurable and consolidate towards a consistent code style and make adding new cheats faster and easier going forward.
You can add/remove startupCheats as in the orevious version
A new cheatConfig has been added just beneath.
Before, cheat states and cheat configuration were getting mixed up so I've separated the two.
damagemultiplier, efficiencymultiplier, afkmultiplier have been replaced with:
multiply damage
multiply efficiency
multiply afk
multiply drop <- NEW for drop rate
multiply printer x: multiplies print sample, overrides god/lab bonus <- NEW
w4 candy has been replaced with wide candy, now that it's not a w4 cheat
wide autoloot: Loot doesn't drop, it just goes straight into your, inventory, or, as it's configured in cheatConfig.wide.autoloot.tochest, straight to your chest!
w4 meals: customise the various bonuses provided by your dinner plates
talent: customise the bonus given by a talent (ie the number that changes as you increase level).
Currently I have only put in 168 - orb
Customise the behaviour in cheatConfig. By default it doubles the time which is super strong.
You can easily add others, its just 2 lines:
eg gilded sword:That's it, the rest is done for you. It will be added to the autocomplete as 'talent 6 (gilded sword)' and will toggle on and off like the rest, and you can find it just by typing tal gil, EnterCode: Select all
cheatConfig = { ... talent: { 168: t => t* 2, //orb 6: t => 300 // 300% damage bonus from gilded sword <- Add this line (6 is the talent id for gilded sword }, ... } registerCheats({ name: 'talent', message: 'talent value override cheats', subcheats: [ { name: '168', message: 'orb of remembrance', configurable: true }, { name: '6', message: 'gilded sword', configurable: true }, <- and add this line ], });
Fixed a load of little bugs in the last iteration. Think that's everything
Re: Legends of Idleon
Had the same issue. TheAhmri wrote: ↑Mon Feb 06, 2023 9:36 pmWhen using the latest pastebin Cheats.js, the game won't, it never goes past Cheats Loaded and then everything closes.
When using the cheats.js that's in the zip file, it loads well, but seems to have less fonctionality than the one on Pastebin.
Is there something I'm missing ?
section is doubled (Line 227 - 339). Remove it once and it should work fine. Had the same issue.Setting the initial stage of the cheating tool and some quick definitions.
Who is online
Users browsing this forum: Azanami, BlackMonster, niaforever, NotAnyoneThatUKnow, SplitX, YandexBot