Jump to content
  • 0
Sign in to follow this  
jpnazar

how to decrease this skills Rolling Cutter and Cross Ripper Slasher?

Question

how to decrease this skills Rolling Cutter and Cross Ripper Slasher?
battle.c
 

case GC_ROLLINGCUTTER:skillratio += -50 + 50 * skill_lv;RE_LVL_DMOD(100);break;case GC_CROSSRIPPERSLASHER:skillratio += 300 + 80 * skill_lv;RE_LVL_DMOD(100);if( sc && sc->data[SC_ROLLINGCUTTER] )skillratio += sc->data[SC_ROLLINGCUTTER]->val1 * sstatus->agi;break;

 

 

Share this post


Link to post
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.