summaryrefslogtreecommitdiff
path: root/npc/015-1_Woodland
diff options
context:
space:
mode:
authorFate <fate-tmw@googlemail.com>2009-06-02 08:32:00 +0000
committerFate <fate-tmw@googlemail.com>2009-06-02 08:32:00 +0000
commit908a0fef8134d2db2a5b39f2cb4ee69ec02394f7 (patch)
tree515103673b44825b4d359a3059df583a7f21c325 /npc/015-1_Woodland
parenta7970521ff52d1a3f3ee70df29adfb869bdd77ac (diff)
downloadserverdata-908a0fef8134d2db2a5b39f2cb4ee69ec02394f7.tar.gz
serverdata-908a0fef8134d2db2a5b39f2cb4ee69ec02394f7.tar.bz2
serverdata-908a0fef8134d2db2a5b39f2cb4ee69ec02394f7.tar.xz
serverdata-908a0fef8134d2db2a5b39f2cb4ee69ec02394f7.zip
All magic teachers now warn before starting to teach level 2 spells if the player hasn't reached magic level 2 yet.
Diffstat (limited to 'npc/015-1_Woodland')
-rw-r--r--npc/015-1_Woodland/sword.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/015-1_Woodland/sword.txt b/npc/015-1_Woodland/sword.txt
index 75142de3..1536fb52 100644
--- a/npc/015-1_Woodland/sword.txt
+++ b/npc/015-1_Woodland/sword.txt
@@ -230,6 +230,8 @@ L_Levelup2_yes:
mes "[Mystic Sword]";
mes "\"Thou hast now taken thy first true step down the path of war magic.\"";
+ if (getskilllv(SKILL_MAGIC) < 2)
+ mes "\"When thou returnest, I shall teach thee another spell, but beware: thou must increase thy overall grasp of magic before thou canst wield it!\"";
next;
goto L_Farewell;