From ef7f78a3a5d24b8ba13ff52c7a39866dc165a94e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Feb 2020 12:26:22 -0300 Subject: Deprecate @sk-frozenheart as well --- npc/functions/hub.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index fbb024f10..d82f19d6a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -250,6 +250,14 @@ function script HUB_SkillInvoke { } SK_summon(.@mobId, 4, any(3,4)); break; + case TMW2_FROZENHEART: + .@mobId=Moggun; + if (rand2(6,12) < (abizit()*2)+1) + { + .@mobId=Yeti; + } + SK_summon(.@mobId, 4, any(3,4)); + break; case TMW2_STONEHEART: .@mobId=Terranite; if (rand2(9,12) < (abizit()*2)+1 && -- cgit v1.2.3-70-g09d2