Legends of Idleon
Re: Legends of Idleon
hi everyone,
has anyone that mess with the files,
find a way to have more of the INFINITE HAMMER upgrades, so the golden anvil can PRODUCE more than two itens at the same time?
has anyone that mess with the files,
find a way to have more of the INFINITE HAMMER upgrades, so the golden anvil can PRODUCE more than two itens at the same time?
-
- Noobzor
- Posts: 12
- Joined: Mon Mar 11, 2019 11:57 pm
- Reputation: 0
Re: Legends of Idleon
Tried it out, you can buy it multiple times in the gem shop but it removes the Hammers from the Anvil if you buy it more than once, could be that im overseeing something in that code but dont think its possible.
Edit: something might be possible with the Alchemy Bubble that gives extra Hammer but my alt isn't far enough to be in W2 yet, not sure if i'm allowed to share the File here, otherwise someone else could maybe test it.
- TheHornyAsian
- What is cheating?
- Posts: 3
- Joined: Mon May 10, 2021 1:30 pm
- Reputation: 0
Re: Legends of Idleon
It's not possible as of yet but in the next update maybe, although you can modify the anvil to produce specific items much faster with much more exp
if you want.. I could show you how
-
- What is cheating?
- Posts: 2
- Joined: Sat May 15, 2021 2:04 pm
- Reputation: 0
Re: Legends of Idleon
do anyone know where i place the z.js
-
- What is cheating?
- Posts: 2
- Joined: Sat May 15, 2021 2:04 pm
- Reputation: 0
Re: Legends of Idleon
could tell me how to get gems or make the gem shop zero gemsTheHornyAsian wrote: ↑Sat May 15, 2021 1:24 pmIt's not possible as of yet but in the next update maybe, although you can modify the anvil to produce specific items much faster with much more exp
if you want.. I could show you how
Re: Legends of Idleon
Wondering about the same thing.
Re: Legends of Idleon
you put it inside the app.asar
you will nedd 7zip with asar extension/plugin to able to open it and throw the z.s inside it.
-
- Novice Cheater
- Posts: 21
- Joined: Tue Apr 27, 2021 3:29 pm
- Reputation: 3
Re: Legends of Idleon
Some things I came across: Ur able to create usernames with 32 chars.
see below for an example of that.. ur also able to start with any star sign you want. and yes everyone can see ur name that size. there is allot of restrictions on it tho. if those restrictions aren't checked in the database than its possible to bypass that. I haven't rly checked because I don't have much time on my hands atm.
{I am not giving a tutorial on the 32 character names... U can figure this one out ur self.}
For people wondering why Lava Flame2 is a big character and all others aren't. Its because the code of the game just checks for : if user == Lava Flame {use model etc}. so you can't replicate it besides locally. the only way to do that is to somehow Login with the user Lava Flame2. so everyone would see you big.
if (null != c.InventorySlotsOwned ? cs.setReserved
^ ctrl + f the above to edit ur inventory slots. max 80. trying to go higher won't do much besides create glitches
see below for an example of that.. ur also able to start with any star sign you want. and yes everyone can see ur name that size. there is allot of restrictions on it tho. if those restrictions aren't checked in the database than its possible to bypass that. I haven't rly checked because I don't have much time on my hands atm.
{I am not giving a tutorial on the 32 character names... U can figure this one out ur self.}
For people wondering why Lava Flame2 is a big character and all others aren't. Its because the code of the game just checks for : if user == Lava Flame {use model etc}. so you can't replicate it besides locally. the only way to do that is to somehow Login with the user Lava Flame2. so everyone would see you big.
if (null != c.InventorySlotsOwned ? cs.setReserved
^ ctrl + f the above to edit ur inventory slots. max 80. trying to go higher won't do much besides create glitches
Re: Legends of Idleon
Could you share?Devilisious wrote: ↑Thu May 13, 2021 2:06 am
If anyone is intrested in stuff like this let me know, u can fill any tab and add any image. as u can see I used a stock image "free stuff"
pretty fun.
-
- Noobzor
- Posts: 12
- Joined: Mon Mar 11, 2019 11:57 pm
- Reputation: 0
Re: Legends of Idleon
download 7zip and this plugin for 7zip: [Link]
go to your Idleon Folder, then into resources folder, extract the app.asar then go into the app folder, then distBuild\static\game and replace the Z.js
-
- Noobzor
- Posts: 12
- Joined: Mon Mar 11, 2019 11:57 pm
- Reputation: 0
Re: Legends of Idleon
[/quote]
could tell me how to get gems or make the gem shop zero gems
[/quote]
open Z.js in a text editor and then search for MTXinfo = function with strg + f
in that row you somewhere find the name and description for every gem purchase and you can change the numbers behind it (- in front of the price gives you gems when buying)
could tell me how to get gems or make the gem shop zero gems
[/quote]
open Z.js in a text editor and then search for MTXinfo = function with strg + f
in that row you somewhere find the name and description for every gem purchase and you can change the numbers behind it (- in front of the price gives you gems when buying)
Re: Legends of Idleon
I give up. Been trying for 2 days, I'm too noob.
Used asar extension on 7zip to extract the app.asar file.
Put the edited Z.js into the disbuild/static/game folder.
Repacked it back into app.asar.
When I try to run the game with a modified app.asar the game doesn't open. Tried a lot of trial and error, but nothing works.
Used asar extension on 7zip to extract the app.asar file.
Put the edited Z.js into the disbuild/static/game folder.
Repacked it back into app.asar.
When I try to run the game with a modified app.asar the game doesn't open. Tried a lot of trial and error, but nothing works.
Re: Legends of Idleon
I don't know if you read this yet but try thisnewmagnus wrote: ↑Mon May 17, 2021 1:26 pmI give up. Been trying for 2 days, I'm too noob.
Used asar extension on 7zip to extract the app.asar file.
Put the edited Z.js into the disbuild/static/game folder.
Repacked it back into app.asar.
When I try to run the game with a modified app.asar the game doesn't open. Tried a lot of trial and error, but nothing works.
dae wrote: ↑Thu May 06, 2021 3:49 pmYou don't need to repack the app.asar file.
Just extract it in a folder called "app", and do all your modifications there in the pretty printed Z.js file.
Then you can delete or rename the app.asar file, and game runs fine.
It really speeds up the modification/experimentation cycle.
Re: Legends of Idleon
You don't need to repack the "app.asar" filenewmagnus wrote: ↑Mon May 17, 2021 1:26 pmI give up. Been trying for 2 days, I'm too noob.
Used asar extension on 7zip to extract the app.asar file.
Put the edited Z.js into the disbuild/static/game folder.
Repacked it back into app.asar.
When I try to run the game with a modified app.asar the game doesn't open. Tried a lot of trial and error, but nothing works.
extract the "app.asar" file whit 7zip in a new folder called "app"
rename the orginal "app.asar" file to what ever you want
do your chances on the Z.js file and save
and start your game
Re: Legends of Idleon
Code: Select all
Trophy5 - Dice Dynamo
Trophy6 - Blunder Hero
Trophy7 - OG
Trophy8 - Trailblaazer (20%exp)
Trophy9 - Ultra Unboxer
Code: Select all
EquipmentHats45 - helm 10% exp
EquipmentHats52 - Efaunt Helmet
EquipmentHats53 - Dementia Helmet (+12all,34def,+6%def,4slots,70lvl) // you can use it but everybody will know that you are cheating
EquipmentHats54 - Void Imperium Helmet (+15all,46def,+8%def,5slots,90lvl) // you can use it but everybody will know that you are cheating
EquipmentHats55 - Steam Cap (3% exp)
EquipmentHats56 - Bunny Ears (4%exp)
EquipmentHats57 - Big Bunny (11% exp)