From 9877fd4ad81120af8e63e96d5d429092014dc017 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 7 Jul 2021 20:34:27 -0300 Subject: Remove all Legacy files --- world/map/npc/annuals/fathertime.txt | 18 ------------------ 1 file changed, 18 deletions(-) delete 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 deleted file mode 100644 index 29406f63..00000000 --- a/world/map/npc/annuals/fathertime.txt +++ /dev/null @@ -1,18 +0,0 @@ -// Annual Timer -// One timer to check to enable all holiday events -017-9,26,28,0|script|#HolidayConfig|32767 -{ - end; - -OnInit: - if (debug >= 2) end; - donpcevent strnpcinfo(0) + "::OnTimer20000"; - end; - -OnTimer20000: - donpcevent "#XmasConfig::OnCommandRestartQuest"; - donpcevent "#HalloweenConfig::OnCommandRestartQuest"; - donpcevent "Easter Eggs::OnCheckEaster"; - initnpctimer; - end; -} -- cgit v1.2.3-70-g09d2