Legends of Idleon
-
- Noobzor
- Posts: 7
- Joined: Fri Apr 26, 2024 9:44 am
- Reputation: 0
Re: Legends of Idleon
Has anyone had a problem when you enter the city of w4, the screen just turns black and nothing happens? If so, how did you fix it?
Re: Legends of Idleon
what's the code for the cosmic balls(the blue arcade balls)?
Re: Legends of Idleon
Quick FYI for everyone using these cheats for the new class: Progress is HEAVILY capped and its extremely easy to figure out if you have cheated progress. between arcane crystal, and tentacyle and all the other considerations for how to spawn arcane mobs and how fast they can be spawned. if you aren't already in the end game, have enough points to sink 350+ into individual talents I highly recommend progressing on it manually as looking at a few account values can easily "figure out" cheating. avoid pushing into w3 as even endgame players are struggling with w2 and beginning of w3.
-
- What is cheating?
- Posts: 2
- Joined: Fri Jan 17, 2025 2:40 am
- Reputation: 0
Re: Legends of Idleon
Is there a way to filter out the AC weapon/ring drops using the wildcard filter?
Re: Legends of Idleon
It seems that after the update, my BundlesReceived array had been wiped.
doing bEngine.getGameAttribute("BundlesReceived") on chrome debug returns a simple "" to me.
any idea on how to fix that ?
doing bEngine.getGameAttribute("BundlesReceived") on chrome debug returns a simple "" to me.
any idea on how to fix that ?
Re: Legends of Idleon
- youngthugfan183
- Expert Cheater
- Posts: 79
- Joined: Fri May 23, 2025 8:20 am
- Reputation: 33
Re: Legends of Idleon
Maybe you are confused, it's bEngine.getGameAttribute("BundlesReceived").h
No there is not, the following OptionsListAccount values can be altered to disable drops:notaseagull wrote: ↑Wed Jun 25, 2025 2:45 amIs there a way to filter out the AC weapon/ring drops using the wildcard filter?
396: Number Arcane Cultist wands dropped from mobs (resets to 0 daily)
397: Number of Arcane Cultist rings dropped from mobs (resets to 0 daily)
Agreed, if one does not feel like leaving their game for days to run just pretend there is afk moons/bones (I don't recall the name for the Arcane item equivalent) and drop like 10 of those per day. And then just for an hour or so try to push the maps with active play.dextera wrote: ↑Wed Jun 25, 2025 1:14 amQuick FYI for everyone using these cheats for the new class: Progress is HEAVILY capped and its extremely easy to figure out if you have cheated progress. between arcane crystal, and tentacyle and all the other considerations for how to spawn arcane mobs and how fast they can be spawned. if you aren't already in the end game, have enough points to sink 350+ into individual talents I highly recommend progressing on it manually as looking at a few account values can easily "figure out" cheating. avoid pushing into w3 as even endgame players are struggling with w2 and beginning of w3.
This is the best way to make it look legit.
OptionsAccountList:
324: # of Cosmic Balls - you can also set the value of the upgrades in ArcadeUpg to 101
No I have not, it's either the cheat somehow doesn't like W4 (unlikely) or you have something messed up in one of your W4 skills.DeathxShinigami wrote: ↑Tue Jun 24, 2025 11:08 pmHas anyone had a problem when you enter the city of w4, the screen just turns black and nothing happens? If so, how did you fix it?
Try to remove the cheat and see if the issue persists, then you probably made a mistake in one of the W4 skills.
No there is currently not one, you can either try to add this yourself or manually change the items stat.
This is where the first page (armor + weapon + scarf + rings) are being kept, with a little bit of digging you should be able to change the weapons/gear.
bEngine.getGameAttribute("EquipmentMap")[0]
To get the bundle (chromedebug):
bEngine.getGameAttribute("BundlesReceived").h["bun_x"]=1
Then drop the item:
EquipmentGown4 - Silkshard Robe (bonus kills/afk gain multi)
You can write a short console.log script that will print the entire array and then make you able to copy it.
Without the cauldroninfo array or post office arrays nobody here can help you. So try listing those and ask again.
Try redownloading/logging in from mobile again. The game really doesn't like multi platform play, unless proper cloudsaving etc.justanotherhand wrote: ↑Tue Jun 24, 2025 4:07 pmmy tome score is bug, the tome score in my mobile is 1k but in desktop its 27k. is anyone know how to fix it?
If the bundle is bought and shows up underxapicool777 wrote: ↑Tue Jun 24, 2025 3:28 pm
thx for the reply, i tried buy that bundle but its seems i didn't get the bubbles. for the bonuses i can't be sure i get it or not cz i cant check it
bEngine.getGameAttribute("BundlesReceived").h
the bonuses will apply. You can drop the EquipmentGown4 to yourself and add the prisma bubbles to your account.If you set it to bought it should give the bonusses. You can do
bEngine.getGameAttribute("BundlesReceived").h
to see which bundles have been activated. If you set a bundle, like bon_f, to 1 yourself you need to drop the items manually to yourself. Or use the included cheat in the injector and it will do that for you (IIRC).
Re: Legends of Idleon
no idea, i turned the game on and off a couple of times, and kinda solved it.TJM414 wrote: ↑Tue Jun 24, 2025 8:41 pmalright in need some help peeps . I get all this when opening the injector
------------------------------------------------------------------------------------------
Credits:
iBelg
Creater0822
valleymon
Disputate
and everyone that contributed to this project
------------------------------------------------------------------------------------------
InjectCheatUI v1.1.1
------------------------------------------------------------------------------------------
****** No custom config found, using default config ******
****** To create a custom config, copy config.custom.example.js to config.custom.js and edit to your liking ******
Web UI enabled. Static files and root route configured.
Options:
Regex: \w+\.ApplicationMain\s*?=
Show idleon window console logs: false
Chrome location: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Attached to game process.
Injecting cheats...
Loaded cheats...
Interception listener setup complete.
Interceptor setup finished.
Attaching Page.loadEventFired listener...
Page load event listener attached.
Intercepted: file:///C:/Program%20Files%20(x86)/Steam/steamapps/common/Legends%20of%20Idleon/resources/app.asar/distBuild/static/game/N.js
getZJSManipulator() did not return a valid function string. Applying basic injection only.
Updated game code...
Sent to game...
Cheat injected!
>>> Page.loadEventFired callback started.
Page load event fired.
Inititalizing cheats ingame...
init.result.value undefined
Error getting autocomplete suggestions: Uncaught
Re: Legends of Idleon
adding .h return undefined that's my issueyoungthugfan183 wrote: ↑Wed Jun 25, 2025 8:00 amMaybe you are confused, it's bEngine.getGameAttribute("BundlesReceived").h
-
- Noobzor
- Posts: 14
- Joined: Sat Mar 09, 2024 1:53 pm
- Reputation: 0
Re: Legends of Idleon
395 is total *collected* prisms found with arcane. Ones that drop and are not picked up yet do not reflect here even though your tooltip in arcane will reflect them. If you leave area or gemshop without looting and then check they will match.youngthugfan183 wrote: ↑Tue Jun 24, 2025 12:32 pm395 Related to prisma drop chancesciomachist wrote: ↑Mon Jun 23, 2025 4:51 pm
New OptionsListAccount entries - (always a work in progress)Code: Select all
383: Prisma bubbles 388: Tachyon 1 389: Tachyon 2 390: Tachyon 3 391: Tachyon 4 392: Tachyon 5 393: Tachyon 6 394: Total Tachyon ever collected 395: (suspected) related to Prisma Bubbles drop from AC 396: (suspected) related to Prisma Bubbles drop from AC 397: (suspected) related to Prisma Bubbles drop from AC 401: Enable toggle for AFK windwalker (consumed 1k aether fragments)
396 This has something to do with only 100 drops per day for Tempest
397 Involved with ring drop chance
398 Disable WW weapon drops
399 Disable WW ring drops
400 Something to do with the 100% upgrade stone for WW
Re: Legends of Idleon
Full code/string? because i tried that but didn't work(both things, the optionaccountlist and the arcadeupg 101)youngthugfan183 wrote: ↑Wed Jun 25, 2025 8:00 amOptionsAccountList:
324: # of Cosmic Balls - you can also set the value of the upgrades in ArcadeUpg to 101
Re: Legends of Idleon
so like i got a problem that when i try to open the injector it does one of the two things either like crash immidietly or wait till i can see the character select and then crash or somethimes very rarely it loads normaly and when it crashes immidietly it stops on Loaded cheats in the console and the other time initializing cheats ingame
-
- Noobzor
- Posts: 11
- Joined: Tue Jun 03, 2025 2:51 am
- Reputation: 0
Re: Legends of Idleon
Hello everyone! ever since ive started cheating in idleon, i used the N.js editing method, and meddled with the gem shop. ended up buying currencies or non existing items. If you ever want to fix it, keep it in your inv and wipe inv. if you deposited in your chest, check the statue man to see if the deposit all at top right doesnt show the amount of statues you have. In that case, type gga ChestOrder, find the nonexistent item, type in chromedebug console "bEngine.getGameAttribute("ChestOrder")[Ex.572]="Blank"
-
- Noobzor
- Posts: 11
- Joined: Tue Jun 03, 2025 2:51 am
- Reputation: 0
Re: Legends of Idleon
You can use N.js to find stone 10 PCT in ww to guarantee 100%. Look for amount after that, if it says 10, add another 0. safe and reliable.anonymousplayer wrote: ↑Wed Jun 25, 2025 1:50 pmHello everyone! ever since ive started cheating in idleon, i used the N.js editing method, and meddled with the gem shop. ended up buying currencies or non existing items. If you ever want to fix it, keep it in your inv and wipe inv. if you deposited in your chest, check the statue man to see if the deposit all at top right doesnt show the amount of statues you have. In that case, type gga ChestOrder, find the nonexistent item, type in chromedebug console "bEngine.getGameAttribute("ChestOrder")[Ex.572]="Blank"
-
- Noobzor
- Posts: 11
- Joined: Tue Jun 03, 2025 2:51 am
- Reputation: 0
Re: Legends of Idleon
bEngine.getGameAttribute("BundlesReceived").h["bun_x"]=1nbghty wrote: ↑Wed Jun 25, 2025 9:42 amadding .h return undefined that's my issueyoungthugfan183 wrote: ↑Wed Jun 25, 2025 8:00 amMaybe you are confused, it's bEngine.getGameAttribute("BundlesReceived").h
Who is online
Users browsing this forum: Bing [Bot], DEATHx, demosfera0, kintap, nemmir, Sogou