ajaytrix Posted September 1, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 84 Reputation: 0 Joined: 03/29/12 Last Seen: February 15, 2017 Share 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 Link to comment Share on other sites More sharing options...
ajaytrix Posted September 4, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 84 Reputation: 0 Joined: 03/29/12 Last Seen: February 15, 2017 Author Share Posted September 4, 2013 Bump! Help please? Quote Link to comment Share on other sites More sharing options...
ajaytrix Posted September 11, 2013 Group: Members Topic Count: 30 Topics Per Day: 0.01 Content Count: 84 Reputation: 0 Joined: 03/29/12 Last Seen: February 15, 2017 Author Share Posted September 11, 2013 Can someone please share their source mod of working phantasmic arrow/charge arrow -- can knockback when inside pnuema. Quote Link to comment Share on other sites More sharing options...
nesotomayor Posted August 6, 2014 Group: Members Topic Count: 59 Topics Per Day: 0.01 Content Count: 122 Reputation: 0 Joined: 06/08/14 Last Seen: October 2, 2014 Share Posted August 6, 2014 following this up.. same problem... Quote Link to comment Share on other sites More sharing options...
vijay30393 Posted August 11, 2014 Group: Members Topic Count: 35 Topics Per Day: 0.01 Content Count: 114 Reputation: 0 Joined: 05/10/12 Last Seen: April 18, 2020 Share Posted August 11, 2014 same Dump? Quote Link to comment Share on other sites More sharing options...
Napster Posted August 11, 2014 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 196 Reputation: 72 Joined: 12/12/11 Last Seen: November 6, 2016 Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.