• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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