From c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 May 2020 04:55:21 -0300 Subject: Fix several tiny bugs and add some debug level to Jail On the first live test I'm doing --- npc/014-4/kamelot.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'npc/014-4') 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; -- cgit v1.2.3-70-g09d2