Page 26 of 362

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 9:42 pm
by salmon85
On another note. Managed to brick a character.
Beginner class in world 3 :)
Wasn't doing anything too stupid but the game crashed on me while for some reason
when logging back in all my other characters all said they were farming green mushrooms despite not even on those maps.
the beginner though now thinks it's level 1 and the game crashes when I either select him or try using the change page button on the ingame swap character. Going back to the main screen works and I can choose other characters from there.



erm :)



Re: Legends of Idleon

Posted: Sat Jun 12, 2021 9:44 pm
by iBelg
Messed around a little bit and added a way to safely input commands. Currently it only has two commands:

Press ` to open the console input. Press ` again to execute the command and close the input. Enter does not work.

Drop anything

Code: Select all

drop <ItemID> <Amount>
Unlock every portal

Code: Select all

unlock portals


[Link]

password: ibelg

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 9:46 pm
by chase123789
salmon85 wrote:
Sat Jun 12, 2021 4:35 pm
Lucifer M wrote:
Sat Jun 12, 2021 3:45 pm
salmon85 wrote:
Sat Jun 12, 2021 2:28 pm

Code: Select all

ItemToCraftCostTYPE = function ()
Is for all the anvil crafting costs (items)

its a few thousand lines long but using regex + notepad++ I replaced it all with

Code: Select all

["Copper", "0"]
so crafting is free now.
How exactly did you achieve that?


Copied the whole function into notepad++ (it's about a thousand lines of code)

used the find and replace feature with the following

find (with regex enabled)

Code: Select all

\[.*\]
replace with

Code: Select all

\["Copper", "0"\]
then do a normal find and search for

Code: Select all

["Copper", "0"],
replace with

Code: Select all

["Copper", "0"]
so it removes all the ,'s after the lines

then in notepad++ go edit -> Line operations -> remove consecutive duplicate lines (not remove duplicate lines)

you should be just left with single lines that looks like

Code: Select all

["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
then you juct copy and paste it over the top of the code in the .js file

Code: Select all

 Dc.ItemToCraftCostTYPE = function () {
                    return [
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ],
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ],
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ],
                        [
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ],
                            [
                                ["Copper", "0"]
                            ]
                        ]
                    ]
is there anyway you can just target and replace the numbers within the " " and just change it to 0? or is it impossible since there are all different numbers

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 9:51 pm
by chase123789
iBelg wrote:
Sat Jun 12, 2021 9:44 pm
Messed around a little bit and added a way to safely input commands. Currently it only has two commands:

Press ` to open the console input. Press ` again to execute the command and close the input. Enter does not work.

Drop anything

Code: Select all

drop <ItemID> <Amount>
Unlock every portal

Code: Select all

unlock portals


[Link]

password: ibelg
youre awesome! is the code you quoted all we have to input into the z file? Since I have edited my Z file, I am not sure the difference between both of ours so I am not sure if I should just use yours or add the command code into my own, and how i would do that (which code string to input)

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 9:53 pm
by salmon85
all different numbers, you can do regex for \d{1,}\w{0,}\d{0,} which will pick up 1-999 and all the silly 1e0 numbers
but since you're replacing lines anyway, why not remove code that's not needed. makes the file smaller then :)



edit:

Sadly I get 403 forbidden on the zippyshare links

and bypassed with a vpn :D

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 10:03 pm
by chase123789
salmon85 wrote:
Sat Jun 12, 2021 9:53 pm
all different numbers, you can do regex for \d{1,}\w{0,}\d{0,} which will pick up 1-999 and all the silly 1e0 numbers
but since you're replacing lines anyway, why not remove code that's not needed. makes the file smaller then :)



edit:

Sadly I get 403 forbidden on the zippyshare links

and bypassed with a vpn :D
You’re genius ty, and hahahaha goteem

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 10:10 pm
by salmon85
I think I set the numbers too high



92 levels in 2 swings

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 10:44 pm
by Lucifer M
salmon85 wrote:
Sat Jun 12, 2021 9:35 pm

Code: Select all

if ("MiningSpeed" == s) {
replaced the whole if statement with

Code: Select all

                        if ("MiningSpeed" == s) {
                            return 0.01
                        }

this also affects afk gains


there is also

MiningEXPmulti
MiningOreValue

I suspect value is the exp

edit

value = amount per drop
multi = actual exp multiplier

Code: Select all

                        if ("MiningSpeed" == s) {
                            return 0.01
                        }
                        if ("MiningEXPmulti" == s) {
                            return 1 * Math.pow(10,10)
                        }
                        if ("MiningOreValue" == s) {
                            var ls = b.engine.getGameAttribute("MonsterDefinitionsGET"),
                                os = b.engine.getGameAttribute("AFKtarget"),
                                us = null != d[os] ? ls.getReserved(os) : ls.h[os];
                            if ("MINING" == (null != d.AFKtype ? us.getReserved("AFKtype") : us.h.AFKtype)) {
                                return 1 * Math.pow(1,10)
                            }
So as far as this goes what part of the code should I remove?

I tried replacing all of the three for what you put but I get thrown errors.

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 10:50 pm
by salmon85
Lucifer M wrote:
Sat Jun 12, 2021 10:44 pm
So as far as this goes what part of the code should I remove?

I tried replacing all of the three for what you put but I get thrown errors.
I'll give you the end code

Code: Select all

if ("MiningMaxOre" == s) {
                            var Vt = b.engine.getGameAttribute("DNSM"),
                                Qt = null != d.TotStatSkMAP ? Vt.getReserved("TotStatSkMAP") : Vt.h.TotStatSkMAP;
                            null != d[s] ? Qt.setReserved(s, 5) : Qt.h[s] = 5;
                            var Ht = b.engine.getGameAttribute("DNSM"),
                                Yt = null != d.TotStatSkMAP ? Ht.getReserved("TotStatSkMAP") : Ht.h.TotStatSkMAP;
                            return null != d[s] ? Yt.getReserved(s) : Yt.h[s]
                        }
                        if ("MiningSpeed" == s) {
                            return 0.01
                        }
                        if ("MiningEXPmulti" == s) {
                            return 1 * Math.pow(10,5)
                        }
                        if ("MiningOreValue" == s) {
                            var ls = b.engine.getGameAttribute("MonsterDefinitionsGET"),
                                os = b.engine.getGameAttribute("AFKtarget"),
                                us = null != d[os] ? ls.getReserved(os) : ls.h[os];
                            if ("MINING" == (null != d.AFKtype ? us.getReserved("AFKtype") : us.h.AFKtype)) {
                                return 1 * Math.pow(10,5)
                            }
                        } else if ("MiningMinigame" == s) {
so you can just replace from if ("MiningMaxOre" == s) { to } else if ("MiningMinigame" == s) {




@ibelg
what beautifier did you use in your code?
just asking as I was trying to search for which parts you changed compared to the code I have and the functions on my code have a space before the () while yours don't

Re: Legends of Idleon

Posted: Sat Jun 12, 2021 11:24 pm
by salmon85
set costmulti, capmulti powerpercycle etc to the below to increase refinery production

Code: Select all

                    if ("CostsMulti" == t) return 0;
                    if ("CapMulti" == t) return Math.pow(10, 10);
                    if ("PowerPerCycle" == t) return Math.floor(Math.pow(s, 3.0));
                    if ("CycleInitialTime" == t) return s = 0.1* Math.pow(4, Math.floor(s)), t = b.engine.getGameAttribute("DNSM"), t = null != d.AlchVials ? t.getReserved("AlchVials") : t.h.AlchVials, t = null != d.RefSpd ? t.getReserved("RefSpd") : t.h.RefSpd, Math.ceil(s / (1 + ((null == t ? 0 : "number" == typeof t ? e.__cast(t, k) : "number" == typeof t && (0 | t) === t ? e.__cast(t, n) : "boolean" == typeof t ? e.__cast(t, l) ? 1 : 0 : "string" == typeof t ? parseFloat(t) : parseFloat(g.string(t))) + Ib._customBlock_SaltLick(2)) / 100));
                    if ("FuelCalc" == t) {
                        return 0
                    }

also

Code: Select all

                    if ("CogBuildReq" == s) {
                        return 0
                    }
                    if ("PlayerBuildSpd" == s) {
                        return 1 * Math.pow(10,10)
                    }
                    if ("PlayerConExp" == s) {
                        return 1 * Math.pow(10,10)
                    }
                    if ("TowerBuildReq" == s) {
                        return 0    
                    }
                    if ("TowerSaltCost" == s) {
                        return 0
                    }
                    if ("TowerMatCost" == s) {
                        return 0
                    }
for construction

Re: Legends of Idleon

Posted: Sun Jun 13, 2021 3:03 am
by newmagnus
iBelg wrote:
Sat Jun 12, 2021 9:44 pm
Messed around a little bit and added a way to safely input commands. Currently it only has two commands:

Press ` to open the console input. Press ` again to execute the command and close the input. Enter does not work.

Drop anything

Code: Select all

drop <ItemID> <Amount>
Unlock every portal

Code: Select all

unlock portals


[Link]

password: ibelg
How do you open the console on a norwegian keyboard? I've tried many different inputs. Also tried to make my keyboard into ENG/US, but not able to open it.

Re: Legends of Idleon

Posted: Sun Jun 13, 2021 4:33 am
by Djinn
salmon85 wrote:
Sat Jun 12, 2021 11:24 pm
set costmulti, capmulti powerpercycle etc to the below to increase refinery production

Code: Select all

                    if ("CostsMulti" == t) return 0;
                    if ("CapMulti" == t) return Math.pow(10, 10);
                    if ("PowerPerCycle" == t) return Math.floor(Math.pow(s, 3.0));
                    if ("CycleInitialTime" == t) return s = 0.1* Math.pow(4, Math.floor(s)), t = b.engine.getGameAttribute("DNSM"), t = null != d.AlchVials ? t.getReserved("AlchVials") : t.h.AlchVials, t = null != d.RefSpd ? t.getReserved("RefSpd") : t.h.RefSpd, Math.ceil(s / (1 + ((null == t ? 0 : "number" == typeof t ? e.__cast(t, k) : "number" == typeof t && (0 | t) === t ? e.__cast(t, n) : "boolean" == typeof t ? e.__cast(t, l) ? 1 : 0 : "string" == typeof t ? parseFloat(t) : parseFloat(g.string(t))) + Ib._customBlock_SaltLick(2)) / 100));
                    if ("FuelCalc" == t) {
                        return 0
                    }

also

Code: Select all

                    if ("CogBuildReq" == s) {
                        return 0
                    }
                    if ("PlayerBuildSpd" == s) {
                        return 1 * Math.pow(10,10)
                    }
                    if ("PlayerConExp" == s) {
                        return 1 * Math.pow(10,10)
                    }
                    if ("TowerBuildReq" == s) {
                        return 0    
                    }
                    if ("TowerSaltCost" == s) {
                        return 0
                    }
                    if ("TowerMatCost" == s) {
                        return 0
                    }
for construction
Doing this, resets the characters to LVL 1. Something around this code just overflows data and resets character level and progress

Re: Legends of Idleon

Posted: Sun Jun 13, 2021 4:38 am
by kribir
Does anyone know how to change the boost values ​​on the cards?

EDIT: founded CardStuff = function() {

Re: Legends of Idleon

Posted: Sun Jun 13, 2021 7:12 am
by iBelg
chase123789 wrote:
Sat Jun 12, 2021 9:51 pm
youre awesome! is the code you quoted all we have to input into the z file? Since I have edited my Z file, I am not sure the difference between both of ours so I am not sure if I should just use yours or add the command code into my own, and how i would do that (which code string to input)
The code at '// CustomCodeHere' is only for parsing the commands. There's a few other spots that needed some changes to add the console.
salmon85 wrote:
Sat Jun 12, 2021 10:50 pm
what beautifier did you use in your code?
just asking as I was trying to search for which parts you changed compared to the code I have and the functions on my code have a space before the () while yours don't
[Link]

Didn't pass any extra options.
newmagnus wrote:
Sun Jun 13, 2021 3:03 am
How do you open the console on a norwegian keyboard? I've tried many different inputs. Also tried to make my keyboard into ENG/US, but not able to open it.
If you open the Z.js file and search for "// CustomCodeHere" you'll find my code.

Replace 192 with a keyCode you can press. Use this site to find keyCode: [Link]

Re: Legends of Idleon

Posted: Sun Jun 13, 2021 8:39 am
by salmon85
Djinn wrote:
Sun Jun 13, 2021 4:33 am
Doing this, resets the characters to LVL 1. Something around this code just overflows data and resets character level and progress


most likely the 1 * math.pow(10,10)

which is 1 X 10 to the power of 10
10000000000

iBelg wrote:
Sun Jun 13, 2021 7:12 am

The code at '// CustomCodeHere' is only for parsing the commands. There's a few other spots that needed some changes to add the console.

[Link]

Didn't pass any extra options.

If you open the Z.js file and search for "// CustomCodeHere" you'll find my code.

Replace 192 with a keyCode you can press. Use this site to find keyCode: [Link]
Danke



Was thinking of trying to add an auto loot function / command which puts items straight into your stash and spotted this as an unused star skill

Code: Select all

[
                            ["Deposits_your_items_to_storage,_and_destroys_items_on_ground._PASSIVE:_+{%_Carry_Cap"], "30 60 decay _ _ txt".split(" "), ["+{%_Carry_Cap"],
                            ["1"]
                        ],