Jump to content
  • 0

delay when hit update.


kalabasa

Question


  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

i found this and still working

https://github.com/cydh/rathena-wiki/blob/master/%40go_delay_when_hit.md

can someone remove the delay when being hit by monsters and when after using any kind of skills

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  19
  • Topics Per Day:  0.00
  • Content Count:  292
  • Reputation:   46
  • Joined:  10/30/12
  • Last Seen:  

Change this; 5000 means 5second:

int warpgodelaycd = 5000; //This is the delay in milliseconds you can set what ever delay you want

and this message :

clif_displaymessage(fd,"There is a 5 seconds delay in using @go command");

 

Sorry I can’t put it on code box because I’m reply from my mobile. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  123
  • Topics Per Day:  0.05
  • Content Count:  478
  • Reputation:   14
  • Joined:  11/30/17
  • Last Seen:  

Yeah seems perfectly working for me i just want to remove the delay when being hit by monsters and when using skills. the delay will only apply lets say when being hit by players.

Link to comment
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.   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...