summaryrefslogtreecommitdiff
path: root/npc/014-4
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-05-18 08:18:36 -0300
committerJesusaves <cpntb1@ymail.com>2020-05-18 08:18:36 -0300
commitec21266463e6b1a2ef76bb4d99903cfebabacdd9 (patch)
treecade2649a4f83e347ede292ca5455a1019900000 /npc/014-4
parent677113d9eda0586138d86e1579f34af1df6a3ff0 (diff)
downloadserverdata-ec21266463e6b1a2ef76bb4d99903cfebabacdd9.tar.gz
serverdata-ec21266463e6b1a2ef76bb4d99903cfebabacdd9.tar.bz2
serverdata-ec21266463e6b1a2ef76bb4d99903cfebabacdd9.tar.xz
serverdata-ec21266463e6b1a2ef76bb4d99903cfebabacdd9.zip
Fix Kamelot Event.
Also, a good news: Catch the Golden Fish core worked! \o/ PS. Don't do server restarts at Mondays. Well, you can. But previous Aurora Event will be dismissed.
Diffstat (limited to 'npc/014-4')
-rw-r--r--npc/014-4/kamelot.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt
index 760b609a8..090ad6501 100644
--- a/npc/014-4/kamelot.txt
+++ b/npc/014-4/kamelot.txt
@@ -61,16 +61,17 @@ OnTouch:
end;
}
- // Aurora Event Framework Handler
- if ($EVENT$ == "Kamelot") {
- FYE_Kamelot();
- }
-
// Save your GID for reference
.@g=getcharid(2);
// Quest already started
if ($KAMELOT_QUEST[.@g] & 1) {
+
+ // Aurora Event Framework Handler
+ if ($EVENT$ == "Kamelot") {
+ FYE_Kamelot();
+ }
+
// Quest started but Cooldown expired
// Needs to cleanup - wipe all variables
if ($KAMELOT_COOLDOWN[.@g] < gettimeparam(GETTIME_WEEKDAY)) {