summaryrefslogtreecommitdiff
path: root/npc/functions/event.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-15 13:24:25 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-15 13:24:25 -0300
commit12fa226622a9ac3cfa4fa455fb27cca85cb8a6d2 (patch)
tree440923febc7779a062e639e58d541612c26d71e3 /npc/functions/event.txt
parent8da8efa2aa3ace1c88f0acd344f2be11e4994e2c (diff)
downloadserverdata-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/functions/event.txt')
-rw-r--r--npc/functions/event.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt
index 1ca0c8a81..6c38bd1f4 100644
--- a/npc/functions/event.txt
+++ b/npc/functions/event.txt
@@ -321,9 +321,9 @@ OnClock0000:
// continue...
}
- // TODO: Trigger event framework
+ // Trigger event framework
if (.@dofy)
- debugmes "\033[1mFY event is set to happen...";
+ FYNewEvent();
else
debugmes "\033[1mAnother event is scheduled!";
}