Legends of Idleon

Ask about cheats/tables for single player games here
benni347
Noobzor
Noobzor
Posts: 6
Joined: Sat Jul 17, 2021 10:52 am
Reputation: 0

Re: Legends of Idleon

Post by benni347 »

Why does it look like this when I start the game with an eddited Z.js file?

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 122

Re: Legends of Idleon

Post by Creater0822 »

benni347 wrote:
Sun Jul 18, 2021 10:03 am
Why does it look like this when I start the game with an eddited Z.js file?
It happens due to misediting where the it causes errors.

benni347
Noobzor
Noobzor
Posts: 6
Joined: Sat Jul 17, 2021 10:52 am
Reputation: 0

Re: Legends of Idleon

Post by benni347 »

thx

Where can I edit xp gain and quest req and prices for stamps, cog rates and mining speed?

Nuppe10
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jul 14, 2021 5:31 pm
Reputation: 0

Re: Legends of Idleon

Post by Nuppe10 »

I am shadowbanned on a character and I've used the command "wipe ban" and it has worked. It does not work after I've mixed around with lvl, not any high levels, only 140 class, 50 mining. Is the shadowbanned permanent or is it something i don't understand?

Best Regards NJ

walkerofthevalley
Noobzor
Noobzor
Posts: 7
Joined: Thu May 20, 2021 12:13 am
Reputation: 0

Re: Legends of Idleon

Post by walkerofthevalley »

Creater0822 wrote:
Sat Jul 17, 2021 11:11 pm
Changelog 18/07/21 01am:
Original post: viewtopic.php?p=198916#p198916

It's been a while since my last release, but here is one:
  • The w1 smith command actually works, change maps and you can craft items without costs associated.
  • New sub-command godlike bosshp:
    Insta-kills (Chaos) Amarok/Efaunt on tomb entering xD
  • New sub-command w3 prayer:
    Nullifies the curse effect of all prayers, also nullifies the lvl upgrade cost.
  • New sub-command w3 shrinehr:
    Reduces the shrine lvl up time to 0.5h, not 0h cause that would mean a crash.
  • New sub-command wide star:
    Zero star points required to unlock star signs, probably unsafe...
  • New sub-commands unlock silvpen, unlock goldpen and unlock obolfrag:
    Stops the deduction of these currency values. If the silver pen's at zero it'll become 1, if the obol fragments reach zero it'll become 9001. The gold pen remains zero for your account safety. If you don't care about shadow bans and such you can do this: chng bEngine.getGameAttribute("CurrenciesOwned").h["GoldPens"]=100
  • Technical change to ChangeND, so it can do a little bit more.
Man, can you tell me - briefly - how to nullify w3 prayers myself while editing z.js? I don't want to nullify all of them, just some.

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 122

Re: Legends of Idleon

Post by Creater0822 »

benni347 wrote:
Sun Jul 18, 2021 2:21 pm
thx

Where can I edit xp gain and quest req and prices for stamps, cog rates and mining speed?
Quest item req nullifications are originally discussed by salmon85 in way earlier posts (hard to keep track where it was). The original Z.js editing methodology was through Regex search and replacing.
As for stamp cost and cog rates, you can read them in my cheats.js, which is less painful than reading the whole Z.js. As for mining speed, I don't really tamper with its values directly. All I realistically want are the ores that I can drop in, and as for quick leveling it's easier to modify other stuff such as card buffs.
Nuppe10 wrote:
Sun Jul 18, 2021 2:25 pm
I am shadowbanned on a character and I've used the command "wipe ban" and it has worked. It does not work after I've mixed around with lvl, not any high levels, only 140 class, 50 mining. Is the shadowbanned permanent or is it something i don't understand?

Best Regards NJ
Yeah the lvl command consists of dangerous sub-commands that can shadow your account even further beyond, to where even my un-shadowban trick doesn't work on the specific character. As documented here, lvl class and lvl <any skill> are highly dangerous: viewtopic.php?p=200832#p200832
walkerofthevalley wrote:
Sun Jul 18, 2021 3:16 pm
Man, can you tell me - briefly - how to nullify w3 prayers myself while editing z.js? I don't want to nullify all of them, just some.
Yes you can search in Z.js for PrayerInfo = function (), which is the function which returns the 2D Array worth of properties.

Nuppe10
What is cheating?
What is cheating?
Posts: 2
Joined: Wed Jul 14, 2021 5:31 pm
Reputation: 0

Re: Legends of Idleon

Post by Nuppe10 »

Where is the Z.js?

walkerofthevalley
Noobzor
Noobzor
Posts: 7
Joined: Thu May 20, 2021 12:13 am
Reputation: 0

Re: Legends of Idleon

Post by walkerofthevalley »

Creater0822 wrote:
Sun Jul 18, 2021 3:33 pm
walkerofthevalley wrote:
Sun Jul 18, 2021 3:16 pm
Man, can you tell me - briefly - how to nullify w3 prayers myself while editing z.js? I don't want to nullify all of them, just some.
Yes you can search in Z.js for PrayerInfo = function (), which is the function which returns the 2D Array worth of properties.

Nice, I see! So, for example, on unending energy I would change

Code: Select all

"Unending_Energy +{%_Class_and_Skill_EXP Max_AFK_time_is_now_10_hours._Use_this_prayer_sparingly. 30 50 1 600 51 0"
to

Code: Select all

"Unending_Energy +{%_Class_and_Skill_EXP Max_AFK_time_is_now_10_hours._Use_this_prayer_sparingly. 30 50 1 60000 51 0"
or some other similar comically large value to guarantee my afk time is always lesser than that?

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 122

Re: Legends of Idleon

Post by Creater0822 »

walkerofthevalley wrote:
Sun Jul 18, 2021 4:06 pm
Creater0822 wrote:
Sun Jul 18, 2021 3:33 pm
walkerofthevalley wrote:
Sun Jul 18, 2021 3:16 pm
Man, can you tell me - briefly - how to nullify w3 prayers myself while editing z.js? I don't want to nullify all of them, just some.
Yes you can search in Z.js for PrayerInfo = function (), which is the function which returns the 2D Array worth of properties.

Nice, I see! So, for example, on unending energy I would change

Code: Select all

"Unending_Energy +{%_Class_and_Skill_EXP Max_AFK_time_is_now_10_hours._Use_this_prayer_sparingly. 30 50 1 600 51 0"
to

Code: Select all

"Unending_Energy +{%_Class_and_Skill_EXP Max_AFK_time_is_now_10_hours._Use_this_prayer_sparingly. 30 50 1 60000 51 0"
or some other similar comically large value to guarantee my afk time is always lesser than that?
I honestly haven't tried changing it into a bigger number. I outright changed the curse into None instead, so that it doesn't tamper with the afk time at all.

benni347
Noobzor
Noobzor
Posts: 6
Joined: Sat Jul 17, 2021 10:52 am
Reputation: 0

Re: Legends of Idleon

Post by benni347 »

how can I change the max stack size and the time of the boost candy and the xp that ballons give?

User avatar
Creater0822
Expert Cheater
Expert Cheater
Posts: 229
Joined: Sat Nov 18, 2017 12:02 am
Reputation: 122

Re: Legends of Idleon

Post by Creater0822 »

benni347 wrote:
Sun Jul 18, 2021 6:12 pm
how can I change the max stack size and the time of the boost candy and the xp that ballons give?
There are a ton of various in-game buffs around there that are correlated to the max stack size, so many in fact that I don't really recall which and how many anymore. Most of these are easily modify'able for insane stack values.

As for the modification of time candy and EXP balloons:
I for one have never actually seen where the EXP balloon's usage code is located and how it looks like nor the time candy. These are presumably pretty tough to edit even if we do find the code, I think.

lava420
Noobzor
Noobzor
Posts: 5
Joined: Mon Jul 19, 2021 12:50 am
Reputation: 0

Re: Legends of Idleon

Post by lava420 »

following this post hoping to find a easier solution to being shadow banned

ntKrem
Noobzor
Noobzor
Posts: 11
Joined: Fri Jul 09, 2021 4:19 pm
Reputation: 0

Re: Legends of Idleon

Post by ntKrem »

is there a way to have cards drop without using the card packs?

mynew1one
Noobzor
Noobzor
Posts: 9
Joined: Wed Jul 14, 2021 1:59 pm
Reputation: 2

Re: Legends of Idleon

Post by mynew1one »

ntKrem wrote:
Mon Jul 19, 2021 2:40 am
is there a way to have cards drop without using the card packs?
Yeah, you can use 'bulk yugioh' to get 1 of every cards or use drop CardsA0 to CardsZ9 (use Creater's Item list on their google drive to search the card IDs)

mynew1one
Noobzor
Noobzor
Posts: 9
Joined: Wed Jul 14, 2021 1:59 pm
Reputation: 2

Re: Legends of Idleon

Post by mynew1one »

lava420 wrote:
Mon Jul 19, 2021 1:04 am
following this post hoping to find a easier solution to being shadow banned
using Creater's Forked console is a pretty easy way to do it
Creater0822 wrote:
Sun Jul 18, 2021 1:38 am
Changelog 18/07/21 01am:
Original post: viewtopic.php?p=198916#p198916

Whoo a double changelog for today, but this time it's iBelg's tool: Version 1.1.1 fork 2 is out in Google Drive!!
This fork version has obtained an optional config.json file which is placed in the same game folder along with InjectCheatsF2.exe.

By the default "unban": 0 is set into the json file, which you can manually change into 1 in any text editor. Doing so will allow the injection tool to automatically replace all of Z.js's shadow ban flags, thus not requiring manual editing.

If config.json is missing, then you won't be un-shadow banned :D .

Post Reply