Page 245 of 371

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 5:11 am
by LavaLame2
Chrome debug command to set all shiny pet lvls to 10 (4,110 days).
You do not have to have any shinies unlocked for this to work.

Code: Select all

bEngine.gameAttributes.h.Breeding[22][0]=4110,
bEngine.gameAttributes.h.Breeding[22][1]=4110,
bEngine.gameAttributes.h.Breeding[22][2]=4110,
bEngine.gameAttributes.h.Breeding[22][3]=4110,
bEngine.gameAttributes.h.Breeding[22][4]=4110,
bEngine.gameAttributes.h.Breeding[22][5]=4110,
bEngine.gameAttributes.h.Breeding[22][6]=4110,
bEngine.gameAttributes.h.Breeding[22][7]=4110,
bEngine.gameAttributes.h.Breeding[22][8]=4110,
bEngine.gameAttributes.h.Breeding[22][9]=4110,
bEngine.gameAttributes.h.Breeding[22][10]=4110,
bEngine.gameAttributes.h.Breeding[22][11]=4110,
bEngine.gameAttributes.h.Breeding[22][12]=4110,
bEngine.gameAttributes.h.Breeding[22][13]=4110,
bEngine.gameAttributes.h.Breeding[22][14]=4110,
bEngine.gameAttributes.h.Breeding[22][15]=4110,
bEngine.gameAttributes.h.Breeding[22][16]=4110,
bEngine.gameAttributes.h.Breeding[23][0]=4110,
bEngine.gameAttributes.h.Breeding[23][1]=4110,
bEngine.gameAttributes.h.Breeding[23][2]=4110,
bEngine.gameAttributes.h.Breeding[23][3]=4110,
bEngine.gameAttributes.h.Breeding[23][4]=4110,
bEngine.gameAttributes.h.Breeding[23][5]=4110,
bEngine.gameAttributes.h.Breeding[23][6]=4110,
bEngine.gameAttributes.h.Breeding[23][7]=4110,
bEngine.gameAttributes.h.Breeding[23][8]=4110,
bEngine.gameAttributes.h.Breeding[23][9]=4110,
bEngine.gameAttributes.h.Breeding[23][10]=4110,
bEngine.gameAttributes.h.Breeding[23][11]=4110,
bEngine.gameAttributes.h.Breeding[23][12]=4110,
bEngine.gameAttributes.h.Breeding[23][13]=4110,
bEngine.gameAttributes.h.Breeding[23][14]=4110,
bEngine.gameAttributes.h.Breeding[23][15]=4110,
bEngine.gameAttributes.h.Breeding[23][16]=4110,
bEngine.gameAttributes.h.Breeding[24][0]=4110,
bEngine.gameAttributes.h.Breeding[24][1]=4110,
bEngine.gameAttributes.h.Breeding[24][2]=4110,
bEngine.gameAttributes.h.Breeding[24][3]=4110,
bEngine.gameAttributes.h.Breeding[24][4]=4110,
bEngine.gameAttributes.h.Breeding[24][5]=4110,
bEngine.gameAttributes.h.Breeding[24][6]=4110,
bEngine.gameAttributes.h.Breeding[24][7]=4110,
bEngine.gameAttributes.h.Breeding[24][8]=4110,
bEngine.gameAttributes.h.Breeding[24][9]=4110,
bEngine.gameAttributes.h.Breeding[24][10]=4110,
bEngine.gameAttributes.h.Breeding[24][11]=4110,
bEngine.gameAttributes.h.Breeding[24][12]=4110,
bEngine.gameAttributes.h.Breeding[24][13]=4110,
bEngine.gameAttributes.h.Breeding[24][14]=4110,
bEngine.gameAttributes.h.Breeding[24][15]=4110,
bEngine.gameAttributes.h.Breeding[24][16]=4110,
bEngine.gameAttributes.h.Breeding[25][0]=4110,
bEngine.gameAttributes.h.Breeding[25][1]=4110,
bEngine.gameAttributes.h.Breeding[25][2]=4110,
bEngine.gameAttributes.h.Breeding[25][3]=4110,
bEngine.gameAttributes.h.Breeding[25][4]=4110,
bEngine.gameAttributes.h.Breeding[25][5]=4110,
bEngine.gameAttributes.h.Breeding[25][6]=4110,
bEngine.gameAttributes.h.Breeding[25][7]=4110,
bEngine.gameAttributes.h.Breeding[25][8]=4110,
bEngine.gameAttributes.h.Breeding[25][9]=4110,
bEngine.gameAttributes.h.Breeding[25][10]=4110,
bEngine.gameAttributes.h.Breeding[25][11]=4110,
bEngine.gameAttributes.h.Breeding[25][12]=4110,
bEngine.gameAttributes.h.Breeding[25][13]=4110,
bEngine.gameAttributes.h.Breeding[25][14]=4110,
bEngine.gameAttributes.h.Breeding[25][15]=4110,
bEngine.gameAttributes.h.Breeding[25][16]=4110

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 5:12 am
by LavaLame2
Josp wrote:
Mon Jul 03, 2023 9:18 am
Hi !
The chromedebug command crash my game.
Other commands works well. Can you help me figure out what I am missing please ?
Make sure your Chrome path is set correctly in the custom.config file. The default was 'program files x86' and I needed to change mine to 'program files'

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 5:37 am
by NotMyIdleon
LavaLame2 wrote:
Tue Jul 04, 2023 4:57 am
NotMyIdleon wrote:
Tue Jul 04, 2023 1:59 am
Sorry to have to post this again, but I still need help fixing Dungeon Credits earned. Because of the Credits being NaN it's caused my damage to also go NaN because of the star talent. Even respecing and removing points from the talent does not fix it. I can't do any combat while my characters have NaN as it causes them to miss every attack and afk time + kills is not tracked as it causes NaN for both as well.

Thanks a bajillion. <3
Does the command: 'nomore DungCredits1' fix it?
Sadly not. That just stops Dungeon Credits from being collected I believe.

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 6:01 am
by LavaLame2
NotMyIdleon wrote:
Tue Jul 04, 2023 5:37 am
LavaLame2 wrote:
Tue Jul 04, 2023 4:57 am
NotMyIdleon wrote:
Tue Jul 04, 2023 1:59 am
Sorry to have to post this again, but I still need help fixing Dungeon Credits earned. Because of the Credits being NaN it's caused my damage to also go NaN because of the star talent. Even respecing and removing points from the talent does not fix it. I can't do any combat while my characters have NaN as it causes them to miss every attack and afk time + kills is not tracked as it causes NaN for both as well.

Thanks a bajillion. <3
Does the command: 'nomore DungCredits1' fix it?
Sadly not. That just stops Dungeon Credits from being collected I believe.
Dang, been looking and it's not listed in currency owned or anywhere else I've looked in chrome debug. :/

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 8:05 am
by NotMyIdleon
In regards to NaN Dungeon Credits or Flurbos especially in regards to Damage going NaN:

Since it took me a couple days to find all this information I figured I would drop it all here in one post for the next person trying to track down the information since it can brick your character. Thanks to everyone who tried to help. <3 Also thanks to everyone in general who works on these cheats. <3

All of this has to be done through chromedebug.

Flurbos NaN: bEngine.getGameAttribute("OptionsListAccount")[73]=Amount
Credits NaN: bEngine.getGameAttribute("OptionsListAccount")[72]=Amount
Credits Earned NaN which can cause NaN Damage because of the talent book: bEngine.getGameAttribute("OptionsListAccount")[71]=Amount

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 9:28 am
by Josp
LavaLame2 wrote:
Tue Jul 04, 2023 5:12 am
Josp wrote:
Mon Jul 03, 2023 9:18 am
Hi !
The chromedebug command crash my game.
Other commands works well. Can you help me figure out what I am missing please ?
Make sure your Chrome path is set correctly in the custom.config file. The default was 'program files x86' and I needed to change mine to 'program files'
It did the trick, you're the best, thanks !

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 9:31 am
by troljan123
raxele123 wrote:
Tue Jul 04, 2023 1:49 am
troljan123 wrote:
Mon Jul 03, 2023 8:17 am
LavaLame2 wrote:
Mon Jul 03, 2023 1:52 am
Instant daily/weekly guild task completion with chrome debug

Not sure if this is a thing already, I see guild cost nullification but I'm guessing that's for if you want to just buy all bonuses.

If this is undetectable, this is useful for instant daily/weekly completion.

There's probably a more elegant way to do this but it sets each task to the "w1 daily task" and sets it as ready to claim.

GuildTasks[1]-[5] are daily - GuildTasks[6]-[9] are weekly

Code: Select all

bEngine.gameAttributes.h.GuildTasks[1][0]=1,
bEngine.gameAttributes.h.GuildTasks[1][1]=0,
bEngine.gameAttributes.h.GuildTasks[1][2]=1,
bEngine.gameAttributes.h.GuildTasks[2][0]=1,
bEngine.gameAttributes.h.GuildTasks[2][1]=0,
bEngine.gameAttributes.h.GuildTasks[2][2]=1,
bEngine.gameAttributes.h.GuildTasks[3][0]=1,
bEngine.gameAttributes.h.GuildTasks[3][1]=0,
bEngine.gameAttributes.h.GuildTasks[3][2]=1,
bEngine.gameAttributes.h.GuildTasks[4][0]=1,
bEngine.gameAttributes.h.GuildTasks[4][1]=0,
bEngine.gameAttributes.h.GuildTasks[4][2]=1,
bEngine.gameAttributes.h.GuildTasks[5][0]=1,
bEngine.gameAttributes.h.GuildTasks[5][1]=0,
bEngine.gameAttributes.h.GuildTasks[5][2]=1,





bEngine.gameAttributes.h.GuildTasks[6][0]=1,
bEngine.gameAttributes.h.GuildTasks[6][1]=0,
bEngine.gameAttributes.h.GuildTasks[6][2]=1,
bEngine.gameAttributes.h.GuildTasks[7][0]=1,
bEngine.gameAttributes.h.GuildTasks[7][1]=0,
bEngine.gameAttributes.h.GuildTasks[7][2]=1,
bEngine.gameAttributes.h.GuildTasks[8][0]=1,
bEngine.gameAttributes.h.GuildTasks[8][1]=0,
bEngine.gameAttributes.h.GuildTasks[8][2]=1,
bEngine.gameAttributes.h.GuildTasks[9][0]=1,
bEngine.gameAttributes.h.GuildTasks[9][1]=0,
bEngine.gameAttributes.h.GuildTasks[9][2]=1
we already have "wide guild"
Double checking and... Wide guild is broken. Guess you never noticed because you're already done with guild stuff.
Works fine for me

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 10:39 am
by omgusux
LavaLame2 wrote:
Tue Jul 04, 2023 4:54 am
I don't know if you have to actually pick up the item to have the slab register it so I guess you could just drop all the items.
i think it's just dropping the item that adds it to the slab. there is a way to list all the items in the game, so you could use that section a bit.

something like

Code: Select all

registerCheat('dropSlabItems') {
	const actorEvents189 = events(189);
	Object.entries(itemDefs).forEach(item, name => {
		actorEvents189._customBlock_DropSomething(item, 1, 0, 0, 2, y, 0, x, y);
		drop_log.push(`Dropped ${itemDefs[item].h.displayName.replace(/_/g, ' ')}. (x${1})`);
	});
}
i haven't tested this one, just copy and pasted code that's already in the cheats.js, putting them together. high risk of being banned since it doesn't do the checks for unobtainable items (like lava's wings)

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 12:26 pm
by bumistro
NotMyIdleon wrote:
Tue Jul 04, 2023 8:05 am
Since it took me a couple days to find all this information I figured I would drop it all here in one post for the next person trying to track down the information since it can brick your character. Thanks to everyone who tried to help. <3 Also thanks to everyone in general who works on these cheats. <3
Thank you. I did not need this but it gave me an idea where to look for plunderous mobs, divine orb and wormhole kills.
They are all stored under ("OptionsListAccount") [138],[139] and [152]
and [158] is possibly vman portal unlocks in speedrun

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 4:26 pm
by jkishin
Does anyone know how to manipulate zows and chows? And perhaps death note too if at all possible?

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 4:40 pm
by LavaLame2
omgusux wrote:
Tue Jul 04, 2023 10:39 am
LavaLame2 wrote:
Tue Jul 04, 2023 4:54 am
I don't know if you have to actually pick up the item to have the slab register it so I guess you could just drop all the items.
i think it's just dropping the item that adds it to the slab. there is a way to list all the items in the game, so you could use that section a bit.

something like

Code: Select all

registerCheat('dropSlabItems') {
	const actorEvents189 = events(189);
	Object.entries(itemDefs).forEach(item, name => {
		actorEvents189._customBlock_DropSomething(item, 1, 0, 0, 2, y, 0, x, y);
		drop_log.push(`Dropped ${itemDefs[item].h.displayName.replace(/_/g, ' ')}. (x${1})`);
	});
}
i haven't tested this one, just copy and pasted code that's already in the cheats.js, putting them together. high risk of being banned since it doesn't do the checks for unobtainable items (like lava's wings)

I might have to make a new account and try this out, very nice!

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 4:50 pm
by LavaLame2
bumistro wrote:
Tue Jul 04, 2023 12:26 pm
NotMyIdleon wrote:
Tue Jul 04, 2023 8:05 am
Since it took me a couple days to find all this information I figured I would drop it all here in one post for the next person trying to track down the information since it can brick your character. Thanks to everyone who tried to help. <3 Also thanks to everyone in general who works on these cheats. <3
Thank you. I did not need this but it gave me an idea where to look for plunderous mobs, divine orb and wormhole kills.
They are all stored under ("OptionsListAccount") [138],[139] and [152]
and [158] is possibly vman portal unlocks in speedrun
You are correct, vman portals unlocked is:

bEngine.gameAttributes.h.OptionsListAccount[158]=

You can set a number after the = to whatever number of portals you want unlocked. Void talents points work properly when you change this number.

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 6:15 pm
by LavaLame yada yada
Hi guys, super new to this forum & hacking thingy, this may sound like a selfish request but can anyone help me ( explain like I'm 7 ) get free items ? I kinda tried using cheat engine to increase the values of some items but couldn't get it to work ( watched some tutorials too, lava might have fixed it prob ). I've read some pages around this forum and found out that spawning gem envelopes is a safer way to get gems, can anyone confirm this ? Also if its safe could anyone explain how to do it ?

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 6:40 pm
by omgusux
LavaLame yada yada wrote:
Tue Jul 04, 2023 6:15 pm
Hi guys, super new to this forum & hacking thingy, this may sound like a selfish request but can anyone help me ( explain like I'm 7 ) get free items ? I kinda tried using cheat engine to increase the values of some items but couldn't get it to work ( watched some tutorials too, lava might have fixed it prob ). I've read some pages around this forum and found out that spawning gem envelopes is a safer way to get gems, can anyone confirm this ? Also if its safe could anyone explain how to do it ?
valleymon wrote:
Fri Sep 30, 2022 11:13 pm
viewtopic.php?p=268697#p268697

[Link]
read the linked post

Re: Legends of Idleon

Posted: Tue Jul 04, 2023 8:22 pm
by LavaLame yada yada
omgusux wrote:
Tue Jul 04, 2023 6:40 pm
LavaLame yada yada wrote:
Tue Jul 04, 2023 6:15 pm
Hi guys, super new to this forum & hacking thingy, this may sound like a selfish request but can anyone help me ( explain like I'm 7 ) get free items ? I kinda tried using cheat engine to increase the values of some items but couldn't get it to work ( watched some tutorials too, lava might have fixed it prob ). I've read some pages around this forum and found out that spawning gem envelopes is a safer way to get gems, can anyone confirm this ? Also if its safe could anyone explain how to do it ?
valleymon wrote:
Fri Sep 30, 2022 11:13 pm
viewtopic.php?p=268697#p268697

[Link]
read the linked post
Is there any reason why I can't see the download link ? It just shows [Link]
Edit: Ignore this post ...