Legends of Idleon
Re: Legends of Idleon
Hi friends, thanks again for creating this great tool. Is there a way to put Bubo skills onto an Elemental Sorc? I know this happens in vanilla game under the right circumstances, of which I can't replicate, but I have a feeling the tool can do this. TY
Re: Legends of Idleon
I don't think it's a good idea.
On the last page, someone accidentally dropped ""lava wings" and got shadowban instantly.
What do you think will happen to your account when Elemental Sorc with Bubo's skills wil be found?
-
- Noobzor
- Posts: 6
- Joined: Fri Jan 13, 2023 12:06 am
- Reputation: 0
Re: Legends of Idleon
Does anyone know what line to change the total number of post office boxes?
Re: Legends of Idleon
Nothing wild I dont believe. A year or so ago there was a bug with the subclass swap token that allowed you to dual class essentially. When you class swapped you kept the previous class's passives & whatever skills were on the hotbar. I still have a few dual class characters from that time & have been perfectly fine for over a year and a half. Just wondering if the tool has a way to force this aside from trying to force desyncs with mobile
Re: Legends of Idleon
chng bEngine.getGameAttribute("CurrenciesOwned").h.DeliveryBoxComplete=100idleoncheater wrote: ↑Sat Apr 15, 2023 12:04 amDoes anyone know what line to change the total number of post office boxes?
Re: Legends of Idleon
Is this through cheat engine or F5?Tindal wrote: ↑Sat Apr 15, 2023 8:54 amchng bEngine.getGameAttribute("CurrenciesOwned").h.DeliveryBoxComplete=100idleoncheater wrote: ↑Sat Apr 15, 2023 12:04 amDoes anyone know what line to change the total number of post office boxes?
Re: Legends of Idleon
Use this through F5 consoleAries92 wrote: ↑Sat Apr 15, 2023 9:34 pmIs this through cheat engine or F5?Tindal wrote: ↑Sat Apr 15, 2023 8:54 amchng bEngine.getGameAttribute("CurrenciesOwned").h.DeliveryBoxComplete=100idleoncheater wrote: ↑Sat Apr 15, 2023 12:04 amDoes anyone know what line to change the total number of post office boxes?
Re: Legends of Idleon
Last edited by valleymon on Sun Apr 16, 2023 12:31 pm, edited 1 time in total.
Re: Legends of Idleon
list class - show the ids for each classFrongly wrote: ↑Sat Apr 15, 2023 7:05 amNothing wild I dont believe. A year or so ago there was a bug with the subclass swap token that allowed you to dual class essentially. When you class swapped you kept the previous class's passives & whatever skills were on the hotbar. I still have a few dual class characters from that time & have been perfectly fine for over a year and a half. Just wondering if the tool has a way to force this aside from trying to force desyncs with mobile
class id - change class to this id (this simply changes your class but not your talent point allocations or equipped abilities, so any existing will remain
additionally you can use the talent cheats. latest version has the following registered in cheats.js and available to use. you can chanhe the values in config.custom.js. note tenteyecle is a little unusual as you have an x% chance to reduce cooldowns by x seconds. the game uses 2 different values but the way the cheat works atm it cannot differentiate so they are the same. ive set a default of 3.5% chance to reduce by 3.5s which seems about right for me, but you may want different.
Code: Select all
registerCheats({
name: 'talent',
message: 'talent value override cheats',
configurable: true,
subcheats: [
{ name: '168', message: 'Orb of remembrance', configurable: true },
{ name: '169', message: 'Imbuted shokwaves', configurable: true },
{ name: '318', message: 'Pirate flag', configurable: true },
{ name: '120', message: 'shockwave slash', configurable: true },
{ name: '483', message: 'Tenteyecle', configurable: true },
],
});
They apply to all characters when enabled so tenteyecle/orb/flag will apply to every character.
note that some are configured by default like t => t * 2 etc. That means that it doubles the effect, so any characters where is already 0 will stay at 0 since 0*2=0. You are free to change this in your custom configuration to eg:
t => 100 (100 for all charaters, regardless of the characters normal value)
t => Math.max(50, t*3) - 3x the charcters normal value, or 50, whichever is larger
t => t > 0 ? t : 20 - normal value if its greater than 0 (ie this character has that talent anyway), otherwise 20
the value here is not the talent level but the talent effect, so for example for orb it means the number of seconds the orb lasts. so setting this to say t => 10000 is going to give you a 10000s orb which will give stupid xp and drop.
Finally there is the abilitybar cheat which allows you to customise your ewuipped abilities regardless of class. Usage is described in its description. anecdotally this doesnt trigger a shadowban automatically, but if its noticed of course there is a risk.
Re: Legends of Idleon
are you using latest version? in config.js us unban set to true? if so it should work, at least it does for myself and otherssmileyface wrote: ↑Tue Apr 11, 2023 7:21 pmjust checked again. launched the game with the injectf5 but still cant see my on my other account. any ideas?
-
- Noobzor
- Posts: 10
- Joined: Wed Mar 09, 2022 3:21 pm
- Reputation: 0
Re: Legends of Idleon
I just tested again with the latest and it didnt work. although i have found my own way using the browser version.valleymon wrote: ↑Sun Apr 16, 2023 12:34 pmare you using latest version? in config.js us unban set to true? if so it should work, at least it does for myself and otherssmileyface wrote: ↑Tue Apr 11, 2023 7:21 pmjust checked again. launched the game with the injectf5 but still cant see my on my other account. any ideas?
pasting this:
"
var oldCreate = window.React.createElement;
window.React.createElement = function(fnName, x) {
if (fnName != "cleanMarkedFiles") {
return oldCreate.apply(this, arguments)
}
}
"
Into the console before logging in does work for me, however whenever i move on my screen it dosnt register on the screen of other players. But im visible atleast.
-
- Cheater
- Posts: 49
- Joined: Fri Sep 16, 2022 7:06 pm
- Reputation: 13
Re: Legends of Idleon
Seems i have bricked one of my chars with adding other class abilitiesFinally there is the abilitybar cheat which allows you to customise your ewuipped abilities regardless of class. Usage is described in its description. anecdotally this doesnt trigger a shadowban automatically, but if its noticed of course there is a risk.
EDIT: found a fix
Last edited by troljan123 on Mon Apr 17, 2023 1:51 am, edited 1 time in total.
Re: Legends of Idleon
How do you actually find all these commands? is there a txt file?
Re: Legends of Idleon
I'm curious about this cleanMarkedFiles function. When some code bans you, OptionsListAccount[26] is set to a non-zero number, which presumably indicates how badly/for what reason you are banned, and cleanMarkedFiles([true]) is called which sets a global scope variable B to be true. I need to get to bed but will look further tomorow.smileyface wrote: ↑Sun Apr 16, 2023 7:07 pmI just tested again with the latest and it didnt work. although i have found my own way using the browser version.valleymon wrote: ↑Sun Apr 16, 2023 12:34 pmare you using latest version? in config.js us unban set to true? if so it should work, at least it does for myself and otherssmileyface wrote: ↑Tue Apr 11, 2023 7:21 pmjust checked again. launched the game with the injectf5 but still cant see my on my other account. any ideas?
pasting this:
"
var oldCreate = window.React.createElement;
window.React.createElement = function(fnName, x) {
if (fnName != "cleanMarkedFiles") {
return oldCreate.apply(this, arguments)
}
}
"
Into the console before logging in does work for me, however whenever i move on my screen it dosnt register on the screen of other players. But im visible atleast.
There are cases during player load where cleanMarkedFiles(false) is called, depending on various conditions relating to your account, and at these moments OptionsListAccount is set to 0 (which is unbanned), so maybe this function also unbans you?
More digging required
Re: Legends of Idleon
I am having trouble determining the exact value of certain things such as money and exp. How do I find that out? I chose the correct process to start changing values but I am lost after that step. Any help would be appreciated.
Who is online
Users browsing this forum: No registered users