summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/011-1_Woodland/auldsbel.txt2
-rw-r--r--npc/013-1_Woodland_hills/sagatha.txt2
-rw-r--r--npc/015-1_Woodland/sword.txt2
3 files changed, 5 insertions, 1 deletions
diff --git a/npc/011-1_Woodland/auldsbel.txt b/npc/011-1_Woodland/auldsbel.txt
index 142c96a5..ea83ab57 100644
--- a/npc/011-1_Woodland/auldsbel.txt
+++ b/npc/011-1_Woodland/auldsbel.txt
@@ -1037,7 +1037,7 @@ LL_student_start:
mes "[Auldsbel the Wizard]";
mes "\"Next, I shall teach you a higher-level transmutation spell.\"";
if (getskilllv(SKILL_MAGIC) < 2)
- mes "\"Beware, for you will not be able to use it yet.\"";
+ mes "\"Beware, for you will not be able to use it yet; you will first have to gain a greater understanding of magic overall.\"";
next;
mes "[Auldsbel the Wizard]";
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;
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;