sevenrosuport Posted August 12, 2012 Posted August 12, 2012 How can I remove the PNEUMA not to protect the dragon blowing. Quote
Ninja Posted August 17, 2012 Posted August 17, 2012 can you please ellaborate? what is dragon blowing in the first place? Quote
sevenrosuport Posted August 17, 2012 Author Posted August 17, 2012 In the case let me see how this one on the emulator. RK_DRAGONBREATH, Dragon Breath ability to Rune Knight Quote
Ninja Posted August 18, 2012 Posted August 18, 2012 Ok. So you want dragon breath be able to ignore pneuma? Isnt that already the case? Quote
sevenrosuport Posted August 18, 2012 Author Posted August 18, 2012 dragon breath ignore pneuma? yes Quote
Ninja Posted August 18, 2012 Posted August 18, 2012 (edited) Hi, tried and tested battle.c find if( ( sc->data[sC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG ) || sc->data[sC__MANHOLE] ) replace with if( ( sc->data[sC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG && skill_num != RK_DRAGONBREATH ) || sc->data[sC__MANHOLE] ) screenshot: *The solution above works. Hope this solves your request Edited August 18, 2012 by jezznar Quote
Question
sevenrosuport
How can I remove the PNEUMA not to protect the dragon blowing.
7 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.