The code for adjusting the box reward upon clearing an order doesnt work. Is there a mistake in the code or something?Gizzmy wrote: ↑Tue Oct 08, 2024 4:48 ambEngine.getGameAttribute("PostOfficeInfo")[3][0]=400,Daydreamer1291 wrote: ↑Mon Oct 07, 2024 3:09 pmThanks man, it worked perfectly!!
Another question: Is there a way to maximize all Post Office Boxes? Or a code to give me enough boxes to max them out?
bEngine.getGameAttribute("PostOfficeInfo")[3][1]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][2]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][3]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][4]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][5]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][6]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][7]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][8]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][9]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][10]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][11]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][12]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][13]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][14]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][15]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][16]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][17]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][18]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][19]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][20]=100000,
bEngine.getGameAttribute("PostOfficeInfo")[3][21]=800,
bEngine.getGameAttribute("PostOfficeInfo")[3][22]=800,
bEngine.getGameAttribute("PostOfficeInfo")[3][23]=800
[3][20] is myriad box which require 100k box, [21]~[23] are gaming,sailing and divinity.
just make sure you have enough boxes to spent otherwise it will show up as negative number.
alternatively you can edit box reward upon clearing an order to give the boxes needed;
bEngine.getGameAttribute("PostOfficeInfo")[2][0][1]= #
where # is any number you want
Legends of Idleon
-
- Noobzor
- Posts: 8
- Joined: Mon Apr 29, 2024 12:55 pm
- Reputation: 0
Re: Legends of Idleon
Re: Legends of Idleon
that's weird, there's a space on my code. here's better one;Daydreamer1291 wrote: ↑Tue Oct 08, 2024 2:07 pmThe code for adjusting the box reward upon clearing an order doesnt work. Is there a mistake in the code or something?Gizzmy wrote: ↑Tue Oct 08, 2024 4:48 ambEngine.getGameAttribute("PostOfficeInfo")[3][0]=400,Daydreamer1291 wrote: ↑Mon Oct 07, 2024 3:09 pm
Thanks man, it worked perfectly!!
Another question: Is there a way to maximize all Post Office Boxes? Or a code to give me enough boxes to max them out?
bEngine.getGameAttribute("PostOfficeInfo")[3][1]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][2]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][3]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][4]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][5]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][6]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][7]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][8]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][9]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][10]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][11]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][12]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][13]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][14]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][15]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][16]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][17]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][18]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][19]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][20]=100000,
bEngine.getGameAttribute("PostOfficeInfo")[3][21]=800,
bEngine.getGameAttribute("PostOfficeInfo")[3][22]=800,
bEngine.getGameAttribute("PostOfficeInfo")[3][23]=800
[3][20] is myriad box which require 100k box, [21]~[23] are gaming,sailing and divinity.
just make sure you have enough boxes to spent otherwise it will show up as negative number.
alternatively you can edit box reward upon clearing an order to give the boxes needed;
bEngine.getGameAttribute("PostOfficeInfo")[2][0][1]= #
where # is any number you want
bEngine.getGameAttribute("PostOfficeInfo")[2][0][1]=200
Re: Legends of Idleon
bEngine.getGameAttribute("OptionsListAccount")[158]=#
# is portal number u desire, 91 is the current highest while most people are likely at 80~85
-
- Cheater
- Posts: 40
- Joined: Sat Aug 17, 2024 2:59 pm
- Reputation: 16
Re: Legends of Idleon
Granted you don't need to use this any longer if you just set all costs to 0 with the other cheats, but figured I'd give the info for posterity sake in case things change moving forward.HubinBubin wrote: ↑Thu Jul 11, 2024 8:34 amGuys, how change keychain stats?
Sometimes in limited shop we have keychain with stats higher when usual keychains can have at all. Like DR keychain instead 8+8, have 15+10
And also, someone know where check Hydrogen - Stamp Decreaser bonus? Can't find it in atoms / optionlist / optionlistaccount / stamps category
bEngine.getGameAttribute("OptionsListAccount")[134]=x
bEngine.getGameAttribute("OptionsListAccount")[154]=y
134 controls the number of days since the hydrogen bonus has been utilized. Your discount will be x * (bonus), capped at 90%. This stacks constantly and resets to 0 as soon as you utilize it (why it isn't immediately obvious when looking at the list).
154 controls the number of gilded stamp bonuses you have available.
You can make a simple cheat to constantly keep max stamp cost reductions if you so choose.
-
- Noobzor
- Posts: 8
- Joined: Mon Apr 29, 2024 12:55 pm
- Reputation: 0
Re: Legends of Idleon
Thanks, worked now!Gizzmy wrote: ↑Tue Oct 08, 2024 5:48 pmthat's weird, there's a space on my code. here's better one;Daydreamer1291 wrote: ↑Tue Oct 08, 2024 2:07 pmThe code for adjusting the box reward upon clearing an order doesnt work. Is there a mistake in the code or something?Gizzmy wrote: ↑Tue Oct 08, 2024 4:48 am
bEngine.getGameAttribute("PostOfficeInfo")[3][0]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][1]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][2]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][3]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][4]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][5]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][6]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][7]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][8]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][9]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][10]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][11]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][12]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][13]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][14]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][15]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][16]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][17]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][18]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][19]=400,
bEngine.getGameAttribute("PostOfficeInfo")[3][20]=100000,
bEngine.getGameAttribute("PostOfficeInfo")[3][21]=800,
bEngine.getGameAttribute("PostOfficeInfo")[3][22]=800,
bEngine.getGameAttribute("PostOfficeInfo")[3][23]=800
[3][20] is myriad box which require 100k box, [21]~[23] are gaming,sailing and divinity.
just make sure you have enough boxes to spent otherwise it will show up as negative number.
alternatively you can edit box reward upon clearing an order to give the boxes needed;
bEngine.getGameAttribute("PostOfficeInfo")[2][0][1]= #
where # is any number you want
bEngine.getGameAttribute("PostOfficeInfo")[2][0][1]=200
Is there a code for the equinox dreams? To complete the dreams? These damn Dungeon and Boss dreams are really annoying.
Re: Legends of Idleon
what's the easiest way to get level 101 dungeon book ?
Re: Legends of Idleon
Does anyone have the link where I can download the cheat please?
Re: Legends of Idleon
bEngine.getGameAttribute("WeeklyBoss").h.d_0=-1Daydreamer1291 wrote: ↑Tue Oct 08, 2024 2:07 pm
Is there a code for the equinox dreams? To complete the dreams? These damn Dungeon and Boss dreams are really annoying.
bEngine.getGameAttribute("WeeklyBoss").h.d_35=-1
note: dream 34 and 35 currently is the last 2 difficult challange to clear even for old players (100 kill each monster in killroy and 15 sneaking hat).
if you wish to know which array is for which dream you can try figure it out yourself with chrome debug at CustomList>Dream Challange.
just use bulk starttalents from the inject cheat
viewtopic.php?p=268697#p268697
Re: Legends of Idleon
bulk starttalents only gives level 100 books, but the max is 101Gizzmy wrote: ↑Wed Oct 09, 2024 11:32 pmbEngine.getGameAttribute("WeeklyBoss").h.d_0=-1Daydreamer1291 wrote: ↑Tue Oct 08, 2024 2:07 pm
Is there a code for the equinox dreams? To complete the dreams? These damn Dungeon and Boss dreams are really annoying.
bEngine.getGameAttribute("WeeklyBoss").h.d_35=-1
note: dream 34 and 35 currently is the last 2 difficult challange to clear even for old players (100 kill each monster in killroy and 15 sneaking hat).
if you wish to know which array is for which dream you can try figure it out yourself with chrome debug at CustomList>Dream Challange.
just use bulk starttalents from the inject cheat
viewtopic.php?p=268697#p268697
-
- What is cheating?
- Posts: 4
- Joined: Sun Oct 06, 2024 12:21 pm
- Reputation: 0
Re: Legends of Idleon
Has anyone made some commands for the farming system in W6? I'm not too good with going into debug so if anyone can share their cheats/config that has and what command I'd appreciate it. Thank you!
Also, maxed out VIP Books?
Also, maxed out VIP Books?
Re: Legends of Idleon
firstly, all dungeon books are maxed at 100, but if you insist of getting it do your own research here
viewtopic.php?p=199785#p199785
w6 cheats added by dreamx3 (dont forget to take a look at config.js and see if chrome debug is located to where you install it).lurkingforcheats wrote: ↑Thu Oct 10, 2024 3:51 pmHas anyone made some commands for the farming system in W6? I'm not too good with going into debug so if anyone can share their cheats/config that has and what command I'd appreciate it. Thank you!
Also, maxed out VIP Books?
viewtopic.php?p=339221#p339221
regarding max VIP books, i havent found any way to make the minimum lvl to be set the same as max. so as for now you can only do it with drop command which is:
Code: Select all
drop TalentBook1 3641299
3641299 //Tiptoe Quickness (Lvl 299)
3642299 //Ubercharged Health (Lvl 299)
3643299 //Coins for Charon (Lvl 299)
3644299 //American Tipper (Lvl 299)
3645299 //Overaccurate Crit (Lvl 299)
again full tutorial regarding talent books is linked above
-
- What is cheating?
- Posts: 4
- Joined: Sun Oct 06, 2024 12:21 pm
- Reputation: 0
Re: Legends of Idleon
This helped so much! Thank you!Gizzmy wrote: ↑Fri Oct 11, 2024 1:22 amfirstly, all dungeon books are maxed at 100, but if you insist of getting it do your own research here
viewtopic.php?p=199785#p199785
w6 cheats added by dreamx3 (dont forget to take a look at config.js and see if chrome debug is located to where you install it).lurkingforcheats wrote: ↑Thu Oct 10, 2024 3:51 pmHas anyone made some commands for the farming system in W6? I'm not too good with going into debug so if anyone can share their cheats/config that has and what command I'd appreciate it. Thank you!
Also, maxed out VIP Books?
viewtopic.php?p=339221#p339221
regarding max VIP books, i havent found any way to make the minimum lvl to be set the same as max. so as for now you can only do it with drop command which is:
first digit always 3, next 3 digit is book "Order", last 3 digit is the levelCode: Select all
drop TalentBook1 3641299
3641299 //Tiptoe Quickness (Lvl 299)
3642299 //Ubercharged Health (Lvl 299)
3643299 //Coins for Charon (Lvl 299)
3644299 //American Tipper (Lvl 299)
3645299 //Overaccurate Crit (Lvl 299)
again full tutorial regarding talent books is linked above
If I may ask, what's the risk of getting books overleveled from the expected max? Do they still have stats beyond or there's no point to doing that?
EDIT:
I meant to ask as well, is there a way to drop relics with stats? I tried the drop command and it drops it without the misc stats. If you can let me know how or direct me to the thread where it is and I can learn it from there. It's kinda challenging to search for stuff since the search thread function for me doesn't seem to work.
Re: Legends of Idleon
dreamx3 cheat has keychain drop to max roll. in order to edit misc stats you have to do it with chrome debuglurkingforcheats wrote: ↑Thu Oct 10, 2024 3:51 pmEDIT:
I meant to ask as well, is there a way to drop relics with stats? I tried the drop command and it drops it without the misc stats. If you can let me know how or direct me to the thread where it is and I can learn it from there. It's kinda challenging to search for stuff since the search thread function for me doesn't seem to work.
to make everything simple here's the code: MUST HAVE KEYCHAINS TO BE EQUIPPED
Code: Select all
bEngine.getGameAttribute("EquipmentMap")[0][9].h.UQ1txt="%_DROP_CHANCE",
bEngine.getGameAttribute("EquipmentMap")[0][9].h.UQ1val=15,
bEngine.getGameAttribute("EquipmentMap")[0][11].h.UQ2txt="%_DROP_CHANCE",
bEngine.getGameAttribute("EquipmentMap")[0][11].h.UQ2val=10
[0][11] : bottom keychain
UQ1txt : stats you want on your top keychain
UQ1val : misc stat value you want on your top keychain
(you should know whats UQ2txt and UQ2val do lol)
and most importantly these are legal misc keychain stats
Code: Select all
_BASE_DEFENCE
_ACCURACY
%_MOVEMENT_SPEED
_BASE_DAMAGE
%_CARD_DROP_CHANCE
%_MONEY
_STR
_AGI
_WIS
_LUK
%_DEFENCE
%_MINING_XP_GAIN
%_TOTAL_DAMAGE
%_DROP_CHANCE
%_BASIC_ATK_SPEED
%_CRIT_CHANCE
%_FISHING_XP_GAIN
%_XP_FROM_MONSTERS
%_MULTIKILL
%_DEFENCE
%_STR
%_AGI
%_WIS
%_LUK
%_ALL_STATS
%_ALL_AFK_GAIN
%_ALL_SKILL_SPEED
%_MOB_RESPAWN
Spoiler
you technically can put any modifier like MK per tier from godshard eq, you can just figure it out yourself:)
Re: Legends of Idleon
anyway after spending a couple of hours looking into the beautiful N.js code in VSCode.TalesofMercy wrote: ↑Fri Sep 27, 2024 7:47 pmHow can I turn on the summer break event bonuses (Golden Tome, Stamp Stack, Bubble Broth, and Equinox Enhancement?) in cheat engine?
[Link]
i am finally able to find Latest Summer Event Break Shop! (10th August 2024 - 26th August 2024)
FOR ANYONE WHO MISS OUT SOME OR EVEN ALL EVENT STUFF
or anyone who care enough to make it into a command cheat
first make sure you have enough Event Points if you dont have any;
Code: Select all
drop Quest89
Code: Select all
chng bEngine.getGameAttribute("OptionsListAccount")[310]=70
i really hate media embed here smh
As you can see on my current date i can access Event Shop also in W4 Town!
all you have to do is look into chromedebug and find >MenuType2:0 change it to 67
-
- What is cheating?
- Posts: 2
- Joined: Fri Oct 11, 2024 9:08 pm
- Reputation: 0
Re: Legends of Idleon
I've tried to skim the topic but was unable to find mention - I used CE to get my gaming snail level 25, but now it's soft locked (I accumulate envelopes but cannot spend them). I've been searching for a way using CE to identify the level 25 and correct it so that I can start using the envelopes again (as it sits, it's at 25 forever which isn't bad but I'd like to progress it further at some point).
Any thoughts/advice would be appreciated. First time poster but may continue to read these ~400 pages of ideas.
Any thoughts/advice would be appreciated. First time poster but may continue to read these ~400 pages of ideas.
Who is online
Users browsing this forum: coccocbot-web, please_no_touching, TumbleWeed