Turn off godlike respawndynnerbone wrote: ↑Thu Oct 12, 2023 10:11 pmdungeon 2 seem bugged for me. When I hit the headstones to access higher difficulties they go invisible for a while and then respawn. This prevents me from completing dream tasks. I know we havent yet found where the tasks a located but is there any dungeon setting I could modify that'd help me ?
Legends of Idleon
-
- Cheater
- Posts: 49
- Joined: Fri Sep 16, 2022 7:06 pm
- Reputation: 13
Re: Legends of Idleon
Re: Legends of Idleon
Is there a way to modify my sample size to be over 1 billion? for the dream objective?
Re: Legends of Idleon
Sorry for my lack of knowledge but how I use these commands, I don't think they can be used directly via the Steam app
Re: Legends of Idleon
How do i get rid of the " Lava's Early-game guide"
-
- Noobzor
- Posts: 6
- Joined: Sat Jul 15, 2023 2:06 pm
- Reputation: 0
Re: Legends of Idleon
Hey there I am using the injector however I see people using different commands. When I try to use those types of commands like change the w2 weekly boss battles the injector doesn't change it, am i missing something?
-
- What is cheating?
- Posts: 4
- Joined: Thu Sep 07, 2023 6:00 am
- Reputation: 0
Re: Legends of Idleon
Does anyone know of a way to get rid of the screen that forces you to make a new character? Thanks.
Re: Legends of Idleon
Dream Equinox quests seems to be stored under bEngine.gameAttributes.h.WeeklyBoss.h
the "d_##" ones, I was able to complete the killroy, greenstacks, cogs and bunch of other quest by changing the values.
and it seems like you can also unlock the upgrades by changing the values there too.
There are other quests that don't appear under that array though for some reason like the w2 dungeon, level 500, billion sample and red frisbee sample dream quests
EDIT: It seems to only appear on the array if you at least have a progress on it, I just completed the frisbee quest one and it appeared on the array as "d_29=-1"
EDIT2:
Pasting this on Chromedebug console should finish all 31 dream quests
*If you can't use chromedebug or use chrome at all for whatever reason, you can just put chng at the start and then paste the code 1 by one
(ex. chng bEngine.getGameAttribute("WeeklyBoss").h.d_0=-1) on InjectCheatsF5 Console
the "d_##" ones, I was able to complete the killroy, greenstacks, cogs and bunch of other quest by changing the values.
and it seems like you can also unlock the upgrades by changing the values there too.
There are other quests that don't appear under that array though for some reason like the w2 dungeon, level 500, billion sample and red frisbee sample dream quests
EDIT: It seems to only appear on the array if you at least have a progress on it, I just completed the frisbee quest one and it appeared on the array as "d_29=-1"
EDIT2:
Pasting this on Chromedebug console should finish all 31 dream quests
Code: Select all
bEngine.getGameAttribute("WeeklyBoss").h.d_0=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_1=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_2=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_3=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_4=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_5=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_6=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_7=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_8=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_9=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_10=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_11=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_12=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_13=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_14=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_15=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_16=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_17=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_18=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_19=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_20=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_21=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_22=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_23=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_24=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_25=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_26=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_27=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_28=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_29=-1
bEngine.getGameAttribute("WeeklyBoss").h.d_30=-1
(ex. chng bEngine.getGameAttribute("WeeklyBoss").h.d_0=-1) on InjectCheatsF5 Console
Last edited by kshye12 on Fri Oct 13, 2023 2:00 pm, edited 2 times in total.
-
- What is cheating?
- Posts: 2
- Joined: Mon Oct 02, 2023 10:39 am
- Reputation: 0
Re: Legends of Idleon
I bricked my Vman and now has NaN stats and I can't seem to fix it when using chromedebug to remove anything NaN. I thought it was maybe due to the bubbles causing the issue but apparently it's only on my Voidwalker and no other class.
Anyone know how to fix this?
Anyone know how to fix this?
Re: Legends of Idleon
You need console injector to use this commands.willamero wrote: ↑Thu Oct 12, 2023 10:37 pmSorry for my lack of knowledge but how I use these commands, I don't think they can be used directly via the Steam app
viewtopic.php?p=268697#p268697
Re: Legends of Idleon
This is all my WeeklyBoss shows . I still have chem plants to complete and ruby cards (which is bugged so I will wait till it gets fixed).kshye12 wrote: ↑Fri Oct 13, 2023 2:38 amDream Equinox quests seems to be stored under bEngine.gameAttributes.h.WeeklyBoss.h
the "d_##" ones, I was able to complete the killroy, greenstacks, cogs and bunch of other quest by changing the values.
and it seems like you can also unlock the upgrades by changing the values there too.
There are other quests that don't appear under that array though for some reason like the w2 dungeon, level 500, billion sample and red frisbee sample dream quests
EDIT: It seems to only appear on the array if you at least have a progress on it, I just completed the frisbee quest one and it appeared on the array as "d_29=-1"
Re: Legends of Idleon
bumistro wrote: ↑Fri Oct 13, 2023 11:38 amThis is all my WeeklyBoss shows . I still have chem plants to complete and ruby cards (which is bugged so I will wait till it gets fixed).kshye12 wrote: ↑Fri Oct 13, 2023 2:38 amDream Equinox quests seems to be stored under bEngine.gameAttributes.h.WeeklyBoss.h
the "d_##" ones, I was able to complete the killroy, greenstacks, cogs and bunch of other quest by changing the values.
and it seems like you can also unlock the upgrades by changing the values there too.
There are other quests that don't appear under that array though for some reason like the w2 dungeon, level 500, billion sample and red frisbee sample dream quests
EDIT: It seems to only appear on the array if you at least have a progress on it, I just completed the frisbee quest one and it appeared on the array as "d_29=-1"
You should try looking at the array using chromedebug, you should be able to see and change the values of both of those quests (I did mine this way) if you have at least 1 or more progress in both.
Ruby Star Quest for me is "d_30" and the chemical plants is "d_23" on the array
Re: Legends of Idleon
Sadly, I do not use chrome :Skshye12 wrote: ↑Fri Oct 13, 2023 12:25 pm
You should try looking at the array using chromedebug, you should be able to see and change the values of both of those quests (I did mine this way) if you have at least 1 or more progress in both.
Ruby Star Quest for me is "d_30" and the chemical plants is "d_23" on the array
Re: Legends of Idleon
Ohhh... Try this out thenbumistro wrote: ↑Fri Oct 13, 2023 1:01 pmSadly, I do not use chrome :Skshye12 wrote: ↑Fri Oct 13, 2023 12:25 pm
You should try looking at the array using chromedebug, you should be able to see and change the values of both of those quests (I did mine this way) if you have at least 1 or more progress in both.
Ruby Star Quest for me is "d_30" and the chemical plants is "d_23" on the array
Chemical Plants
chng bEngine.getGameAttribute("WeeklyBoss").h.d_23=15
Ruby Cards
chng bEngine.getGameAttribute("WeeklyBoss").h.d_30=100
Re: Legends of Idleon
For ease of access, can someone please provide the entire OptionsListAccount list?
-
- Novice Cheater
- Posts: 23
- Joined: Sun Jul 11, 2021 5:33 pm
- Reputation: 1
Re: Legends of Idleon
Does anyone know killroy's array?