diff options
Diffstat (limited to 'npc/014-4')
-rw-r--r-- | npc/014-4/kamelot.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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"), |