PewN Posted March 6, 2013 Posted March 6, 2013 (edited) if( ( sc->data[SC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG && skill_num != RK_DRAGONBREATH ) || sc->data[SC__MANHOLE] ) { d->dmg_lv = ATK_BLOCK; return 0; } what's wrong with this source? Edited March 6, 2013 by TrojanWorm Quote
Emistry Posted March 6, 2013 Posted March 6, 2013 skill_num i think this variable is not defined in your functions ?? Quote
PewN Posted March 6, 2013 Author Posted March 6, 2013 skill_num i think this variable is not defined in your functions ?? problem solve ,, i change it to skill_id Quote
Question
PewN
what's wrong with this source?

Edited by TrojanWorm2 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.