Grand Cross Problem

Kuya Jeo

New member
Messages
596
Points
0
Emulator
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,

 
Fixed..

Adding skillratio damage on cr_grandcross to boost it.. anyway it really annoyed me about this skill formula..

 
Back
Top