Jump to content
  • 0
Sign in to follow this  
dhaisuke

Renewal but Stats Calculation is Pre-Renewal

Question

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

 

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

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!

Edited by evilpuncker

Share this post


Link to post
Share on other sites
  • 0

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

 

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.