diff options
Diffstat (limited to 'npc/014-4/kamelot.txt')
-rw-r--r-- | npc/014-4/kamelot.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 700d52829..426dafabc 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -21,7 +21,21 @@ // 2 - Treasure B // 4 - Treasure C // 8 - Treasure D - // 16 - Weapon Room Key + // Do we ever need to store the data below? + // 16 - Weapon Room Key X,Y door is 2Y below + // 32 - Cell I 33,135 + // 64 - Cell II 84,127 + // 128 - Cell III 41,119 + // 256 - Cell IV 74,107 + // 512 - Cell V 36,96 + // 1024 - Cell VI 57,84 + // 2048 - Cell VII 79,63 + // 4096 - Cell VIII 43,67 + // 8192 - Cell IX 24,67 + // 16384 - Cell X 86,22 + // 32768 - Cell XI 59,49 + // 65536 - Cell XII 38,27 + // If more than 12 players, loop back // $KAMELOT_KEYMASK [ guild_id ] = Which bit was assigned as the key // $KAMELOT_COOLDOWN [ guild_id ] = Last attempt (weekly attempts) |