Jarek Posted June 2, 2013 Posted June 2, 2013 http://rathena.org/board/topic/62238-manage-skill-damage-21/ Quote
Jaburak Posted June 2, 2013 Posted June 2, 2013 trunk/src/map/battle.c Find: case MO_EXTREMITYFIST: skillratio += 100*(7 + sstatus->sp/10); skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection break; Quote
LatSo Posted June 3, 2013 Author Posted June 3, 2013 trunk/src/map/battle.c Find: case MO_EXTREMITYFIST: skillratio += 100*(7 + sstatus->sp/10); skillratio = min(500000,skillratio); //We stop at roughly 50k SP for overflow protection break; Anakid thans for that Quote
Zeiyan Posted July 16, 2013 Posted July 16, 2013 How about reducing the bonus damage of EDP given on Asura strike? Champ with level 3 EDP that gives 300% bonus damage: gives 150 or 200% bonus damage to asura strike but gives 300% to other skills and normal attacks. Quote
Question
LatSo
How to reduce Asura Strike's damage?
4 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.