kamoteka Posted November 8, 2012 Posted November 8, 2012 I want to reduce damage of some certain skills on my server but it doesnt work. i tried this method http://rathena.org/board/topic/62238-manage-skill-damage-20/ but it doesnt change the damage. Quote
Mystery Posted November 9, 2012 Posted November 9, 2012 If that version doesn't work, go to your battle.c and find skills and change their damage formulas manually. For example, Bash: case SM_BASH: case MS_BASH: skillratio += 30*skill_lv; break; I can easily change 30 to 10 or 5 to lower its damage output. Quote
kamoteka Posted November 9, 2012 Author Posted November 9, 2012 ok i will try it now. thank you. WORKED, now i know where to reduce damage. THANK YOU! Quote
Question
kamoteka
I want to reduce damage of some certain skills on my server but it doesnt work. i tried this method http://rathena.org/board/topic/62238-manage-skill-damage-20/ but it doesnt change the damage.
2 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.