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/042-0/arthur.txt | |
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/042-0/arthur.txt')
-rw-r--r-- | npc/042-0/arthur.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index f2a7e870b..de243b33d 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -75,7 +75,7 @@ L_Quest: $KAMELOT_QUEST[.@g]=1; $KAMELOT_MX[.@g]=getguildavg(.@g); $KAMELOT_PC[.@g]=$@guildmembercount; - $KAMELOT_KEYMASK[.@g]=any(1,2,4,8); + $KAMELOT_KEY[.@g]=any(1,2,4,8); if (!is_admin()) // FIXME: This should be unconditional $KAMELOT_COOLDOWN[.@g] = gettimeparam(GETTIME_WEEKDAY); mapannounce(getmap(), "##1KAMELOT CASTLE, GUILD DUNGEON: MISSION START!", bc_map); @@ -343,7 +343,7 @@ L_Hint: next; guinevereSpawn(3); mesn; - switch ($KAMELOT_KEYMASK[.@g]) { + switch ($KAMELOT_KEY[.@g]) { case 1: .@path$=l("West"); break; case 2: @@ -353,7 +353,7 @@ L_Hint: case 8: .@path$=l("East"); break; default: - .@path$=l("ERROR, REPORT ME: Invalid: %d", $KAMELOT_KEYMASK[.@g]); break; + .@path$=l("ERROR, REPORT ME: Invalid: %d", $KAMELOT_KEY[.@g]); break; } mesq l("The key is on the sewer %s path. Be careful. May the light be with you.", b(.@path$)); if ($KAMELOT_QUEST[.@g] & 2) |