Yoona Posted May 28, 2013 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
Jarek Posted May 29, 2013 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
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.
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.