From c06fef53740752129f66b9a243503f79d31845ad Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 2 May 2020 05:26:52 -0300 Subject: A simple bug --- npc/014-4/kamelot.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/014-4') diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 4cd584b19..254c83bb2 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -44,6 +44,9 @@ function script KamelotCleanup { $KAMELOT_KEYMASK[.@g]=0; $KAMELOT_PASSCODE[.@g]=0; $KAMELOT_PASSMASK[.@g]=0; + // TODO: Instance Destroy? D: + // And it couldn't be ran from Arthur? D: + // Timers keep running and previous attempts leave artifacts D: return; } @@ -111,10 +114,15 @@ OnDebug: if (.@g < 1) end; mes "Kamelot Debug"; mesf "Guild: %d", .@g; + mes ""; mesf "Keys: %d", $KAMELOT_KEYMASK[.@g]; mesf "Quest: %d", $KAMELOT_QUEST[.@g]; + mes ""; mesf "Maze Password: %d", $KAMELOT_PASSCODE[.@g]; mesf "Maze Status: %d", $KAMELOT_PASSMASK[.@g]; + mes ""; + mesf "Guild Power: %d", $KAMELOT_MX[.@g]; + mesf "Guild Count: %d", $KAMELOT_PC[.@g]; select l("Abort"), l("Reset"), -- cgit v1.2.3-60-g2f50