Hyoru Posted February 11, 2012 Share Posted February 11, 2012 (edited) Hi, someone know how i can raise the atk of the skill Aura Blade of LK? Edited February 11, 2012 by Hyoru Quote Link to comment Share on other sites More sharing options...
Kenpachi Posted February 12, 2012 Share Posted February 12, 2012 ../src/map/battle.c //Post skill/vit reduction damage increases if( sc && skill_num != LK_SPIRALPIERCE && skill_num != ML_SPIRALPIERCE ) { //SC skill damages if(sc->data[sC_AURABLADE]) ATK_ADD(20*sc->data[sC_AURABLADE]->val1); } sc->data[sC_AURABLADE]->val1 is the used skill level. 1 Quote Link to comment Share on other sites More sharing options...
Hyoru Posted February 12, 2012 Author Share Posted February 12, 2012 Thanks a lot! Quote Link to comment Share on other sites More sharing options...
Hyoru Posted February 18, 2012 Author Share Posted February 18, 2012 ei, I changed ATK_ADD(20*sc->data to ATK_ADD(80*sc->data but there's no effect :x Quote Link to comment Share on other sites More sharing options...
Hi, someone know how i can raise the atk of the skill Aura Blade of LK?
Edited by HyoruLink to comment
Share on other sites