diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-02 05:26:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-02 05:26:52 -0300 |
commit | c06fef53740752129f66b9a243503f79d31845ad (patch) | |
tree | b2dd820100289a29c26eac295a36395de4354696 /npc/014-4/kamelot.txt | |
parent | c53d1cfb3d94fb364ceaa123359e5ac7a4b9d065 (diff) | |
download | serverdata-c06fef53740752129f66b9a243503f79d31845ad.tar.gz serverdata-c06fef53740752129f66b9a243503f79d31845ad.tar.bz2 serverdata-c06fef53740752129f66b9a243503f79d31845ad.tar.xz serverdata-c06fef53740752129f66b9a243503f79d31845ad.zip |
A simple bug
Diffstat (limited to 'npc/014-4/kamelot.txt')
-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"), |