diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:47:25 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-21 14:47:25 -0300 |
commit | ec2d2fbae03b7436d05a98175aaf85576a155397 (patch) | |
tree | 2044471959027b22ee22554be0f170e1796c5bd3 /npc/functions/hub.txt | |
parent | 080992c4cd4f5d82d9c330256ad169c0f8a6013c (diff) | |
download | serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.tar.gz serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.tar.bz2 serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.tar.xz serverdata-ec2d2fbae03b7436d05a98175aaf85576a155397.zip |
halhiss now makes use of the new magical system
Diffstat (limited to 'npc/functions/hub.txt')
-rw-r--r-- | npc/functions/hub.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt index 50f22b33c..d6b597a42 100644 --- a/npc/functions/hub.txt +++ b/npc/functions/hub.txt @@ -205,6 +205,16 @@ function script HUB_SkillInvoke { case TMW2_LIMERIZER: SK_summon(any(GreenSlime,AzulSlime,RedSlime,AngryYellowSlime), 2, any(3,4)); break; + case TMW2_HALHISS: + .@mobId=Snake; + if (abizit() > 3 && + GHMEMO[GHQ_GetQuestIDByMonsterID(MountainSnake)] >= 10000 && + rand2(1,3) == 2) + { + .@mobId=MountainSnake; + } + SK_summon(.@mobId, 2, 4, any(3,4)); + break; } // Debug |