From b676c9500e036b0a87b81d99e20c93891f31b7fd Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Wed, 20 May 2020 10:24:46 -0300 Subject: Well, @Kolchak wanted a Nilfheim skill. Here we go; But it is not available yet (Magic Academy doesn't even have indoors.) --- npc/027-1/colin.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'npc/027-1/colin.txt') diff --git a/npc/027-1/colin.txt b/npc/027-1/colin.txt index 9f3c2b36c..ace850ce8 100644 --- a/npc/027-1/colin.txt +++ b/npc/027-1/colin.txt @@ -33,6 +33,7 @@ l("Fire Walk"), SO_FIREWALK, l("Frost Nova"), WZ_FROSTNOVA, rif(getskilllv(MG_SOULSTRIKE), l("Lightining Bolt")), MG_LIGHTNINGBOLT, + //l("Nilfheim"), TMW2_NILFHEIM, rif(countitem(GemPowder), l("Exchange Gempowder for Quill")), -1, l("Cancel"), 0; mes ""; @@ -75,6 +76,10 @@ if (!mlearn(MG_LIGHTNINGBOLT, 4, 1, Quill, 1)) mesc l("You do not meet all requisites for this skill."), 1; break; + case TMW2_NILFHEIM: + if (!mlearn(TMW2_NILFHEIM, 1, 5, Quill, 1)) + mesc l("You do not meet all requisites for this skill."), 1; + break; default: if (@menuret) Exception("ERROR skill not implemented", RB_DEFAULT|RB_SPEECH); -- cgit v1.2.3-60-g2f50