Enchant blade Damage

dreinor

New member
Messages
54
Points
0
Github
dreinor
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?

 
already found the problem, nvm..
default_biggrin.png


 
Back
Top