Legends of Idleon
-
- Noobzor
- Posts: 8
- Joined: Sat Jul 01, 2023 8:06 am
- Reputation: 0
Re: Legends of Idleon
Has anyone found a way to make silver clocks to either only add or sustract 15 minutes from global timers?
Re: Legends of Idleon
it doesn't work, i follow i just get "undefined"
Re: Legends of Idleon
Hmm.. Check the quotes, should be ".."Akkayy wrote: ↑Thu Oct 05, 2023 5:04 pmit doesn't work, i follow i just get "undefined"
Re: Legends of Idleon
Check your config for:Krandyon wrote: ↑Thu Oct 05, 2023 2:00 pmHello. I accidentally overleveled a meal by A LOT. I would like to reset its level back to level 11, is that possible?
Also, how do i increase odds of getting ancient artifact? I've tried changing it on the config but it doesn't work. It's stuck at 0.01% chance.
And is there a way to remove something i've already bought from gem shop? I got 4 levels of the w3 "minimum level book" upgrade but i want to take it back. Thank you!
w5 sailing
ArtifactChance: t => t / 5, // 5x artifact discover bonus (lower is better)
Re: Legends of Idleon
Does anyone know how to increase number of times i can buy something on gem shop? To bypass the weekly limit?
Last edited by Krandyon on Thu Oct 05, 2023 8:07 pm, edited 2 times in total.
Re: Legends of Idleon
I tried that. Now it keeps saying i got ancient artifact but it's giving me the moai head one even though i'm not even going to that island. All my boats are going to a different island, and all my chests are from that specific island... do you know what the problem could be?Tindal wrote: ↑Thu Oct 05, 2023 6:01 pmCheck your config for:Krandyon wrote: ↑Thu Oct 05, 2023 2:00 pmHello. I accidentally overleveled a meal by A LOT. I would like to reset its level back to level 11, is that possible?
Also, how do i increase odds of getting ancient artifact? I've tried changing it on the config but it doesn't work. It's stuck at 0.01% chance.
And is there a way to remove something i've already bought from gem shop? I got 4 levels of the w3 "minimum level book" upgrade but i want to take it back. Thank you!
w5 sailing
ArtifactChance: t => t / 5, // 5x artifact discover bonus (lower is better)
Re: Legends of Idleon
Hm, strange.Krandyon wrote: ↑Thu Oct 05, 2023 8:04 pmI tried that. Now it keeps saying i got ancient artifact but it's giving me the moai head one even though i'm not even going to that island. All my boats are going to a different island, and all my chests are from that specific island... do you know what the problem could be?Tindal wrote: ↑Thu Oct 05, 2023 6:01 pmCheck your config for:Krandyon wrote: ↑Thu Oct 05, 2023 2:00 pmHello. I accidentally overleveled a meal by A LOT. I would like to reset its level back to level 11, is that possible?
Also, how do i increase odds of getting ancient artifact? I've tried changing it on the config but it doesn't work. It's stuck at 0.01% chance.
And is there a way to remove something i've already bought from gem shop? I got 4 levels of the w3 "minimum level book" upgrade but i want to take it back. Thank you!
w5 sailing
ArtifactChance: t => t / 5, // 5x artifact discover bonus (lower is better)
The you can use chromedebug and look into "Sailing"[3] array.
Re: Legends of Idleon
When i run the "chromedebug" command, my game closes by itself and nothing happens. No window opens.Tindal wrote: ↑Thu Oct 05, 2023 8:20 pmHm, strange.Krandyon wrote: ↑Thu Oct 05, 2023 8:04 pmI tried that. Now it keeps saying i got ancient artifact but it's giving me the moai head one even though i'm not even going to that island. All my boats are going to a different island, and all my chests are from that specific island... do you know what the problem could be?
The you can use chromedebug and look into "Sailing"[3] array.
I've tried running it on login page and after playing a character. Same thing happens...
Edit: I didn't have google chrome installed, that's why nothing was happening, bad fail lol.
Thank you, it worked. I can change number to "2" to get ancient form. Pretty straight forward.
Last edited by Krandyon on Thu Oct 05, 2023 8:53 pm, edited 1 time in total.
Re: Legends of Idleon
Can you make screenshot?Krandyon wrote: ↑Thu Oct 05, 2023 8:38 pm
When i run the "chromedebug" command, my game closes by itself and nothing happens. No window opens.
I've tried running it on login page and after playing a character. Same thing happens...
Edit: I didn't have google chrome installed, that's why nothing was happening, bad fail lol.
But my console doesn't look anything like the one in the page 143... i don't see the skills or anything and typing sailing gives error.
Re: Legends of Idleon
It works now. I edited message. I managed to make it work. Sometimes reading and thinking is hard...Tindal wrote: ↑Thu Oct 05, 2023 8:50 pmCan you make screenshot?Krandyon wrote: ↑Thu Oct 05, 2023 8:38 pm
When i run the "chromedebug" command, my game closes by itself and nothing happens. No window opens.
I've tried running it on login page and after playing a character. Same thing happens...
Edit: I didn't have google chrome installed, that's why nothing was happening, bad fail lol.
But my console doesn't look anything like the one in the page 143... i don't see the skills or anything and typing sailing gives error.
Thank you bro.
Re: Legends of Idleon
So I screwed up and got too many zen cogs and cannot delete them.. is there a way for me to get rid of these? If so can someone help me out?
Re: Legends of Idleon
At a look - I suspect you need to look at the cogorder data structure (gga CogOrder). Casual look, somewhere around array index 108 is where your storage begins. If you wiped out values after that (use chromedebug if possible and set values to Blank) should send you in the right direction. If someone wants to give more explicit instructions they can, but part of this tool is self experimenting/learning.
Re: Legends of Idleon
Yeah i'm trying to figure out how to even get the chromedebug to even show up. I'm really new at thissgl3686 wrote: ↑Fri Oct 06, 2023 12:57 pmAt a look - I suspect you need to look at the cogorder data structure (gga CogOrder). Casual look, somewhere around array index 108 is where your storage begins. If you wiped out values after that (use chromedebug if possible and set values to Blank) should send you in the right direction. If someone wants to give more explicit instructions they can, but part of this tool is self experimenting/learning.
Re: Legends of Idleon
So if chromedebug command doesn't launch a chrome window, check:YepYep42 wrote: ↑Fri Oct 06, 2023 1:15 pmYeah i'm trying to figure out how to even get the chromedebug to even show up. I'm really new at thissgl3686 wrote: ↑Fri Oct 06, 2023 12:57 pmAt a look - I suspect you need to look at the cogorder data structure (gga CogOrder). Casual look, somewhere around array index 108 is where your storage begins. If you wiped out values after that (use chromedebug if possible and set values to Blank) should send you in the right direction. If someone wants to give more explicit instructions they can, but part of this tool is self experimenting/learning.
-do you have chrome installed
-Is it installed in the default location
Re: Legends of Idleon
Where do I enter this chromedebug into? That's my main issue right now. I kinda figured opening injectcheatsf5 would be where, but it instantly closes.sgl3686 wrote: ↑Fri Oct 06, 2023 1:23 pmSo if chromedebug command doesn't launch a chrome window, check:YepYep42 wrote: ↑Fri Oct 06, 2023 1:15 pmYeah i'm trying to figure out how to even get the chromedebug to even show up. I'm really new at thissgl3686 wrote: ↑Fri Oct 06, 2023 12:57 pm
At a look - I suspect you need to look at the cogorder data structure (gga CogOrder). Casual look, somewhere around array index 108 is where your storage begins. If you wiped out values after that (use chromedebug if possible and set values to Blank) should send you in the right direction. If someone wants to give more explicit instructions they can, but part of this tool is self experimenting/learning.
-do you have chrome installed
-Is it installed in the default location
Who is online
Users browsing this forum: Metron