diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-15 13:24:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-15 13:24:25 -0300 |
commit | 12fa226622a9ac3cfa4fa455fb27cca85cb8a6d2 (patch) | |
tree | 440923febc7779a062e639e58d541612c26d71e3 /npc/014-4/kamelot.txt | |
parent | 8da8efa2aa3ace1c88f0acd344f2be11e4994e2c (diff) | |
download | serverdata-12fa226622a9ac3cfa4fa455fb27cca85cb8a6d2.tar.gz serverdata-12fa226622a9ac3cfa4fa455fb27cca85cb8a6d2.tar.bz2 serverdata-12fa226622a9ac3cfa4fa455fb27cca85cb8a6d2.tar.xz serverdata-12fa226622a9ac3cfa4fa455fb27cca85cb8a6d2.zip |
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
Diffstat (limited to 'npc/014-4/kamelot.txt')
-rw-r--r-- | npc/014-4/kamelot.txt | 7 |
1 files changed, 3 insertions, 4 deletions
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 |