Page 158 of 371

Re: Legends of Idleon

Posted: Mon Dec 19, 2022 6:46 pm
by MrVISKman
how do you reset level and exp for shrines? i left the cheat on for a bit too long

edit: solved use lvl shrine 3 for example

Re: Legends of Idleon

Posted: Mon Dec 19, 2022 11:48 pm
by tpets
For anyone who interested in w5 time items

Bottled wind (6 hours of sailing)
drop Quest72

Gaming Fertilizer (8 hours of gamming)
drop Quest73

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 4:16 am
by tibasichelp
Beware when using 'chng' command, it can result in borked account if not careful. It is case-sensitive.

Loot Pile
Gold bars =

Code: Select all

chng bEngine.getGameAttribute("Sailing")[1][0]=X
Subsequently, you can step up the index of the array to set the other values. (The materials you gain from the islands)
(e.g., chng bEngine.getGameAttribute("Sailing")[1][1]=X for the ones in Safari)
Image
Image

Gaming
Fertilizer =

Code: Select all

chng bEngine.getGameAttribute("Gaming")[0]=X
Increasing the index of the array will set the other values.
[1] = Base value
[2] = Growth Rate
[3] = Capacity (Keep this low)
[5] = DNA Material
[7] = Evolution

Divinity
Points =

Code: Select all

chng bEngine.getGameAttribute("Divinity")[24]=X
Each blessing level of the gods
[28] = Snehebatu
[29] = Arctis
[30] = Nobisect
[31] = Harriep
[32] = Goharut
[34] = Purrmep

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 5:45 am
by hxide666
Anyone knows how to nullify the divinity cost?

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 6:25 am
by tibasichelp
hxide666 wrote:
Tue Dec 20, 2022 5:45 am
Anyone knows how to nullify the divinity cost?
Image
Image

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 6:27 am
by hxide666
Spoiler
tibasichelp wrote:
Tue Dec 20, 2022 6:25 am
hxide666 wrote:
Tue Dec 20, 2022 5:45 am
Anyone knows how to nullify the divinity cost?
Image
Image
Thanks a lot

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 8:09 am
by tpets
valleymon wrote:
Fri Sep 30, 2022 11:13 pm
I also made some changes to the injector to have find as you type autocomplete for most cheats, items and monsters etc. If you want to give it a go it's here:
[Link]
Broken link
valleymon wrote:
Fri Sep 30, 2022 11:13 pm
This is an update to cheats.js that adds a load of new commands, mostly w4 stuff that was not implemented.
Just fully replace the contents of cheats.js with the code above to enable these extra commands.
Not working for me and my InjectCheatsF4.
Old content is working, but with your updates i have
"Cheats not yet initiated, try again in a moment"

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 8:48 am
by Legendeer
Still looking fix to reset gem shop purchases, game perma freezes after 2 seconds from logging-in.
some items are way over cap.

Edit:
Weird fix, which works for now, i edited every "GemItemsPurchaes" to "0" from any number it had in > [ ] < that i could find from Z.js
Thing is, i still have 8 working food slots, it still shows visually that i bought some upgrades way above cap, like 15/4 etc. but atleast it hasn't crashed in 5 minutes, which is progress compared to previous 2 seconds.

If anyone has more idea/better fix let me know, but if anyone "bricked" their account with gem shop overlimits, do this.

Edit 2:
It still lags a bit, like 1-2 seconds freezes time to time and loading screens are a bit longer.

Edit 3:
Problem is, that gem shop shows that i bought the upgrades and i nullified them, meaning i can't buy them again, which is troublematic.

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 10:18 am
by idleoncheater6969
is there any way to use candy in w5?

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 10:33 am
by KesvaL
idleoncheater6969 wrote:
Tue Dec 20, 2022 10:18 am
is there any way to use candy in w5?
Command w4 candy works for w5.

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 1:36 pm
by jellytophats
Does anyone know where the last hack files, mod, cheat table or whatever is. :D

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 2:27 pm
by Aradyas
If i change something is the Z.js file, i get disconnected from the game and can't log back in. When i log in with my google account, it says log in successful then nothing happens.

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 3:15 pm
by phat19
KesvaL wrote:
Tue Dec 20, 2022 10:33 am
idleoncheater6969 wrote:
Tue Dec 20, 2022 10:18 am
is there any way to use candy in w5?
Command w4 candy works for w5.
does this cause a shadow ban?

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 3:58 pm
by gambit_7s
Editing the Z.js file.

I made a couple of edits. Am I supposed to archive the edits, replace the app.asar with my edit. Then launch the injector?

Re: Legends of Idleon

Posted: Tue Dec 20, 2022 4:08 pm
by l8rdude1638
gambit_7s wrote:
Tue Dec 20, 2022 3:58 pm
Editing the Z.js file.

I made a couple of edits. Am I supposed to archive the edits, replace the app.asar with my edit. Then launch the injector?
If you've directly edited Z.js and then replaced your original app.asar with the one that contains your edits, you don't need the injector. Your game will run with your edits when launched normally until app.asar gets replaced by Steam or you manually replace the file again.

The injector is used so that you don't have to do the Z.js editing yourself, it does it on the fly. You could potentially add your own custom cheats to cheats.js once you figure out the values. I haven't messed with that yet to know how easy or hard it is compared to making the edits directly. The most recent version of the cheats.js that's been posted a few pages back is pretty comprehensive, it's just missing the W5 specific stuff. You could start there and see if you can add the things you've changed and if it works.