Jump to content
  • 0

Backslide and High Jump failed/blocked when using closeconfine/trap/spiderweb


Question

6 answers to this question

Recommended Posts

  • 1
Posted

In High Jump try this and repeat in the others skills.

 

	case TK_HIGHJUMP:
	{
		int x, y, dir = unit_getdir(src);
		struct map_data* mapdata = &map[src->m];

		if (tsc->data[SC_SPIDERWEB] || tsc->data[SC_CLOSECONFINE] || tsc->data[SC_ANKLE]) {
			clif_skill_nodamage(src, bl, TK_HIGHJUMP, skill_lv, 1);
			break;
		}

 

  • Upvote 1
  • 1
Posted
	case NJ_SHADOWJUMP:
		if(sd->sc.data[SC_SPIDERWEB] || sd->sc.data[SC_CLOSECONFINE] || sd->sc.data[SC_ANKLE])
			break;
		if (map_getcell(src->m, x, y, CELL_CHKREACH) && skill_check_unit_movepos(5, src, x, y, 1, 0)) //You don't move on GVG grounds.
			clif_blown(src);
		status_change_end(src, SC_HIDING, INVALID_TIMER);
		break;

Try this in NJ_SHADOWJUMP ?

  • Upvote 1
  • 0
Posted (edited)
7 hours ago, EveeX said:

Better explain what you need to modify ^^

OH, sorry abt that im already done with body relocation,backslide,and charge attack

i am having a hard time with these

High jump,Flying side kick, and shadow jump will failed lock while using  close confine spider web and ankle snare



 

Edited by kalabasa

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...