From aa1c7840d41771ab4d95bd397b0e8dcb5b945e13 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Tue, 13 Jul 2021 22:42:50 -0300 Subject: Remove item manipulation from Doomsday, except for Mana Potion. --- npc/099-5/boss.txt | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'npc/099-5/boss.txt') 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; -- cgit v1.2.3-60-g2f50