ajaytrix Posted September 1, 2013 Posted September 1, 2013 I'm using pre-renewal. Trunk: 17404 Pneuma states that: It is therefore possible to use Arrow Repel to knock a player out of a Pneuma and into harm's way. http://irowiki.org/wiki/Pneuma It's not working on my server. I just need to knock a player out of pneuma using charge arrow and phantasmic arrow, but no damage will be done, just the 'knockback'. I don't know where to edit this. Please help me. Thank you so much! Quote
ajaytrix Posted September 11, 2013 Author Posted September 11, 2013 Can someone please share their source mod of working phantasmic arrow/charge arrow -- can knockback when inside pnuema. Quote
Napster Posted August 11, 2014 Posted August 11, 2014 check battle.cfind if( sc->data[SC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG ) { edit to if( sc->data[SC_PNEUMA] && (flag&(BF_MAGIC|BF_LONG)) == BF_LONG ) { d->dmg_lv = ATK_BLOCK; skill_blown(src,bl,skill_get_blewcount(skill_id,skill_lv),-1,0); return 0; } and recompile server again Quote
Question
ajaytrix
I'm using pre-renewal.
Trunk: 17404
Pneuma states that: It is therefore possible to use Arrow Repel to knock a player out of a Pneuma and into harm's way.
http://irowiki.org/wiki/Pneuma
It's not working on my server.
I just need to knock a player out of pneuma using charge arrow and phantasmic arrow, but no damage will be done, just the 'knockback'.
I don't know where to edit this. Please help me.
Thank you so much!
5 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.