Hyoru Posted February 11, 2012 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: 17 hours ago 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 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 764 Reputation: 220 Joined: 11/14/11 Last Seen: November 19, 2020 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 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: 17 hours ago 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 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 122 Reputation: 11 Joined: 01/30/12 Last Seen: 17 hours ago 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...
Question
Hyoru
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
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.