Jump to content
  • 0

Request for OnTimer Warp NPC


Shogun

Question


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   4
  • Joined:  10/25/12
  • Last Seen:  

As topic above, I changed my KoE map to Castle and start everyday from 7PM to 8PM. I would like to request a Warper NPC to the castle that will only available from 7PM to 8PM everyday. Thanks in advance.

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  75
  • Topics Per Day:  0.02
  • Content Count:  2223
  • Reputation:   593
  • Joined:  10/26/11
  • Last Seen:  

prontera,155,180,0	script	WoE Warper	910,{
if (gettime(3) == 19) { // 7 PM
	warp "your_castle_map",x,y;
} else {
	mes "You can only use the WoE Warper between 7 PM and 8 PM.";
}
close;
}

Replace warp "your_castle_map",x,y; with the castle mapname and x,y where you want to warp them to.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  20
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   4
  • Joined:  10/25/12
  • Last Seen:  

Thank you admin :)

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