From 0a84d3f6dd2e90844218dc5be862137b1e089be5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 8 Jun 2020 15:41:44 -0300 Subject: Zarkor was so simplified over time, that it can now be declared in hub.txt Instead of being declared in its own file --- npc/functions/hub.txt | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'npc/functions') diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index e621246ce..2ff91352a 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -306,11 +306,12 @@ function script HUB_SkillInvoke { case TMW2_PARUM: SK_parum(); break; - // Highly complex summons + // Summons which never fail case TMW2_ZARKOR: - SK_zarkor(); + SummonMagic(@skillId, CaveMaggot, 2, @skillLv); + GetManaExp(@skillId, 1); break; - // Less complex summons + // Summons which may fail case TMW2_KALMURK: SK_summon(Maggot, 2, any(1,2)); break; -- cgit v1.2.3-60-g2f50