summaryrefslogtreecommitdiff
path: root/npc/functions/hub.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-10-21 14:50:26 -0300
committerJesusaves <cpntb1@ymail.com>2019-10-21 14:50:26 -0300
commit3dc0e0423bb17cd1a13830afc15e13521912d10c (patch)
treeca06397f143d70c26919db479f12d8be197bbada /npc/functions/hub.txt
parentec2d2fbae03b7436d05a98175aaf85576a155397 (diff)
downloadserverdata-3dc0e0423bb17cd1a13830afc15e13521912d10c.tar.gz
serverdata-3dc0e0423bb17cd1a13830afc15e13521912d10c.tar.bz2
serverdata-3dc0e0423bb17cd1a13830afc15e13521912d10c.tar.xz
serverdata-3dc0e0423bb17cd1a13830afc15e13521912d10c.zip
Kalwurf used a cooldown based on abizit; Now it uses the new magic system
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r--npc/functions/hub.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index d6b597a42..027c04887 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -213,7 +213,10 @@ function script HUB_SkillInvoke {
{
.@mobId=MountainSnake;
}
- SK_summon(.@mobId, 2, 4, any(3,4));
+ SK_summon(.@mobId, 4, any(3,4));
+ break;
+ case TMW2_KALWURF:
+ SK_summon(Wolvern, 4, any(3,4));
break;
}