Jump to content
  • 0
Sign in to follow this  
yllainne

How to remove Cooldown Asura when Body relo is used?

Question

4 answers to this question

Recommended Posts

  • 0

In src/map/skill.c, find:

case MO_BODYRELOCATION:			if (unit->movepos(src, x, y, 1, 1)) {	#if PACKETVER >= 20111005				clif->snap(src, src->x, src->y);	#else				clif->skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick);	#endif				if (sd)					skill->blockpc_start (sd, MO_EXTREMITYFIST, 2000, false);			}			break;

 

Remove:

				if (sd)					skill->blockpc_start (sd, MO_EXTREMITYFIST, 2000, false);

 

And recompile.

Edited by Mikado

Share this post


Link to post
Share on other sites
  • 0

In src/map/skill.c, find:

case MO_BODYRELOCATION:			if (unit->movepos(src, x, y, 1, 1)) {	#if PACKETVER >= 20111005				clif->snap(src, src->x, src->y);	#else				clif->skill_poseffect(src,skill_id,skill_lv,src->x,src->y,tick);	#endif				if (sd)					skill->blockpc_start (sd, MO_EXTREMITYFIST, 2000, false);			}			break;

 

Remove:

				if (sd)					skill->blockpc_start (sd, MO_EXTREMITYFIST, 2000, false);

 

And recompile.

sir can i ask how to set while using body reloc the cool down of asura  will start to cool donw again and again . every time you use body reloc. . becoz my body reloc here is every time u use body reloc. it only give 1 cool down then u can use body =asura bam

Share this post


Link to post
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.   Restore formatting

  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.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.