summaryrefslogtreecommitdiff
path: root/npc/042-2
diff options
context:
space:
mode:
Diffstat (limited to 'npc/042-2')
-rw-r--r--npc/042-2/boss.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/042-2/boss.txt b/npc/042-2/boss.txt
index 75fcfe1b0..0f8367035 100644
--- a/npc/042-2/boss.txt
+++ b/npc/042-2/boss.txt
@@ -22,6 +22,7 @@ OnTouch:
end;
OnArrival:
+ debugmes "Arrival detected";
.@g=getcharid(2);
if (.@g < 1)
percentheal -100, -100;
@@ -31,6 +32,7 @@ OnArrival:
end;
$@KAMELOT_WAVE[.@g]+=1;
initnpctimer;
+ debugmes "Timer Started";
//if ($@KAMELOT_WAVE == 0)
// goto OnKillMob;
// TODO: Fire dialog
@@ -38,6 +40,14 @@ OnArrival:
// ...
end;
+OnEmergency:
+ initnpctimer;
+ end;
+
+OnEmergency2:
+ dispbottom instance_npcname("#KDoor0422", $@KAMELOT_ID[.@g]);
+ end;
+
OnTimer1000:
.@m$=instance_mapname("042-2");
mapannounce .@m$, "??? : What's this? Why do I hear a commotion up there??", 0;