sevenrosuport Posted August 12, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Share Posted August 12, 2012 How can I remove the PNEUMA not to protect the dragon blowing. Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted August 15, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted August 15, 2012 ?? Quote Link to comment Share on other sites More sharing options...
Ninja Posted August 17, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted August 17, 2012 can you please ellaborate? what is dragon blowing in the first place? Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted August 17, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share 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 Link to comment Share on other sites More sharing options...
Ninja Posted August 18, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share Posted August 18, 2012 Ok. So you want dragon breath be able to ignore pneuma? Isnt that already the case? Quote Link to comment Share on other sites More sharing options...
sevenrosuport Posted August 18, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted August 18, 2012 dragon breath ignore pneuma? yes Quote Link to comment Share on other sites More sharing options...
Ninja Posted August 18, 2012 Group: Members Topic Count: 54 Topics Per Day: 0.01 Content Count: 513 Reputation: 84 Joined: 08/11/12 Last Seen: July 4, 2024 Share 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 Link to comment Share on other sites More sharing options...
sevenrosuport Posted August 19, 2012 Group: Members Topic Count: 52 Topics Per Day: 0.01 Content Count: 142 Reputation: 1 Joined: 07/08/12 Last Seen: December 26, 2018 Author Share Posted August 19, 2012 Thanks, closes Quote Link to comment Share on other sites More sharing options...
Question
sevenrosuport
How can I remove the PNEUMA not to protect the dragon blowing.
Link to comment
Share on other sites
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.