genival Posted October 14, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 10/19/13 Last Seen: June 18, 2018 Share Posted October 14, 2017 (edited) hello, how do I increase class damage? to power the most damage in spells for damage in attacks can anybody help me Edited October 14, 2017 by genival Quote Link to comment Share on other sites More sharing options...
0 crazyarashi Posted October 14, 2017 Group: Developer Topic Count: 50 Topics Per Day: 0.02 Content Count: 776 Reputation: 239 Joined: 02/11/17 Last Seen: 17 hours ago Share Posted October 14, 2017 you can edit the skill damage in src/map/battle.c dont forget to recompile after changing the damage calculation :)) case AS_SONICBLOW: skillratio += 300 + 40 * skill_lv; break; //to case AS_SONICBLOW: skillratio += 1000 + 100 * skill_lv; break; Quote Link to comment Share on other sites More sharing options...
0 genival Posted October 14, 2017 Group: Members Topic Count: 22 Topics Per Day: 0.01 Content Count: 46 Reputation: 0 Joined: 10/19/13 Last Seen: June 18, 2018 Author Share Posted October 14, 2017 25 minutes ago, crazyarashi said: Você pode editar o dano de habilidade em src / map / battle.c não se esqueça de recompilar depois de alterar o cálculo de dano :)) I'll test here Quote Link to comment Share on other sites More sharing options...
Question
genival
hello, how do I increase class damage?
to power the most damage in spells
for damage in attacks
can anybody help me
Edited by genivalLink 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.