summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/014-4/kamelot.txt1
-rw-r--r--npc/042-2/boss.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt
index 090ad6501..0eb4f7045 100644
--- a/npc/014-4/kamelot.txt
+++ b/npc/014-4/kamelot.txt
@@ -130,6 +130,7 @@ OnDebug:
mes "";
mesf "Keys: %d", $KAMELOT_KEYMASK[.@g];
mesf "Quest: %d", $KAMELOT_QUEST[.@g];
+ mesf "Wave: %d", $@KAMELOT_WAVE[.@g];
mes "";
mesf "Maze Password: %d", $KAMELOT_PASSCODE[.@g];
mesf "Maze Status: %d", $KAMELOT_PASSMASK[.@g];
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt
index d5ae725d0..785805320 100644
--- a/npc/042-2/boss.txt
+++ b/npc/042-2/boss.txt
@@ -33,7 +33,7 @@ OnArrival:
if (getmap() != "042-2@"+.@g)
end;
//debugmes $@KAMELOT_WAVE[.@g];
- if ($@KAMELOT_WAVE[.@g] > 3)
+ if ($@KAMELOT_WAVE[.@g] > 10)
end;
$@KAMELOT_WAVE[.@g]=100;
setd("$@GTEMP_PC_"+.@m$, $KAMELOT_PC[.@g]);