PewN Posted March 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted March 6, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Yesterday at 11:27 AM Share Posted March 6, 2013 skill_num i think this variable is not defined in your functions ?? Quote Link to comment Share on other sites More sharing options...
PewN Posted March 6, 2013 Group: Members Topic Count: 209 Topics Per Day: 0.04 Content Count: 892 Reputation: 27 Joined: 12/09/11 Last Seen: April 16, 2016 Author Share 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 Link to comment Share on other sites More sharing options...
Question
PewN
what's wrong with this source?

Edited by TrojanWormLink to comment
Share on other sites
2 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.