Jump to content
  • 0
Sign in to follow this  
ThyroDree

ifrit rings skill delay

Question

Help me how to remove ifrit rings skill delays? because normal attack stops after skills like SB(Sonic Blow)

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0

search for skill.c

 

			if (temp == AS_SONICBLOW)				pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

add // to disable

//			if (temp == AS_SONICBLOW)//				pc_stop_attack(sd); //Special case, Sonic Blow autospell should stop the player attacking.

then recompile.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

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