summaryrefslogtreecommitdiff
path: root/npc/099-5/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/099-5/boss.txt')
-rw-r--r--npc/099-5/boss.txt26
1 files changed, 0 insertions, 26 deletions
diff --git a/npc/099-5/boss.txt b/npc/099-5/boss.txt
index 4442f943..9ee67a09 100644
--- a/npc/099-5/boss.txt
+++ b/npc/099-5/boss.txt
@@ -427,19 +427,6 @@ OnPrologue4:
areatimer 0, "099-4", 20, 20, 75, 75, 10, "#TMWFinalExam::OnMTMusicOn";
end;
-OnRubberBat:
- if ($@DD5_STATUS != 3)
- end;
- areamonster getmapname(), getx()-5, gety()-5, getx()+5, gety()+5, "", VoidBat, rand(1,2), "#TMWFinalExam::OnKillWeak";
- addtimer 10, "Zax De'Kagen#0::OnAdjustBat";
- end;
-
-OnPickledBeets:
- if ($@DD5_STATUS != 3)
- end;
- addtimer 10, "Zax De'Kagen#0::OnAdjustBeets";
- end;
-
OnWarmedUp0:
stopnpctimer;
$@DD5_STATUS = 4;
@@ -1468,11 +1455,6 @@ OnTimer50000:
OnEnable:
initnpctimer;
end;
-OnAdjustSweet:
- if ($@DD5_STATUS != 5)
- end;
- setnpctimer min(49000, getnpctimer(0)-rand(2500,5000));
- end;
OnDisable:
stopnpctimer;
end;
@@ -1506,14 +1488,6 @@ OnTimer90000:
donpcevent "#TMWFinalExam::OnBlissOblivion";
end;
-OnAdjustBat:
- if (getnpctimer(0) < 18000)
- setnpctimer max(17000, getnpctimer(0)+rand(1000,2500));
- end;
-OnAdjustBeets:
- if (getnpctimer(0) > 18000)
- setnpctimer min(18000, getnpctimer(0)-rand(3000,5000));
- end;
OnAdjustPotion:
if ($@DD5_STATUS != 7)
end;