Rage Guy Posted June 4, 2013 Posted June 4, 2013 I want make asura like its normal 100% i want make it 110% Quote
Jaburak Posted June 4, 2013 Posted June 4, 2013 trunk/src/map/battle.c case MO_EXTREMITYFIST: skillratio += 100*(8 + sstatus->sp/10); skillratio = min(550000,skillratio); //We stop at roughly 50k SP for overflow protection break; Quote
Rage Guy Posted June 4, 2013 Author Posted June 4, 2013 Change what? change what to make it more stronger Quote
Jaburak Posted June 4, 2013 Posted June 4, 2013 Find: case MO_EXTREMITYFIST: skillratio += 100*(7 + sstatus->sp/10); skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection break; Change to: case MO_EXTREMITYFIST: skillratio += 100*(8 + sstatus->sp/10); skillratio = min(550000,skillratio); //We stop at roughly 50k SP for overflow protection break; Quote
Question
Rage Guy
I want make asura like its normal
100%
i want make it 110%
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.