From ec21266463e6b1a2ef76bb4d99903cfebabacdd9 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 18 May 2020 08:18:36 -0300 Subject: 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. --- npc/014-4/kamelot.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'npc/014-4') 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)) { -- cgit v1.2.3-60-g2f50