dreinor 5 Posted March 6, 2015 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? Quote Share this post Link to post Share on other sites
0 dreinor 5 Posted March 7, 2015 already found the problem, nvm.. Quote Share this post Link to post Share on other sites
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?
Share this post
Link to post
Share on other sites