diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-02 04:55:21 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-02 04:55:21 -0300 |
commit | c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065 (patch) | |
tree | bf81e547451514a3cab88891f74a0dbafd206c27 /npc/014-4 | |
parent | 78a36343504d42a6af3d5421ead1b1448fa737e0 (diff) | |
download | serverdata-c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065.tar.gz serverdata-c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065.tar.bz2 serverdata-c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065.tar.xz serverdata-c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065.zip |
Fix several tiny bugs and add some debug level to Jail
On the first live test I'm doing
Diffstat (limited to 'npc/014-4')
-rw-r--r-- | npc/014-4/kamelot.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index d5c7ec05d..4cd584b19 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -123,7 +123,7 @@ OnDebug: l("Quest - Skip Krukan fight"), l("Quest - Find all Keys"), l("Quest - Unlock Boss Room"), - "", + l("Quest - Mark as Completed"), "", l("Warp - Jump to Entrance"), // 10 l("Warp - Jump to Weapon Room"), @@ -141,6 +141,9 @@ OnDebug: KamelotCleanup(.@g); break; // We now order from bottom-up + case 8: + $KAMELOT_QUEST[.@g]=$KAMELOT_QUEST[.@g]|64; + mes "WARNING: Quest concluded"; case 7: $KAMELOT_QUEST[.@g]=$KAMELOT_QUEST[.@g]|8; $KAMELOT_QUEST[.@g]=$KAMELOT_QUEST[.@g]|16; |