kamoteka Posted November 8, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 08/29/12 Last Seen: February 20, 2023 Share 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 Link to comment Share on other sites More sharing options...
Mystery Posted November 9, 2012 Group: Members Topic Count: 94 Topics Per Day: 0.02 Content Count: 2192 Reputation: 253 Joined: 11/11/11 Last Seen: June 24, 2020 Share 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 Link to comment Share on other sites More sharing options...
kamoteka Posted November 9, 2012 Group: Members Topic Count: 10 Topics Per Day: 0.00 Content Count: 31 Reputation: 0 Joined: 08/29/12 Last Seen: February 20, 2023 Author Share Posted November 9, 2012 ok i will try it now. thank you. WORKED, now i know where to reduce damage. THANK YOU! Quote Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.