summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals/fathertime.txt
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-10-11 11:20:24 -0500
committerwushin <pasekei@gmail.com>2014-10-19 16:13:03 -0500
commitd5501b061b6fb92643bb36c523bde62bcf7181bc (patch)
treea73c79607276e1902f6f47ee54f6a5ae9bc548dd /world/map/npc/annuals/fathertime.txt
parentffe40be3361652fc509291fa2f4c814554341957 (diff)
downloadserverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.gz
serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.bz2
serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.tar.xz
serverdata-d5501b061b6fb92643bb36c523bde62bcf7181bc.zip
Halloween Annual Base Commit
Diffstat (limited to 'world/map/npc/annuals/fathertime.txt')
-rw-r--r--world/map/npc/annuals/fathertime.txt22
1 files changed, 21 insertions, 1 deletions
diff --git a/world/map/npc/annuals/fathertime.txt b/world/map/npc/annuals/fathertime.txt
index 40af55ff..4d3cdf68 100644
--- a/world/map/npc/annuals/fathertime.txt
+++ b/world/map/npc/annuals/fathertime.txt
@@ -1,6 +1,5 @@
// Annual Timer
// One timer to check to enable all holiday events
-
017-9.gat,26,28,0|script|#HolidayConfig|-1,
{
end;
@@ -16,6 +15,27 @@ L_StartTimer:
OnTimer20000:
setnpctimer 0;
cmdothernpc "#XmasConfig", "RestartQuest";
+ cmdothernpc "#HalloweenConfig", "RestartQuest";
initnpctimer;
end;
}
+017-9.gat,31,24,0|script|HolidayDebug#1|105,
+{
+ if(getgmlevel() < 40)
+ goto L_End;
+
+ menu
+ "Xmas.", L_XmasDebug,
+ "Halloween.", L_HalloweenDebug;
+
+L_XmasDebug:
+ callfunc "XmasDebug";
+ goto L_End;
+
+L_HalloweenDebug:
+ callfunc "HalloweenDebug";
+ goto L_End;
+
+L_End:
+ end;
+}