Shogun Posted November 9, 2012 Posted November 9, 2012 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. Quote
Brian Posted November 9, 2012 Posted November 9, 2012 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. Quote
Question
Shogun
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.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.