summaryrefslogtreecommitdiff
path: root/npc/003-1
diff options
context:
space:
mode:
Diffstat (limited to 'npc/003-1')
-rw-r--r--npc/003-1/lieutenantdausen.txt27
1 files changed, 23 insertions, 4 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt
index 9bdf8e89b..0080d8a18 100644
--- a/npc/003-1/lieutenantdausen.txt
+++ b/npc/003-1/lieutenantdausen.txt
@@ -172,28 +172,47 @@ OnTimer60000:
OnTimer120000:
areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 15);
- areamonster("003-1", 0, 0, 120, 155, ("Black Scorpion"), 1074, 3, "Lieutenant Dausen::OnBlackScorpion2Death");
+ areamonster("003-1", 0, 0, 120, 155, ("Black Scorpion"), 1074, 1, "Lieutenant Dausen::OnBlackScorpion2Death");
areamonster("003-1", 0, 0, 120, 155, ("Green Slime"), 1085, 10, "Lieutenant Dausen::OnGreenSlimeDeath");
areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath");
end;
OnTimer180000:
areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 25);
+ areamonster("003-1", 0, 0, 120, 155, ("Black Scorpion"), 1074, 1, "Lieutenant Dausen::OnBlackScorpion2Death");
areamonster("003-1", 0, 0, 120, 155, ("Candied Slime"), 1089, 10, "Lieutenant Dausen::OnCandiedSlimeDeath");
areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath");
end;
OnTimer240000:
- mapannounce("003-1", "##1The Monster King is getting tired of resistance!", bc_map);
areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 25);
+ areamonster("003-1", 0, 0, 120, 155, ("Black Scorpion"), 1074, 1, "Lieutenant Dausen::OnBlackScorpion2Death");
areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 2, "Lieutenant Dausen::OnManaGhostDeath");
end;
OnTimer300000:
- mapannounce("003-1", "##1The Monster King is withdrawing!", bc_map);
+ areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 5);
+ areamonster("003-1", 0, 0, 120, 155, ("Candied Slime"), 1089, 1, "Lieutenant Dausen::OnCandiedSlimeDeath");
+ areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 1, "Lieutenant Dausen::OnManaGhostDeath");
+ end;
+
+OnTimer360000:
+OnTimer420000:
+OnTimer480000:
+ areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 5);
+ end;
+
+OnTimer540000:
+ mapannounce("003-1", "##1The Monster King is getting tired of resistance!", bc_map);
+ areamonster("003-1", 0, 0, 120, 155, ("Slime Blast"), 1090, 5);
+ areamonster("003-1", 0, 0, 120, 155, ("Mana Ghost"), 1068, 1, "Lieutenant Dausen::OnManaGhostDeath");
+ end;
+
+OnTimer600000:
+ mapannounce("003-1", "##1The Monster King is preparing to withdraw!", bc_map);
end;
-OnTimer330000:
+OnTimer630000:
killmonsterall("003-1", 0);
killmonsterall("004-1", 0);
pvpoff("003-1");