summaryrefslogtreecommitdiff
path: root/npc/009-2_Hurnscald/wyara.txt
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-01-31 14:52:29 -0700
committerFate <fate-tmw@googlemail.com>2009-01-31 14:52:29 -0700
commit21504c285313807cf5efc149ce8e1dd20159de14 (patch)
treed9fb15579a1410fbc8afb75b024e29138c6ed763 /npc/009-2_Hurnscald/wyara.txt
parent109665091fedf7b91b4286d4b7235ba8b279a3b0 (diff)
downloadserverdata-21504c285313807cf5efc149ce8e1dd20159de14.tar.gz
serverdata-21504c285313807cf5efc149ce8e1dd20159de14.tar.bz2
serverdata-21504c285313807cf5efc149ce8e1dd20159de14.tar.xz
serverdata-21504c285313807cf5efc149ce8e1dd20159de14.zip
Shearing updated, Sagatha hands it out now, and Sagatha also hands out things slightly more eagerly
Diffstat (limited to 'npc/009-2_Hurnscald/wyara.txt')
-rw-r--r--npc/009-2_Hurnscald/wyara.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt
index 125297ff..f79cb733 100644
--- a/npc/009-2_Hurnscald/wyara.txt
+++ b/npc/009-2_Hurnscald/wyara.txt
@@ -431,6 +431,10 @@ L_Magic_train_sagatha:
mes "[Wyara the Witch]";
if (@evil)
L_Magic_train_sagatha_fail;
+
+ if (getskilllv(SKILL_MAGIC) < 2)
+ goto L_Magic_train_sagatha_lvl1;
+
if (@good > 1)
mes "\"Come to think of it, I have heard good things about you. Perhaps she will be willing to accept you as a student now?\"";
if (@good == 1)
@@ -533,6 +537,11 @@ L_Magic_train_sagatha_fail:
next;
goto L_Magic_main;
+L_Magic_train_sagatha_lvl1:
+ mes "\"Well, you're still a bit of a beginner, so I don't think she will accept you yet. Maybe you can absorb some more power from the mana seed? If you can grow your magical powers a little, I might be able to help you.\"";
+ next;
+ goto L_Magic_main;
+
S_update_var:
set QUEST_MAGIC2,
(QUEST_MAGIC2 & ~(@Q_MASK)