varinha Posted July 23, 2016 Share Posted July 23, 2016 Hello, i try to find how nerf WZ_JUPITEL in the source/map/battle.c but i didn't find in anywhere it's possible nerf jupiter thunder damage? Thanks Quote Link to comment Share on other sites More sharing options...
0 nitrous Posted July 23, 2016 Share Posted July 23, 2016 (edited) If you want to change the matk ratio, you'll have to make a new case in the switch-case statement in battle_calc_magic_attack. For example case WZ_JUPITEL: skillratio -= 20; break; If you want to change the number of hits, edit db/skill_db.txt. Edited July 23, 2016 by Nitrous Quote Link to comment Share on other sites More sharing options...
0 varinha Posted July 23, 2016 Author Share Posted July 23, 2016 If you want to change the matk ratio, you'll have to make a new case in the switch-case statement in battle_calc_magic_attack. For example case WZ_JUPITEL: skillratio -= 20; break; If you want to change the number of hits, edit db/skill_db.txt. Worked here thanks man, but i change a little skillratio = skillratio / 2; =) Quote Link to comment Share on other sites More sharing options...
0 Technoken Posted July 23, 2016 Share Posted July 23, 2016 You can nerf it on db/skill_damage_db.txt so you wont mess with your src. Quote Link to comment Share on other sites More sharing options...
Hello, i try to find how nerf WZ_JUPITEL in the source/map/battle.c but i didn't find in anywhere
it's possible nerf jupiter thunder damage?
Thanks
Link to comment
Share on other sites