summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2025-02-15 00:18:57 +0100
committerFedja Beader <fedja@protonmail.ch>2025-02-15 00:18:57 +0100
commit2c8edc6179ceb58dee2bcaef07aa9deaf6cdad61 (patch)
treeab42c85b2f9f59a58a5e4322f7fdcf4091833d71 /npc
parent7309d82d847b3670f7a8dff842a252bc9218b905 (diff)
downloadserverdata-kamelot_gates_are_not_shut.tar.gz
serverdata-kamelot_gates_are_not_shut.tar.bz2
serverdata-kamelot_gates_are_not_shut.tar.xz
serverdata-kamelot_gates_are_not_shut.zip
I dont think setting $KAMELOT_COOLDOWN in aurora code is necessarykamelot_gates_are_not_shut
Diffstat (limited to 'npc')
-rw-r--r--npc/014-4/kamelot.txt2
-rw-r--r--npc/functions/aurora.txt1
2 files changed, 1 insertions, 2 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt
index 6b2548026..1b1b3fa05 100644
--- a/npc/014-4/kamelot.txt
+++ b/npc/014-4/kamelot.txt
@@ -31,7 +31,7 @@
// $KAMELOT_KEY [ guild_id ] = Which bit was assigned as the key
// $KAMELOT_PASSCODE [ guild_id ] = A bitmask of passcode to use the key
-// $KAMELOT_COOLDOWN [ guild_id ] = Last attempt (weekly attempts)
+// $KAMELOT_COOLDOWN [ guild_id ] = Weekday of last attempt (weekly attempts)
// KamelotCleanup(guildid)
function script KamelotCleanup {
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 761b30430..3879cfbf3 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -321,7 +321,6 @@ function script FYE_Kamelot {
return true;
// Begin
- $KAMELOT_COOLDOWN[.@g] = ($KAMELOT_COOLDOWN[.@g] ? 1 : 0);
$@FYE_KAMELOT[.@g] = gettimeparam(GETTIME_DAYOFMONTH);
mesc l("Have fun!");
next;