summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2013-12-26 07:57:21 -0800
committerwushin <pasekei@gmail.com>2013-12-26 07:57:21 -0800
commit06c8dd894939d096bc75f3b1c298cf310be7e5fe (patch)
tree1122db272deff33e017afd9011e6c92ffd3eea59 /world/map/npc/annuals/fathertime.txt
parent91498af8d7e3f347ef5bcc3a9b1dc7d91d52fd61 (diff)
parentcd71949def7c2c9b86991b92f4462136671757a3 (diff)
downloadserverdata-06c8dd894939d096bc75f3b1c298cf310be7e5fe.tar.gz
serverdata-06c8dd894939d096bc75f3b1c298cf310be7e5fe.tar.bz2
serverdata-06c8dd894939d096bc75f3b1c298cf310be7e5fe.tar.xz
serverdata-06c8dd894939d096bc75f3b1c298cf310be7e5fe.zip
Merge pull request #62 from wushin/Xmas-Annual
Annual Xmas Event
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r--world/map/npc/annuals/fathertime.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt
new file mode 100644
index 00000000..54541d69
--- /dev/null
+++ b/world/map/npc/annuals/fathertime.txt
@@ -0,0 +1,19 @@
+// Annual Timer
+// One timer to check to enable all holiday events
+
+botcheck.gat,26,28,0|script|#HolidayConfig|-1,
+{
+OnInit:
+ goto L_StartTimer;
+
+L_StartTimer:
+ setnpctimer 0;
+ initnpctimer;
+ end;
+
+OnTimer20000:
+ setnpctimer 0;
+ cmdothernpc "#XmasConfig", "RestartQuest";
+ initnpctimer;
+ end;
+}