summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2013-12-25 09:08:06 -0600
committerwushin <pasekei@gmail.com>2013-12-26 08:27:31 -0600
commitcd71949def7c2c9b86991b92f4462136671757a3 (patch)
tree1122db272deff33e017afd9011e6c92ffd3eea59 /world/map/npc/annuals/fathertime.txt
parent91498af8d7e3f347ef5bcc3a9b1dc7d91d52fd61 (diff)
downloadserverdata-cd71949def7c2c9b86991b92f4462136671757a3.tar.gz
serverdata-cd71949def7c2c9b86991b92f4462136671757a3.tar.bz2
serverdata-cd71949def7c2c9b86991b92f4462136671757a3.tar.xz
serverdata-cd71949def7c2c9b86991b92f4462136671757a3.zip
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;
+}