diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-30 14:34:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-30 14:34:35 -0300 |
commit | 15e75f3b96e0e5e156b5511590f3d4d7d10d5912 (patch) | |
tree | 8167e0246b85d1a0985c4130b92c095171cba1d6 /npc/014-4 | |
parent | 97bc84d1f0d8aa72d965cbc8b6695d581ac90e09 (diff) | |
download | serverdata-15e75f3b96e0e5e156b5511590f3d4d7d10d5912.tar.gz serverdata-15e75f3b96e0e5e156b5511590f3d4d7d10d5912.tar.bz2 serverdata-15e75f3b96e0e5e156b5511590f3d4d7d10d5912.tar.xz serverdata-15e75f3b96e0e5e156b5511590f3d4d7d10d5912.zip |
Prototype for Kamelot Chests
The treasure chests are Iilia-level
Diffstat (limited to 'npc/014-4')
-rw-r--r-- | npc/014-4/kamelot.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index f6cf38488..c549741f9 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -20,7 +20,7 @@ // 16 - Magic Seal Broken // 32 - Boss cutscene seen (presumably, victory) // 64 - Boss defeated -// $KAMELOT_KEY [ guild_id ] = (bitmask) Keys and Lockpicks +// $KAMELOT_KEYMASK [ guild_id ] = (bitmask) Keys and Lockpicks // 1 - Treasure A (Boss Room key) // 2 - Treasure B // 4 - Treasure C @@ -42,7 +42,7 @@ // 65536 - Cell XII 38,27 // If more than 12 players, loop back -// $KAMELOT_KEYMASK [ guild_id ] = Which bit was assigned as the key +// $KAMELOT_KEY [ guild_id ] = Which bit was assigned as the key // $KAMELOT_COOLDOWN [ guild_id ] = Last attempt (weekly attempts) // KamelotCleanup(guildid) @@ -52,6 +52,7 @@ function script KamelotCleanup { $@KAMELOT_WAVE[.@g]=0; $KAMELOT_MX[.@g]=0; $KAMELOT_PC[.@g]=0; + $KAMELOT_KEY[.@g]=0; $KAMELOT_QUEST[.@g]=0; $KAMELOT_KEYMASK[.@g]=0; return; |