Page 38 of 58

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 3:11 am
by abolfazlb87
hi I open all cosmetic items using those 2 step ways that first was to unlock and then for it to survive but in that thing there is something that doesnt survives the restart. the first thing is gauntlet that it just doesnt save even with those IL code changing. the second is pet every time you change even from city to dessert the pet will disapear you have to go back to customize and assign the pet again. if anyone has a way for it plz tell me. every thing else is ok but this two are not surviving.

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 3:25 am
by Bophamet
Ghost19 wrote:
Thu Apr 15, 2021 12:56 am
Is there anyway to make the daily base mission (which give Guardian Exp) unlimited? I tried the way that funog1 showed in some previous pages but look like it doesn't work. So anyone know how?
i actually used funog1s method and it worked you must be doing something wrong

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 3:26 am
by Bophamet
also is there anyway to unlock desktop art?

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 9:32 am
by haixia
Bophamet wrote:
Thu Apr 15, 2021 3:26 am
also is there anyway to unlock desktop art?
get them thru epic crates some from battle pass and race to 1 million

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 9:40 am
by haixia
abolfazlb87 wrote:
Thu Apr 15, 2021 3:11 am
hi I open all cosmetic items using those 2 step ways that first was to unlock and then for it to survive but in that thing there is something that doesnt survives the restart. the first thing is gauntlet that it just doesnt save even with those IL code changing. the second is pet every time you change even from city to dessert the pet will disapear you have to go back to customize and assign the pet again. if anyone has a way for it plz tell me. every thing else is ok but this two are not surviving.
check that code in analyze again especially that gauntlet nop them from call steaminit to those 2.
in my case i try again with fresh file, and no prob. with pet. doesn't need to go customize every time map change.

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 9:50 am
by haixia
PPT.150 wrote:
Wed Apr 14, 2021 8:39 pm
haixia wrote:
Wed Mar 31, 2021 1:44 pm
free open storage
under StorageInteractive.HintDone look for if (SteamInit.LDAPIAEDEBI) change that or just delete don't forget to delete the debug.log
Hi Folks!

Tried to unlock the storage without success. I delete the entire IF for !SteamInit.LDAPIAEDEBI just keeping NewUI_WindowManager.instance.CreateNewWindowResource("Storage"); but got stuck in the starting loading. Anyone can help me please? THANKS SO MUCH!!! :)´

EDIT: Just checked the first AssemblyCSharpDLL.rar from Neqsil and into StorageInteractive.HintDone it's pretty much that same as mine. Think I messed up the file LOL as the game never load
errr i'm speechless.
well that gonna be look like

Code: Select all

if (xxxxxxxxxxx == 0)
			{
			if (SteamInit.zzzzzzzzzzz)
change that if (SteamInit.zzzzzzzzzzz) to if (xxxxxxxxxxx == 5)

have u tried to start the game with fresh file nonedited...

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 10:36 am
by abolfazlb87
Bophamet wrote:
Thu Apr 15, 2021 3:26 am
also is there anyway to unlock desktop art?
yes there is i dont remember it completely but i think you need to go into newui_desktopartitem and from there in "init" and "updatestate"
put the value of this.lock.setactive to false
this.isLock = false;
this.Lock.SetActive(false);

Re: League of Maidens Cheat Tutorial

Posted: Thu Apr 15, 2021 1:08 pm
by Ghost19
Bophamet wrote:
Thu Apr 15, 2021 3:25 am
Ghost19 wrote:
Thu Apr 15, 2021 12:56 am
Is there anyway to make the daily base mission (which give Guardian Exp) unlimited? I tried the way that funog1 showed in some previous pages but look like it doesn't work. So anyone know how?
i actually used funog1s method and it worked you must be doing something wrong
So you have to change
‘’QuestStageManager.instance.AddProgress(QuestTrigger.CMAOPMLOMOM.MissionFinish_num, 1, 0, false);’’
to
‘’QuestStageManager.instance.AddProgress(QuestTrigger.CMAOPMLOMOM.MissionFinish_num, 0, 0, false);’’
Right? I changed. But what do you do after that?

Edit: It worked. Sorry, just because I already completed the daily base quests before edited that so that's why.

Re: League of Maidens Cheat Tutorial

Posted: Fri Apr 16, 2021 1:07 am
by cramz49
Did you guys manage to unlock the fairy wings, the old method unlocks all the other stuff but not the fairy wings. :c

Re: League of Maidens Cheat Tutorial

Posted: Fri Apr 16, 2021 5:46 am
by abolfazlb87
cramz49 wrote:
Fri Apr 16, 2021 1:07 am
Did you guys manage to unlock the fairy wings, the old method unlocks all the other stuff but not the fairy wings. :c
i used the old method and it is open. i use that IL changing method

Re: League of Maidens Cheat Tutorial

Posted: Fri Apr 16, 2021 6:09 am
by Diperph
cramz49 wrote:
Fri Apr 16, 2021 1:07 am
Did you guys manage to unlock the fairy wings, the old method unlocks all the other stuff but not the fairy wings. :c
did you use the old csharp.dll?

Re: League of Maidens Cheat Tutorial

Posted: Fri Apr 16, 2021 2:06 pm
by cramz49
Diperph wrote:
Fri Apr 16, 2021 6:09 am
cramz49 wrote:
Fri Apr 16, 2021 1:07 am
Did you guys manage to unlock the fairy wings, the old method unlocks all the other stuff but not the fairy wings. :c
did you use the old csharp.dll?
I did not use the old one I make a new one and re do all the stuff.

Re: League of Maidens Cheat Tutorial

Posted: Fri Apr 16, 2021 2:06 pm
by cramz49
abolfazlb87 wrote:
Fri Apr 16, 2021 5:46 am
cramz49 wrote:
Fri Apr 16, 2021 1:07 am
Did you guys manage to unlock the fairy wings, the old method unlocks all the other stuff but not the fairy wings. :c
i used the old method and it is open. i use that IL changing method
Can I see ur Assembly for the unlocking I just wanna double check I might miss something?

Re: League of Maidens Cheat Tutorial

Posted: Fri Apr 16, 2021 2:32 pm
by haixia
cramz49 wrote:
Fri Apr 16, 2021 2:06 pm
abolfazlb87 wrote:
Fri Apr 16, 2021 5:46 am
cramz49 wrote:
Fri Apr 16, 2021 1:07 am
Did you guys manage to unlock the fairy wings, the old method unlocks all the other stuff but not the fairy wings. :c
i used the old method and it is open. i use that IL changing method
Can I see ur Assembly for the unlocking I just wanna double check I might miss something?
possibly u miss the updated file...

Re: League of Maidens Cheat Tutorial

Posted: Fri Apr 16, 2021 2:55 pm
by cramz49
haixia wrote:
Fri Apr 16, 2021 2:32 pm
cramz49 wrote:
Fri Apr 16, 2021 2:06 pm
abolfazlb87 wrote:
Fri Apr 16, 2021 5:46 am

i used the old method and it is open. i use that IL changing method
Can I see ur Assembly for the unlocking I just wanna double check I might miss something?
possibly u miss the updated file...
Is that in NEW_CC_Item still?