Try to use InjectF5 console (viewtopic.php?p=268697#p268697)
Legends of Idleon
Re: Legends of Idleon
Re: Legends of Idleon
Thanks man I found how to use it. However, I found the value of my money in my inventory. How do I edit it?
Re: Legends of Idleon
you legend, Thanks a bunch Valleymon. If you have a dono link feel free to link it. Love the tool & you keeping it alive.valleymon wrote: ↑Sun Apr 16, 2023 12:30 pmlist 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.
You can add any more talents you want here. just copy/paste a line and update the talent id and name.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
Is there any way to get specific artifact(not all) via F5? Example i only want get fury artifact.
-
- Noobzor
- Posts: 10
- Joined: Wed Mar 09, 2022 3:21 pm
- Reputation: 0
Re: Legends of Idleon
Did you find anymore information regarding this issue? I tested the injectF5 unban again and it dosnt really work. it only works if someone comes to your world, but if you update your character in anyway such a going through a portal or joining another world and then going back you wont be visible anymore. When using my method you will be visible to other players even if you update your character, but your character is always standing at a fixed position which is probably determined by the respawn point of the game. However with nither methods your player movement is not rendered on other players screens, meaning the unban works but not really.valleymon wrote: ↑Mon Apr 17, 2023 4:02 amI'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.
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
(This may also be a problem for just me, yet again i will do more testing on another account to see if its an account issue and not any other issue.)
Last edited by smileyface on Wed Apr 19, 2023 9:42 am, edited 1 time in total.
- sh00ter999
- Cheater
- Posts: 46
- Joined: Mon Jan 15, 2018 9:41 am
- Reputation: 12
Re: Legends of Idleon
I can't figure out why the game/console instantly close after starting injectcheatsf5.exe
It gets to Loaded Cheats...
And then instantly closes. Tried downgrading my node.js but nothing. No errors, no nothing
Edit: Fixed it. I followed the instructions on page 143 and I overwrote cheats.js with the pastebin content which seems to have been a mistake.
It gets to Loaded Cheats...
And then instantly closes. Tried downgrading my node.js but nothing. No errors, no nothing
Edit: Fixed it. I followed the instructions on page 143 and I overwrote cheats.js with the pastebin content which seems to have been a mistake.
Re: Legends of Idleon
Anyone else having issues since the game update?
Re: Legends of Idleon
Anyone has the ID of the new nametag item yet?
Re: Legends of Idleon
Anything on 100% chance of the new Eldritch Artifact tier?
Re: Legends of Idleon
EquipmentNametag1
Not in the injector yet.
You can work around that by using chng to transform Ancients (or any Artifact, even ones you don't have) into Eldritches:
chng bEngine.getGameAttribute("Sailing")[3][X]=3
With X being the ID of the Artifact.
Replace X with 0, then 1, then 2 etc. until 29 to make every arti Eldritch, then reenter the map.
-
- Noobzor
- Posts: 6
- Joined: Fri Jan 13, 2023 12:06 am
- Reputation: 0
Re: Legends of Idleon
Did the update break a lot of the drop commands? I can't drop candy, pearls, etc anymore.
Re: Legends of Idleon
Definitely seems to be an issue. Can't get past login (character) selection screen. Won't let you enter the game.
Re: Legends of Idleon
seems to increase security a bit then.
Earlier one of my characters almost got blocked from entering, on mobile, using vanilla game on non-root device.
But now some of my characters got negative capacity value, it was a whole number before 1.10.
Maybe Lava added a check for proxy function since IC works by creating a proxy with server.
Earlier one of my characters almost got blocked from entering, on mobile, using vanilla game on non-root device.
But now some of my characters got negative capacity value, it was a whole number before 1.10.
Maybe Lava added a check for proxy function since IC works by creating a proxy with server.
Last edited by roooroar on Thu Apr 20, 2023 7:56 am, edited 2 times in total.
Who is online
Users browsing this forum: cun1vip, FunGaming44, killerqueenb, Maeflowers