From 73ef19462d48c61807d7db9183e48be01be636e3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 14 Jan 2021 18:06:42 -0300 Subject: If 200 monsters exist at Fortress Island, only 30' Heartbeat will apply --- npc/025-1/ctrl.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/025-1/ctrl.c b/npc/025-1/ctrl.c index 50e7c23d6..be1d0d397 100644 --- a/npc/025-1/ctrl.c +++ b/npc/025-1/ctrl.c @@ -176,7 +176,8 @@ OnTimer15000: if ($FORTRESS_STATE) end; .@breach=($@FORTRESS_STATUE & 1024); - spawnCore(.@breach); + if (mobcount("025-1", "all") < 200) + spawnCore(.@breach); end; // Heartbeat (B2) -- cgit v1.2.3-70-g09d2