Search found 30 matches

by Lucifer M
Tue Oct 18, 2022 8:11 pm
Forum: Single Player Cheat Requests
Topic: [Request] Idle Skilling
Replies: 283
Views: 76775

Re: [Request] Idle Skilling

So I'm stuck similar to another user on here without the machine upgrade and too far past with upgrades to get the lower ones is there any variables to automatically unlock the machine in tunnels? I've been looking but haven't had any luck Our latest file has free construction, which allows you to ...
by Lucifer M
Sun Jun 13, 2021 3:58 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

So I am sure something is broken currently in my game, my mining is level 52 and when I mine platinum ore nothing comes out or happens with it. I also checked the mining level and this is revealed https://i.imgur.com/b3vQBBu.png I used salmon's code to change my mining capabilities but that's it. I...
by Lucifer M
Sun Jun 13, 2021 2:53 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

So I am sure something is broken currently in my game, my mining is level 52 and when I mine platinum ore nothing comes out or happens with it. I also checked the mining level and this is revealed https://i.imgur.com/b3vQBBu.png I used salmon's code to change my mining capabilities but that's it. I ...
by Lucifer M
Sat Jun 12, 2021 10:44 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

https://imgur.com/a/3DSh1gI if ("MiningSpeed" == s) { replaced the whole if statement with 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 if ("Minin...
by Lucifer M
Sat Jun 12, 2021 9:12 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

If anyone knows how I can buff mining exp please drop a suggestion here
by Lucifer M
Sat Jun 12, 2021 5:17 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

So if i were to make monters drop different items? Would that get the account shadowbanned or not? Is the shadowban instant? Or does it take multiple days for it to go through? I don't know if the shadowban is instant but I constantly swap items out for items I need in monsters drops. How long have...
by Lucifer M
Sat Jun 12, 2021 5:07 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

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 ["Copper", "0"] so crafting is free now. How exactly did you achieve that? Copied the whole function into notepad++ (it's about a thousand l...
by Lucifer M
Sat Jun 12, 2021 5:06 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

Djinn wrote:
Sat Jun 12, 2021 5:04 pm
So if i were to make monters drop different items? Would that get the account shadowbanned or not?
Is the shadowban instant?
Or does it take multiple days for it to go through?
I don't know if the shadowban is instant but I constantly swap items out for items I need in monsters drops.
by Lucifer M
Sat Jun 12, 2021 3:45 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

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?
by Lucifer M
Sat Jun 12, 2021 2:15 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

if ("CauldronCosts" == s) if ("VialCosts" == s) Replace these 2 if statements, so they return 0 to get free purchases in the brewing, liquid and vial tabs in alchemy example if ("CauldronCosts" == s) { return 0 } if ("VialCosts" == s) { return 0 } Since we don't need math.. why keep the stupid code...
by Lucifer M
Fri Jun 11, 2021 10:28 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

If someone happens to come across the cooldown timer for skills, can you drop it in here so I can look at editing my skills down as a Wizard.
by Lucifer M
Fri Jun 11, 2021 5:06 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

It worked flawlessly, I am grateful that you took the time and effort to find a fix. Thank you for the help. I saw the edited message and it returned it to one and fixed the functionality of the Ln2.
by Lucifer M
Fri Jun 11, 2021 4:19 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

Very nice on the chat commands. Downside to chat commands, you forget the . or whatever you've used, you've just said out loud what you were trying to do. as for b.engine.getGameAttribute("CauldronInfo")[5] it has a length of 4 and seems to match the 4 cauldrons capacities to some extent What do yo...
by Lucifer M
Fri Jun 11, 2021 3:52 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

iBelg wrote:
Fri Jun 11, 2021 3:49 pm


Getting items has never been easier.
Nice job, does work with any ingame item name?
by Lucifer M
Fri Jun 11, 2021 3:34 pm
Forum: Single Player Cheat Requests
Topic: Legends of Idleon
Replies: 5410
Views: 1125735

Re: Legends of Idleon

the number that is nan for you and 508 for me in the screenshot. doesn't match what my LN2 counter says which makes me think it's further in that variable just off screen edit: [5] (6th line) looks to match cauldrons currently says 44176.blablabla for me and my orange cauldron is currently showing ...