From 2a95736f4c723791b9b49653811adf6d552348d0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 22 Mar 2021 09:13:23 -0300 Subject: Enforce a 15~30 seconds respawn time for Kaizei region. This is global, not per-mob --- npc/029-0/mobs.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/npc/029-0/mobs.txt b/npc/029-0/mobs.txt index 3dce22d29..20d69e376 100644 --- a/npc/029-0/mobs.txt +++ b/npc/029-0/mobs.txt @@ -227,6 +227,8 @@ function SFreset { $FIRESOFSTEAM_CD=gettimetick(2)+10800; return 2; } else { + mapannounce(.@m$, "Map cleared!", 0); + sleep(rand2(15000, 30000)); return 1; } } else if (.@m % 25 == 0) { -- cgit v1.2.3-60-g2f50