Jump to content
  • 0

Pneuma vs Charge&phantasmic arrow


Question

Posted

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

Posted

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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...