summaryrefslogtreecommitdiff
path: root/npc/082-3/poppet.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/082-3/poppet.txt')
-rw-r--r--npc/082-3/poppet.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/npc/082-3/poppet.txt b/npc/082-3/poppet.txt
index 29091ba9..ea6a6fa6 100644
--- a/npc/082-3/poppet.txt
+++ b/npc/082-3/poppet.txt
@@ -138,8 +138,9 @@ OnTimer600000: // 10.0 min (final)
mapannounce "082-3", "Warning : ##1##BFINAL WAVE##b##0", 0;
//OnTimer540000: // 9.0 min
OnTimer450000: // 7.5 min
-OnTimer360000: // 6.0 min
-OnTimer240000: // 4.0 min
+//OnTimer360000: // 6.0 min
+OnTimer300000: // 5.0 min
+//OnTimer240000: // 4.0 min
OnTimer120000: // 2.0 min
maptimer("082-3", 10, "Poppet::OnTick");
OnTimer1000: // Initial wave
@@ -242,6 +243,8 @@ function spawn {
areamonster("082-3", 55, 50, 134, 128, strmobinfo(1, .@mob), .@mob, max(1, .@amo/2));
// Global
areamonster("082-3", 20, 20, 180, 180, strmobinfo(1, GreenSlime), GreenSlime, 1 + (.diff * getmapusers("082-3") / 2));
+ // Make the monster deployment gradual, players will notice script order
+ sleep(1000);
return;
}