From 12fa226622a9ac3cfa4fa455fb27cca85cb8a6d2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 15 May 2020 13:24:25 -0300 Subject: Aurora Event Framework initial commit. Every 12 weeks, Kamelot Season will begin. During Kamelot Season, the dungeon may be challenged daily! However, a minimum cooldown of 6 hours must be respected. WARNING: THIS RELEASES KAMELOT TO PUBLIC/STABLE --- npc/014-4/kamelot.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'npc/014-4') diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 5ec2b9bd7..760b609a8 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -61,10 +61,9 @@ OnTouch: end; } - // XXX STATUS: STAGING - FINAL TESTING XXX - if ($EVENT$ != "Kamelot") { - dispbottom l("Kamelot Castle gates are closed; Please wait for the GM Team announcements."); - end; + // Aurora Event Framework Handler + if ($EVENT$ == "Kamelot") { + FYE_Kamelot(); } // Save your GID for reference -- cgit v1.2.3-70-g09d2