genival Posted October 14, 2017 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
0 crazyarashi Posted October 14, 2017 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
0 genival Posted October 14, 2017 Author 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
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 genival2 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.