From cd71949def7c2c9b86991b92f4462136671757a3 Mon Sep 17 00:00:00 2001 From: wushin Date: Wed, 25 Dec 2013 09:08:06 -0600 Subject: Annual Xmas Event --- world/map/npc/annuals/fathertime.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 world/map/npc/annuals/fathertime.txt (limited to 'world/map/npc/annuals/fathertime.txt') 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; +} -- cgit v1.2.3-60-g2f50