Yoona Posted May 28, 2013 Group: Members Topic Count: 153 Topics Per Day: 0.03 Content Count: 567 Reputation: 18 Joined: 04/15/13 Last Seen: April 21, 2016 Share Posted May 28, 2013 im using this version Revision 17337 some of the skills are not working perfectly, like harmonize for Minstrel instead of +25all stats it gives -25allstats can someone help me how to change it? thanks. Quote Link to comment Share on other sites More sharing options...
Jarek Posted May 29, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 143 Reputation: 30 Joined: 12/23/11 Last Seen: March 9 Share Posted May 29, 2013 status.c if(sc->data[SC_HARMONIZE]) { str -= sc->data[SC_HARMONIZE]->val2; return (unsigned short)cap_value(str,0,USHRT_MAX); } if(sc->data[SC_HARMONIZE]) { agi -= sc->data[SC_HARMONIZE]->val2; return (unsigned short)cap_value(agi,0,USHRT_MAX); }etcChange "-=" to "+=" Quote Link to comment Share on other sites More sharing options...
Question
Yoona
im using this version Revision 17337
some of the skills are not working perfectly, like harmonize for Minstrel instead of +25all stats it gives -25allstats can someone help me how to change it? thanks.
Link to comment
Share on other sites
1 answer 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.