Hey does somebody know how to reduce the effectivness of the skill Zangetsu? The effect is to hight it increases the attack and matk by over 100% and i want to reduce it to 20% or something like this.
Code below:
case KO_IZAYOI:
case OB_ZANGETSU:
case KG_KYOMU:
case KG_KAGEMUSYA:
clif_skill_nodamage(src,bl,skillid,skilllv,
sc_start(bl,type,100,skilllv,skill_get_time(skillid,skilllv)));
clif_skill_damage(src,bl,tick, status_get_amotion(src), 0, -30000, 1, skillid, skilllv, 6);
break;
Question
bimbi
Hey does somebody know how to reduce the effectivness of the skill Zangetsu? The effect is to hight it increases the attack and matk by over 100% and i want to reduce it to 20% or something like this.
Code below:
Edited by bimbi6 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.