Legends of Idleon
Re: Legends of Idleon
I am currently fixing up some things on my account since I went a bit wild when testing things out and one of them is reducing my con building lvl's
I have found them under gga TowerInfo and with chng bEngine.getGameAttribute("TowerInfo")[0]=0 I can change the level of the towers but then it just lets me upgrade them all the way back to the original level.
is the con progress stored somewhere else and if yes, where ?
I have found them under gga TowerInfo and with chng bEngine.getGameAttribute("TowerInfo")[0]=0 I can change the level of the towers but then it just lets me upgrade them all the way back to the original level.
is the con progress stored somewhere else and if yes, where ?
-
- Noobzor
- Posts: 6
- Joined: Thu Oct 12, 2023 9:53 am
- Reputation: 0
Re: Legends of Idleon
my game has been crashing since last patch. Is there a fix for it?
Re: Legends of Idleon
is there a way to increase afk time on fractal island or must i just continue cheating in candies
Re: Legends of Idleon
It is value 184 of OptionsListAccount.
chng bEngine.getGameAttribute("OptionsListAccount")[184]=132000
Just change the 132,000 to whichever number you want if you don't want it that high.
Re: Legends of Idleon
I’ve had the same issue, hope there’s a fix for it or if anyone knows how. Cleared cache, uninstalled and re installed game. No change.lyrockzzxd wrote: ↑Sat Oct 21, 2023 6:34 ammy game has been crashing since last patch. Is there a fix for it?
Re: Legends of Idleon
anyone found any fix to game crashing at char select?
Re: Legends of Idleon
sooo.. adding to my last post, I have now bricked my Tasks and I am a bit helpless in how I could fix them again, chng bEngine.getGameAttribute("Tasks") is the command I used
starting to understand the "danger" comment next to it
starting to understand the "danger" comment next to it
Re: Legends of Idleon
As i can see on your screen:
chng bEngine.getGameAttribute("Tasks")[1][0]=[0,0,0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][2]=[0,0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][3]=[0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][4]=[0,0,0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][5]=[0,0,0,0,0,0,0,0,]
Re: Legends of Idleon
Tindal wrote: ↑Sun Oct 22, 2023 6:37 pmAs i can see on your screen:
chng bEngine.getGameAttribute("Tasks")[1][0]=[0,0,0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][2]=[0,0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][3]=[0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][4]=[0,0,0,0,0,0,0,0,0,]
chng bEngine.getGameAttribute("Tasks")[1][5]=[0,0,0,0,0,0,0,0,]
Thanks so much ! I tried formatting it chng bEngine.getGameAttribute("Tasks")[1][0][0]=0 which explains why it didn't work
-
- What is cheating?
- Posts: 1
- Joined: Sun Oct 22, 2023 11:51 pm
- Reputation: 0
Re: Legends of Idleon
Hi im new to this and im using the inject code cheat
So i have a question for example
When i want the drop item lets say in here copper it says in the
"Action.... drop StoneW1 "
but it only drops 1, how can i make it to drop like 10 same time?
Also for advanced and veteran players, using this can get you banned?
thank you so much for answering
So i have a question for example
When i want the drop item lets say in here copper it says in the
"Action.... drop StoneW1 "
but it only drops 1, how can i make it to drop like 10 same time?
Also for advanced and veteran players, using this can get you banned?
thank you so much for answering
-
- What is cheating?
- Posts: 4
- Joined: Thu Sep 21, 2023 5:43 pm
- Reputation: 0
Re: Legends of Idleon
For quantity: put a space and then the amount you want. So, drop StoneW1 10.ElenaVascon wrote: ↑Mon Oct 23, 2023 12:23 amHi im new to this and im using the inject code cheat
So i have a question for example
When i want the drop item lets say in here copper it says in the
"Action.... drop StoneW1 "
but it only drops 1, how can i make it to drop like 10 same time?
Also for advanced and veteran players, using this can get you banned?
thank you so much for answering
For ban, it depends on the item you drop and quantity. I have used it to drop billions of common items and 1000s of rare drops with no problem.
Re: Legends of Idleon
So, the game crashes for me after about a minute of fighting mobs no matter if I have all the cheats in the example going or none. I last updated a week ago so I should have a pretty recent version. Without the cheat application the game runs just fine but there are a few things that this does that makes life much easier so I would really like to use it. Any idea what the issue might be?
-
- Cheater
- Posts: 28
- Joined: Thu May 11, 2023 7:28 am
- Reputation: 0
Re: Legends of Idleon
is there a way to reset quests? i accidenty broke lavas intro to the game and its stuck telling me to fo glumlys minning quests
also can someone link to the download post, i did a dumb
also can someone link to the download post, i did a dumb
Last edited by thorSolberg054 on Mon Oct 23, 2023 8:37 am, edited 1 time in total.
Re: Legends of Idleon
trying to add double ulti cogs
in the GGA CogOrder i found where i need to put the new cog i want (an unused place)
i write in the injector this line:
chng bEngine.getGameAttribute("CogOrder")[137]=Cog3B0
but it return :
Error: ReferenceError: err is not defined
at Object.<anonymous> (<anonymous>35)
at Object.cheat (<anonymous>:279:33)
at <anonymous>:1:7
in the GGA CogOrder i found where i need to put the new cog i want (an unused place)
i write in the injector this line:
chng bEngine.getGameAttribute("CogOrder")[137]=Cog3B0
but it return :
Error: ReferenceError: err is not defined
at Object.<anonymous> (<anonymous>35)
at Object.cheat (<anonymous>:279:33)
at <anonymous>:1:7
Re: Legends of Idleon
You need to use "..." for non numerical values:barak302 wrote: ↑Mon Oct 23, 2023 6:58 amtrying to add double ulti cogs
in the GGA CogOrder i found where i need to put the new cog i want (an unused place)
i write in the injector this line:
chng bEngine.getGameAttribute("CogOrder")[137]=Cog3B0
but it return :
Error: ReferenceError: err is not defined
at Object.<anonymous> (<anonymous>35)
at Object.cheat (<anonymous>:279:33)
at <anonymous>:1:7
chng bEngine.getGameAttribute("CogOrder")[137]="Cog3B0"
better way to finish the tasks is to edit the progress directly
chng bEngine.getGameAttribute("WeeklyBoss").h.d_15=48
Who is online
Users browsing this forum: asmodeusPT, DotBot, frankieyim, Google Adsense [Bot], Locke_Smithy