Kuya Jeo 120 Posted March 25, 2020 Im having problem with the Grand Cross, my items are full GC type but it seems there's something wrong with the damage output.. i got only 500 per hit... i found some GC Tyoe videos and damage is very high like 2k+ per hit using the item i used. i found this on battle.c ad.damage = battle->attr_fix(src, target, wd.damage + ad.damage, s_ele, tstatus->def_ele, tstatus->ele_lv) * (100 + 40*skill_lv);/100 then i change the (100 + 40*skill_lv)/100 to (300 + 100*skill_lv)/100 but damage is the same,. im running pre-renewal, Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted March 25, 2020 Fixed.. Adding skillratio damage on cr_grandcross to boost it.. anyway it really annoyed me about this skill formula.. Quote Share this post Link to post Share on other sites
Im having problem with the Grand Cross, my items are full GC type but it seems there's something wrong with the damage output.. i got only 500 per hit... i found some GC Tyoe videos and damage is very high like 2k+ per hit using the item i used.
i found this on battle.c
ad.damage = battle->attr_fix(src, target, wd.damage + ad.damage, s_ele, tstatus->def_ele, tstatus->ele_lv) * (100 + 40*skill_lv);/100
then i change the (100 + 40*skill_lv)/100 to (300 + 100*skill_lv)/100
but damage is the same,. im running pre-renewal,
Share this post
Link to post
Share on other sites