diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:50:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:50:26 -0300 |
commit | 3dc0e0423bb17cd1a13830afc15e13521912d10c (patch) | |
tree | ca06397f143d70c26919db479f12d8be197bbada /npc/functions | |
parent | ec2d2fbae03b7436d05a98175aaf85576a155397 (diff) | |
download | serverdata-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')
-rw-r--r-- | npc/functions/hub.txt | 5 |
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; } |