Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Help] De-Leveling / Level Down

Junior Spellweaver
Joined
Dec 28, 2015
Messages
169
Reaction score
0
Hello guys, im currently using cuvvie's file and Level down penalty doesnt work how could I fix this ?
 
Inactive
Joined
Jan 20, 2009
Messages
1,014
Reaction score
1,830
In: float CMover::SubDieDecExp( BOOL bTransfer, DWORD dwDestParam, BOOL bResurrection )

Find: bLvDown = FALSE;

Change To: bLvDown = TRUE;
 
Junior Spellweaver
Joined
Dec 28, 2015
Messages
169
Reaction score
0
In: float CMover::SubDieDecExp( BOOL bTransfer, DWORD dwDestParam, BOOL bResurrection )

Find: bLvDown = FALSE;

Change To: bLvDown = TRUE;
Thanks to this, ill update you if this works. =)



In: float CMover::SubDieDecExp( BOOL bTransfer, DWORD dwDestParam, BOOL bResurrection )

Find: bLvDown = FALSE;

Change To: bLvDown = TRUE;
Last question, where would I set when will it start to decrease EXP and level down ?
 
Back
Top