From 2f11e1682f9306b7b7df1c26bf4f4ea47a78bc49 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Sat, 1 Dec 2012 12:11:07 +0100 Subject: Increased spawn rate of santa slimes They are now 3 times as high as before --- world/map/npc/019-1/mobmanager.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'world') diff --git a/world/map/npc/019-1/mobmanager.txt b/world/map/npc/019-1/mobmanager.txt index f47485af..d0d4e498 100644 --- a/world/map/npc/019-1/mobmanager.txt +++ b/world/map/npc/019-1/mobmanager.txt @@ -26,7 +26,7 @@ L_Spawn: set $@019_1_SANTASLIME_monster_number,$@019_1_SANTASLIME_monster_number+1; end; -OnTimer60000: +OnTimer20000: initnpctimer; set $@019_1_SANTASLIME_month,gettime(6); if (($@019_1_SANTASLIME_month == 12 || $@019_1_SANTASLIME_month == 1 || $@019_1_SANTASLIME_month == 2) && $@019_1_SANTASLIME_monster_number < $@019_1_SANTASLIME_MONSTER_MAX_NUMBER) goto L_Spawn; -- cgit v1.2.3-60-g2f50