Jump to content
  • 0

Pneuma vs Charge&phantasmic arrow


ajaytrix

Question


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  03/29/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  03/29/12
  • Last Seen:  

Bump! Help please? :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  84
  • Reputation:   0
  • Joined:  03/29/12
  • Last Seen:  

Can someone please share their source mod of working phantasmic arrow/charge arrow  -- can knockback when inside pnuema. :D

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  59
  • Topics Per Day:  0.02
  • Content Count:  122
  • Reputation:   0
  • Joined:  06/08/14
  • Last Seen:  

following this up.. same problem...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  196
  • Reputation:   72
  • Joined:  12/12/11
  • Last Seen:  

check battle.c

find 

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...