Renewal but Stats Calculation is Pre-Renewal

dhaisuke

New member
Messages
99
Points
0
Hi Guys where I can change the stats calculation for Renewal to become pre-renewal
my server 255/120 but the attack is to low, I want to change to Pre-Renewal of Stats Calculation only.
 

I don't want to change to full Pre-renewal features in renewal.h, because some  in renewal maps cant access in pre-renewal

 

 
in pc.c

search for 

#ifdef RENEWAL // renewal status point cost formula sp += (low < 100) ? (2 + (low - 1) / 10) : (16 + 4 * ((low - 100) / 5));#else sp += ( 1 + (low + 9) / 10 );#endif 
and change #ifdef to #ifndef and recompile!
 
Last edited by a moderator:
Hi Sir evilipucnker thank you for your reply.
 

but not the stat formula I want is to change the base attack and magic attack calculation

because in my server my level is 255 but my attack is only 300 but in renewal my attack is 900 also in magic defense

 

 
Back
Top