Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×
  • 0

requesting for adding delay in talking to npc


Enoch

Question


  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  81
  • Reputation:   0
  • Joined:  10/21/19
  • Last Seen:  

you have wait 5~10 secs to talk in npc 

sample healer, warper you always have to wait 5~10secs to talk again 

Edited by Enoch
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   10
  • Joined:  08/02/18
  • Last Seen:  

If it's the healing npc that is in rathena-master\npc\custom, just go to 20:

.@Delay = 0; // Heal delay, in seconds

In case it isn't. Show me your.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  34
  • Topics Per Day:  0.02
  • Content Count:  81
  • Reputation:   0
  • Joined:  10/21/19
  • Last Seen:  

2 hours ago, Mahiro said:

If it's the healing npc that is in rathena-master\npc\custom, just go to 20:

.@Delay = 0; // Heal delay, in seconds

In case it isn't. Show me your.

not working i tried to put this in healer and warper  

 

        set .@Delay,2;    // Heal delay, in seconds

        if (@HD > gettimetick(2)) end;
 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  66
  • Reputation:   10
  • Joined:  08/02/18
  • Last Seen:  

2 hours ago, Enoch said:

not working i tried to put this in healer and warper  

 

        set .@Delay,2;    // Heal delay, in seconds

        if (@HD > gettimetick(2)) end;
 

Show the complete code the way it is there. Here it works fine.

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