hello all, i was try to edit my cart cannon skill damage with this formula (on below ) but the damage deal only 3-7k.
before i edit the damage is only 3-5k to.
so how do i increase the damage significantly? upto 20k-50k i think
case GN_CARTCANNON:
// ATK [{( Cart Remodeling Skill Level x 500 ) x ( INT x 100 )} + ( Cart Cannon Skill Level x 600 )] %
skillratio += 1000 + 6000 * skill_lv + ((sd) ? pc_checkskill(sd, GN_REMODELING_CART) : 1) * 50000 * status_get_int(src) / 4;
break;
and can some1 teach me how to make formula for a new skill, like the damage will be increase by skill level + depend our INT + depend enemy vit and def
Question
hershel7777
hello all, i was try to edit my cart cannon skill damage with this formula (on below ) but the damage deal only 3-7k.
before i edit the damage is only 3-5k to.
so how do i increase the damage significantly? upto 20k-50k i think
case GN_CARTCANNON:
// ATK [{( Cart Remodeling Skill Level x 500 ) x ( INT x 100 )} + ( Cart Cannon Skill Level x 600 )] %
skillratio += 1000 + 6000 * skill_lv + ((sd) ? pc_checkskill(sd, GN_REMODELING_CART) : 1) * 50000 * status_get_int(src) / 4;
break;
and can some1 teach me how to make formula for a new skill, like the damage will be increase by skill level + depend our INT + depend enemy vit and def
Edited by hershel77771 answer 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.