Jump to content
  • 0

Will this work?


BigBurrito

Question


  • Group:  Members
  • Topic Count:  44
  • Topics Per Day:  0.02
  • Content Count:  114
  • Reputation:   5
  • Joined:  07/16/16
  • Last Seen:  

/*find on skill.c
if (skill_id == SA_ABRACADABRA || skill_id == WM_RANDOMIZESPELL)
		return 0; //Will use picked skill's delay.

and adding this?*/


if (skill_id == TK_HIGHJUMP && map_flag_gvg(bl->m)) // does it have to be (bl->m) or (src->m)?
{
	time *= 1000;
	}

I want to add delay to the High Jump on WoE maps. I know skill should've been disable better, but it is enable and I want to know if this would work before trying it. Thanks in Advance. 

 

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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