Oraios Posted October 6, 2013 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 60 Reputation: 1 Joined: 11/06/12 Last Seen: December 16, 2016 Share Posted October 6, 2013 (edited) I want that Soul Breaker doesnt bypass Pneuma... So I write that in battle.c but it doesnt work... Can someone help me please? : if( ( sc->data[sC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG && skill_id != ASC_BREAKER ) || sc->data[sC__MANHOLE] ) { Thank you very much and sorry for my bad english! Edited October 7, 2013 by Capuche Change the title Quote Link to comment Share on other sites More sharing options...
TiMz Posted October 10, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share Posted October 10, 2013 I'm using pre-re, I also want to know how to make Soul Destroyer miss against pneuma and reverse tatami just like before. Seems like the skill was changed after the updates. Quote Link to comment Share on other sites More sharing options...
Question
Oraios
I want that Soul Breaker doesnt bypass Pneuma...
So I write that in battle.c but it doesnt work... Can someone help me please?
:
if( ( sc->data[sC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG && skill_id != ASC_BREAKER ) || sc->data[sC__MANHOLE] ) {
Thank you very much and sorry for my bad english!
Edited by Capuche
Change the title
Link to comment
Share on other sites
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.