Oraios Posted October 6, 2013 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
TiMz Posted October 10, 2013 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
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
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.