Legends of Idleon
Re: Legends of Idleon
Im looking to add the Stamps and bubble lvls pack to my account. Can I get any tips on how to not brick or shadowban my account? Thanks
Re: Legends of Idleon
It's called the sacred methods pack in case you want to search for more info. The command to enable the pack was literally posted on the same page as your first post, with a link to another comment with more info. If you can't bother with bare minimum backlog reading why should anybody bother helping you either.
Just installing injectcheatsF5 and enabling the pack won't brick or shadowban, the game has bare-minimum anticheat, if it could even be called that.
Re: Legends of Idleon
Rude.... I know the command to enable it and ive read everything since page 250. There was not one single instance of account security mentioned when it comes to pack activation. Its always better to ask and make sure. Nobody wants to screw up their account for good or limit it.
In a way I have to thank you though, the games anticheat wasnt mentioned much since almost a year of backreading, so its nice to see its still a brick.
Maybe dont be such a douche. Theres no harm in making sure
In a way I have to thank you though, the games anticheat wasnt mentioned much since almost a year of backreading, so its nice to see its still a brick.
Maybe dont be such a douche. Theres no harm in making sure
- onigiriman22
- Noobzor
- Posts: 14
- Joined: Mon Aug 19, 2024 4:01 pm
- Reputation: 1
Re: Legends of Idleon
In short, shadowbanning only makes you not appear in other players screens that disallows you to join party dungeons.. That's so minimal and doesn't change the experience. And the injector does have a built-in way of unshadowing and is enabled by default.
Re: Legends of Idleon
Would anyone happen to know what these two are for?
("OptionsListAccount")[67]
("OptionsListAccount")[81]
("OptionsListAccount")[67]
("OptionsListAccount")[81]
Re: Legends of Idleon
Agreed that nobody wants to get screwed, I was sassing you for asking for a quick walkthrough when one was already there no hard feelings.
Nobody has commented about pack activation triggering a shadowban so it's reasonable to assume it's fine, I've even "unbought" and rebought the autoloot pack for science, with no consequences besides toggling the passives. In general commands are 'ban safe' as long as you don't try to get anything wildly beyond what a late-game player could have. Realistically, I think there's more risk of bricking your account by typoing a value when changing things via console.
Re: Legends of Idleon
Okay1414 wrote: ↑Wed Oct 16, 2024 5:00 pm
Agreed that nobody wants to get screwed, I was sassing you for asking for a quick walkthrough when one was already there no hard feelings.
Nobody has commented about pack activation triggering a shadowban so it's reasonable to assume it's fine, I've even "unbought" and rebought the autoloot pack for science, with no consequences besides toggling the passives. In general commands are 'ban safe' as long as you don't try to get anything wildly beyond what a late-game player could have. Realistically, I think there's more risk of bricking your account by typoing a value when changing things via console.
yes, console editing is extremely dangerous esp if you dont have any basic knowledge within coding. i did made -not a single mistake but 4 times in total;
- farm rank, i bricked whole 5 arrays of it resulting NAN % on land rank upgrades and i couldn't get any EXP from it.
- slab, tried to remove some "unobtainable" items within slab by i did it directly and not using splice.
- task, specifically the arrays that contain value for the requirement for example, W2 most damage recorded as 0 because it lost it's array
- achievement reg, same as above. its the requirement for achievement but instead i accidentally added like 5k null arrays. resulting my game to lag after 5-10sec interval.
although everything went back to normal i still have an issue with tome since tome basically server sided and i cant change the ridiculous amount of giants i spawned / most jackpots hit.
tldr;
Use cheats at your own risk—while it can give you shortcuts or extra advantages, it can also impact your gaming experience and may lead to unexpected issues. Whether you choose to play fair or take the cheat route, just make sure you're enjoying the game your way!
Spoiler
also i kinda want to compile every possible console command for the archiving purposes (smth like which array to edit refinery stuff or what optionslist x do) but idk where to start or where should i put it lol
Re: Legends of Idleon
Sorry if this has been asked before. I've tried searching through this thread, but the results turn up blank every single time.
I followed the steps of extracting the zip folder into my idleon directory, renaming the config file, and I went in and adjusted the chrome location path since mine is in a different spot, but every time I run ICF5, this is what my console looks like. It won't move past this point and I can't interact with it.
[Link]
Could someone assist me in getting this to work? I'm coming back to idleon after a two year hiatus, and would like to get caught up.
I followed the steps of extracting the zip folder into my idleon directory, renaming the config file, and I went in and adjusted the chrome location path since mine is in a different spot, but every time I run ICF5, this is what my console looks like. It won't move past this point and I can't interact with it.
[Link]
Could someone assist me in getting this to work? I'm coming back to idleon after a two year hiatus, and would like to get caught up.
-
- What is cheating?
- Posts: 3
- Joined: Wed May 22, 2024 5:37 am
- Reputation: 0
Re: Legends of Idleon
Is there a way to reverse/reduce the max level of a talent? I accidentally used a book over the max lvl and want to bring it back to an actual obtainable level.
- onigiriman22
- Noobzor
- Posts: 14
- Joined: Mon Aug 19, 2024 4:01 pm
- Reputation: 1
Re: Legends of Idleon
After changing stuff in main.js (e.g. chrome location), make sure to recompile:Timaeria wrote: ↑Fri Oct 18, 2024 1:35 pmSorry if this has been asked before. I've tried searching through this thread, but the results turn up blank every single time.
I followed the steps of extracting the zip folder into my idleon directory, renaming the config file, and I went in and adjusted the chrome location path since mine is in a different spot, but every time I run ICF5, this is what my console looks like. It won't move past this point and I can't interact with it.
[Link]
Could someone assist me in getting this to work? I'm coming back to idleon after a two year hiatus, and would like to get caught up.
Code: Select all
# Compile instructions
Your first time installation of NodeJS:
1) Install NodeJS:
Got mine through Chocolatey, which is currently version 16.5.0
2) npm install -g pkg
The package which lets you build executables
The building procedure:
0) Have the source file in a new folder and open Powershell there
1) npm init -y
Generates a package.json file
2) npm install -S child_process chrome-remote-interface atob btoa prompt
These are all the packages that iBelg's tool uses
3) Edit the json file, e.g. give it a name, version, don't forget to keep ibelg's name in the author section.
4) Inside "Scripts": {} add:
"build": "pkg main.js --targets node16-win-x64 --compress Brotli --output InjectCheatsF3"
Or node14-win-x65 if you're using NodeJS 14.
5) Execute: npm run build
Re: Legends of Idleon
cmd:vagabond123 wrote: ↑Fri Oct 18, 2024 11:08 pmIs there a way to reverse/reduce the max level of a talent? I accidentally used a book over the max lvl and want to bring it back to an actual obtainable level.
Code: Select all
chng bEngine.getGameAttribute.h("SkillLevelsMAX")[i]= N
You might want to repeat this on every character if the talent is Star Talent because that is account-wide
can use list talent command to find which talent you have the problem with, it goes like;
Order | Id | Name
0 | 0 | HEALTH_BOOSTER
-
- What is cheating?
- Posts: 3
- Joined: Wed May 22, 2024 5:37 am
- Reputation: 0
Re: Legends of Idleon
Thanks, appreciate the response!Gizzmy wrote: ↑Sat Oct 19, 2024 1:15 pmcmd:vagabond123 wrote: ↑Fri Oct 18, 2024 11:08 pmIs there a way to reverse/reduce the max level of a talent? I accidentally used a book over the max lvl and want to bring it back to an actual obtainable level.where "i" is the talent order ID (not the actual talent ID) and "N" is the value of that max talent level.Code: Select all
chng bEngine.getGameAttribute.h("SkillLevelsMAX")[i]= N
You might want to repeat this on every character if the talent is Star Talent because that is account-wide
can use list talent command to find which talent you have the problem with, it goes like;
Order | Id | Name
0 | 0 | HEALTH_BOOSTER
I tried this command and received the error:
Error: ReferenceError: err is not defined
at Object.<anonymous> (<anonymous>:1357:35)
at Object.cheat (<anonymous>:288:33)
at <anonymous>:1:7
Last edited by vagabond123 on Sat Oct 19, 2024 5:16 pm, edited 2 times in total.
Re: Legends of Idleon
oh woops im used to change the value directly with chrome debug so apparently you dont need .h in command, here's the renewed command;
Code: Select all
chng bEngine.getGameAttribute("SkillLevelsMAX")[i]=N
-
- What is cheating?
- Posts: 3
- Joined: Wed May 22, 2024 5:37 am
- Reputation: 0
Re: Legends of Idleon
Perfect thanks so much, I was just messing around with removing the .h in fact haha, I had tried in Chrome but I figure I was doing something wrong there as it didn't do much.Gizzmy wrote: ↑Sat Oct 19, 2024 5:12 pmoh woops im used to change the value directly with chrome debug so apparently you dont need .h in command, here's the renewed command;Code: Select all
chng bEngine.getGameAttribute("SkillLevelsMAX")[i]=N
Worked perfectly thank you.
Just wanted to mention, it did actually take the ID and not the Order of the skill.
Re: Legends of Idleon
I can't see anything obviously bad with what you've described so far, so here goes:Timaeria wrote: ↑Fri Oct 18, 2024 1:35 pmSorry if this has been asked before. I've tried searching through this thread, but the results turn up blank every single time.
I followed the steps of extracting the zip folder into my idleon directory, renaming the config file, and I went in and adjusted the chrome location path since mine is in a different spot, but every time I run ICF5, this is what my console looks like. It won't move past this point and I can't interact with it.
[Link]
Could someone assist me in getting this to work? I'm coming back to idleon after a two year hiatus, and would like to get caught up.
Do you have Nodejs installed?
Have you tried loading the injector with no/few startup cheats on?
Other troubleshooting: You have both a config.js and a config.custom.js, yes? And by extracting the zip into the directory I'm hoping you meant that injectcheatsF5.exe/etc files are in the same folder as legendsofidleon.exe and not at like '...\Legends of Idleon\injectCheatsF5', because the .exes need to be in the same folder.
Chrome location is set at the bottom of config.custom.js though, a rebuild shouldn't be needed then (unless AP changed in in main.js instead of config).onigiriman22 wrote: ↑Sat Oct 19, 2024 2:53 amAfter changing stuff in main.js (e.g. chrome location), make sure to recompile:
[...]
Who is online
Users browsing this forum: Bing [Bot], glaucocfg, sniperx287