diff options
author | Fate <fate-tmw@googlemail.com> | 2009-06-02 08:32:00 +0000 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-06-02 08:32:00 +0000 |
commit | 908a0fef8134d2db2a5b39f2cb4ee69ec02394f7 (patch) | |
tree | 515103673b44825b4d359a3059df583a7f21c325 /npc/013-1_Woodland_hills | |
parent | a7970521ff52d1a3f3ee70df29adfb869bdd77ac (diff) | |
download | serverdata-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/013-1_Woodland_hills')
-rw-r--r-- | npc/013-1_Woodland_hills/sagatha.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt index e96a9eab..b2e094cc 100644 --- a/npc/013-1_Woodland_hills/sagatha.txt +++ b/npc/013-1_Woodland_hills/sagatha.txt @@ -194,6 +194,8 @@ L_teach_initial: mes "[Sagatha the Witch]"; mes "\"In the future, I will teach you nature and astral magic. For the other schools there are better teachers around.\""; + if (getskilllv(SKILL_MAGIC) < 2) + mes "\"Your skill in magic won't be great enough to use some of the spells yet, so keep practicing and visiting the mana seed until it is.\""; next; goto L_main; |