I want to modify the damage of enchant blase to = (skillLvL/5)*int..
The code I used is :
( ( sc->data[sC_ENCHANTBLADE]->val1) / 5) * status_get_int(src)
But whenever i recompile the server, the damage is still the same with the original.. I edited this from battle.c, can someone help me?
The code I used is :
( ( sc->data[sC_ENCHANTBLADE]->val1) / 5) * status_get_int(src)
But whenever i recompile the server, the damage is still the same with the original.. I edited this from battle.c, can someone help me?