Famous Posted September 10, 2012 Posted September 10, 2012 I would like to increase the attack of asura.. need a little help Quote
Emistry Posted September 10, 2012 Posted September 10, 2012 i think you can try edit this part... trunk/src/map/battle.c case MO_EXTREMITYFIST: { //Overflow check. [skotlex] unsigned int ratio = skillratio + 100*(8 + sstatus->sp/10); //You'd need something like 6K SP to reach this max, so should be fine for most purposes. if (ratio > 60000) ratio = 60000; //We leave some room here in case skillratio gets further increased. skillratio = (unsigned short)ratio; status_set_sp(src, 0, 0); } edit the value for skill formula.....edit the max ratio....etc...whatever you want to do with it... make sure you recompile after edit. Quote
Question
Famous
I would like to increase the attack of asura.. need a little help
1 answer 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.