Jump to content

  •  

Photo

How to remove Cooldown Asura when Body relo is used?


  • Please log in to reply
4 replies to this topic

#1 yllainne

yllainne

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 22 September 2013 - 09:38 AM

Please help me get the cooldown from asura when i use Body relocation skill thanks in advance



#2 Mikado

Mikado

    Member

  • Members
  • PipPip
  • 26 posts

Posted 22 September 2013 - 04:06 PM

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, 22 September 2013 - 04:08 PM.


#3 yllainne

yllainne

    Newbie

  • Members
  • Pip
  • 4 posts

Posted 22 September 2013 - 04:59 PM

thank you soo much .. for helping =) more power



#4 gee001

gee001

    Newbie

  • Members
  • Pip
  • 9 posts

Posted 22 September 2013 - 05:05 PM

sir how about editing the aftercast delay of asura combo. except for skill.conf. 

and how to reduce damage of skill? mainly asura?

 

thanks in advance.



#5 redclub00

redclub00

    Newbie

  • Members
  • Pip
  • 3 posts
  • Github:redclub00

Posted 15 December 2016 - 01:34 AM

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






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 54 user(s)