League of Maidens Cheat Tutorial
Re: League of Maidens Cheat Tutorial
i just cant find that interim lvl xp for boost it ive been looking for days and still found nothing xD
Re: League of Maidens Cheat Tutorial
That stamina code is...yeesh. Not a jab at you DarKunor, it's just a lot of work when there is a much simpler method.
Lookup
and then find
and change it to
The same can be done to HP and MP
Lookup
PowerBarManager.Update
and then find
GlobalVar.MYSP = Mathf.Clamp(GlobalVar.MYSP, 0f, GlobalVar.MyMaxSP);
and change it to
GlobalVar.MYSP = GlobalVar.MyMaxSP;
The same can be done to HP and MP
You don't need it anymore interim levels are dead.
Re: League of Maidens Cheat Tutorial
well it still a playtime buff skill
Re: League of Maidens Cheat Tutorial
yeah I should have phrased that better, interim xp is dead. It seems time based now. I had a working xp hack in the last build. When I'm done rebuilding what I had, I plan on looking into the new buff system.
Re: League of Maidens Cheat Tutorial
well i can confirm you that its still link to xp
Re: League of Maidens Cheat Tutorial
when you got your first playtime skill buff in notice chat you got this :
SYSTEM: You have acquired the necessary XP to earn a Play Time Skill Buff. press the f1,f2,f3,f4 or f5 keys to buff your M1,M2,Q,E or R skills.
SYSTEM: You have acquired the necessary XP to earn a Play Time Skill Buff. press the f1,f2,f3,f4 or f5 keys to buff your M1,M2,Q,E or R skills.
Re: League of Maidens Cheat Tutorial
hm, thats weird. what are you changing your stats to? i make mine 9999, but when i load in the game im base stats.
edit: yeah i can't get my stats to go up. i might have messed up save my doing the prestige 20x? lol, if thats the case now i need to find out how to revert back to prestige 1 lol.
Last edited by iAmAce on Tue Mar 16, 2021 6:32 am, edited 1 time in total.
Re: League of Maidens Cheat Tutorial
do you change your stat trough globalvar or powerbarmanager?
Re: League of Maidens Cheat Tutorial
do an analyza on your "agility" then click on assign by and then double click powerbarmanager and go to line 352
Re: League of Maidens Cheat Tutorial
iAmAce would you like my current assembly? I'm still testing it and it doesn't have everything I want, but It currently has:
- A built in trainer [Enable/Disable with hotkeys]
- Lock HP (Bosses can still kill you through 1 hit mechanics)
- Lock MP
- Lock Stamina
- A variable damage multiplier
- Buying at no cost from vendors (coin/shards)
- Unlimited Boss Attempts
- Unlimited Daily Base Mission (Fast Guardian EXP)
- Fast Daily Base Mission (Only 1 floor before boss)
- 100% success rate on the Gear Forge
Re: League of Maidens Cheat Tutorial
i will do this, thanks.
edit: that worked perfectly, thank you!
Last edited by iAmAce on Tue Mar 16, 2021 6:47 am, edited 1 time in total.
Re: League of Maidens Cheat Tutorial
i do not know how to add assemblies to my file, i would love to use the 100% success rate. i want to try other characters as well and doing this to the gear will be awesome.funog1 wrote: ↑Tue Mar 16, 2021 6:39 amiAmAce would you like my current assembly? I'm still testing it and it doesn't have everything I want, but It currently has:
- A built in trainer [Enable/Disable with hotkeys]
- Lock HP (Bosses can still kill you through 1 hit mechanics)
- Lock MP
- Lock Stamina
- A variable damage multiplier
- Buying at no cost from vendors (coin/shards)
- Unlimited Boss Attempts
- Unlimited Daily Base Mission (Fast Guardian EXP)
- Fast Daily Base Mission (Only 1 floor before boss)
- 100% success rate on the Gear Forge
Re: League of Maidens Cheat Tutorial
You would just overwrite your Assembly-CSharp.dll with one I upload.
Re: League of Maidens Cheat Tutorial
So I've figured out the buff system. I looks like it uses both xp and time(nope). The xp required is
where MBEGLCLBAKL is the how many times you have leveled and expMut is a constant 1 for some reason.
So if you were open world killing at level 5 you would need (400 + (5*100)) *5) to get to level 6. But there is also a timer further down the line that won't let you level to fast.
More tomorrow, sleep now.
Edit: There is a timer but it's not tied to the actual level, just how often the buff congratulations pops up. My bad, guess I needed that sleep.
(400 + this.MBEGLCLBAKL * 100) * ((GlobalVar.OpenWorld || MissionControl.instance != null) ? 5 : 1) * this.expMut;
where MBEGLCLBAKL is the how many times you have leveled and expMut is a constant 1 for some reason.
So if you were open world killing at level 5 you would need (400 + (5*100)) *5) to get to level 6. But there is also a timer further down the line that won't let you level to fast.
More tomorrow, sleep now.
Edit: There is a timer but it's not tied to the actual level, just how often the buff congratulations pops up. My bad, guess I needed that sleep.
Last edited by funog1 on Tue Mar 16, 2021 6:35 pm, edited 2 times in total.
Who is online
Users browsing this forum: No registered users