viewtopic.php?p=299672#p299672
Legends of Idleon
Re: Legends of Idleon
Re: Legends of Idleon
does anyone know how to change the evolved plants on the seashell in gaming?
-
- Cheater
- Posts: 34
- Joined: Sun Jun 18, 2023 11:56 pm
- Reputation: 1
Re: Legends of Idleon
Anybody know if possible I can use the cheat to teleport to last map to fight boss to enter w6 portal when it releases? cant remember if the game will try to prevent me if it detect portals are not complete yet
Re: Legends of Idleon
Hi, is there a way to undo ‘unlocks’? I wanted to use ‘unlock teleports’, but I used ‘unlock portals’ and now every worlds are unlocked, which is not what I intended. I have quickref for stuff I don’t even know! I just wanted to have unlimited teleport between my characters.
Thank you to anyone who can help.
Nevermind, I found a way
Solution was to copy the Kill2Advance from another fresh account and same copy the array to the wrong account.
Thank you to anyone who can help.
Nevermind, I found a way
Solution was to copy the Kill2Advance from another fresh account and same copy the array to the wrong account.
const originalArray = [
[0, 0],
[-4],
[0],
[150, 10],
[150],
[150],
// Too big to put everything
];
function restoreArray() {
const gameAttribute = bEngine.getGameAttribute("KillsLeft2Advance");
for (let i = 0; i < gameAttribute.length; i++) {
for (let j = 0; j < gameAttribute[i].length; j++) {
gameAttribute[i][j] = originalArray[i][j];
}
}
return `it worked!`;
}
-
- Cheater
- Posts: 34
- Joined: Sun Jun 18, 2023 11:56 pm
- Reputation: 1
Re: Legends of Idleon
By the way where are you guys learning these chng bEngine.getGameAttribute commands from? I would like to find a way to look at it myself without me having to ask you guys all the time. would be nice for to know commands to get certain bundles in the shop and change certain skills to a level I want.
-
- Cheater
- Posts: 34
- Joined: Sun Jun 18, 2023 11:56 pm
- Reputation: 1
Re: Legends of Idleon
Well never mind i just learned from all you guys from the past post about the chromedebugger command... still little confusing scared to break anything so ill play around with it slowlyFrostyFlames wrote: ↑Fri Feb 09, 2024 4:59 pmBy the way where are you guys learning these chng bEngine.getGameAttribute commands from? I would like to find a way to look at it myself without me having to ask you guys all the time. would be nice for to know commands to get certain bundles in the shop and change certain skills to a level I want.
-
- Cheater
- Posts: 34
- Joined: Sun Jun 18, 2023 11:56 pm
- Reputation: 1
Re: Legends of Idleon
Is the unlock portals permanent? I thought if you just reopen the game portal will return back to what it was before.. hmm well I wanted to use it to blast through world 5 to get the w6 portal open but I just thought to myself why cant i just drop the crystal and teleport there when it releases prob try that out on alt see how that going workDouzy wrote: ↑Thu Feb 08, 2024 10:44 pmHi, is there a way to undo ‘unlocks’? I wanted to use ‘unlock teleports’, but I used ‘unlock portals’ and now every worlds are unlocked, which is not what I intended. I have quickref for stuff I don’t even know! I just wanted to have unlimited teleport between my characters.
Thank you to anyone who can help.
Nevermind, I found a way
Solution was to copy the Kill2Advance from another fresh account and same copy the array to the wrong account.
const originalArray = [
[0, 0],
[-4],
[0],
[150, 10],
[150],
[150],
// Too big to put everything
];
function restoreArray() {
const gameAttribute = bEngine.getGameAttribute("KillsLeft2Advance");
for (let i = 0; i < gameAttribute.length; i++) {
for (let j = 0; j < gameAttribute[i].length; j++) {
gameAttribute[i][j] = originalArray[i][j];
}
}
return `it worked!`;
}
-
- Novice Cheater
- Posts: 20
- Joined: Fri Feb 09, 2024 7:51 pm
- Reputation: 0
Re: Legends of Idleon
I’m new here, and I used cheat engine to hack, (i used game guardian before, got shadowbanned, i have ridiculous amounts of skill levels like 5038 in alchemy, unrealistic bubble levels, and I even hacked the dungeon rng items, their max would be 5, but i would have them at 5k plus, (5838/5 levels) and after a year, my account was un-shadowbanned, i.e I can join guilds, do parties, and dungeons) I was wondering if waiting for the next update would un-shadowban my current account with far realistic stats
Re: Legends of Idleon
I learned with gga commands before I switched to chromedebugFrostyFlames wrote: ↑Fri Feb 09, 2024 4:59 pmBy the way where are you guys learning these chng bEngine.getGameAttribute commands from? I would like to find a way to look at it myself without me having to ask you guys all the time. would be nice for to know commands to get certain bundles in the shop and change certain skills to a level I want.
you can type gga to list most of them and continue from there
like gga lv0 will list your character and skill levels
Re: Legends of Idleon
Yes, it did unlock permanently on my main character, I checked on Steam and Web.FrostyFlames wrote: ↑Fri Feb 09, 2024 6:33 pmIs the unlock portals permanent? I thought if you just reopen the game portal will return back to what it was before.. hmm well I wanted to use it to blast through world 5 to get the w6 portal open but I just thought to myself why cant i just drop the crystal and teleport there when it releases prob try that out on alt see how that going work
-
- Cheater
- Posts: 34
- Joined: Sun Jun 18, 2023 11:56 pm
- Reputation: 1
Re: Legends of Idleon
Did some testing on an alt account actually figured out how to clear portal requirements. Curious guys is it possible to edit the arrays? I did the unlock portals on my alt account wanna to replicate what Douzy did to fix it as wellbumistro wrote: ↑Fri Feb 09, 2024 9:38 pmI learned with gga commands before I switched to chromedebugFrostyFlames wrote: ↑Fri Feb 09, 2024 4:59 pmBy the way where are you guys learning these chng bEngine.getGameAttribute commands from? I would like to find a way to look at it myself without me having to ask you guys all the time. would be nice for to know commands to get certain bundles in the shop and change certain skills to a level I want.
you can type gga to list most of them and continue from there
like gga lv0 will list your character and skill levels
-
- Noobzor
- Posts: 13
- Joined: Sun Mar 26, 2023 1:12 pm
- Reputation: 0
Re: Legends of Idleon
Hi, i been looking but cant seem to find where to find / change the value for quests completed, for the studious quester star talent. thank you if you can help me