summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-01-26 14:48:46 +0000
committerJared Adams <jaxad0127@gmail.com>2009-01-26 14:48:46 +0000
commite0b5bc9350c612c2d6730b59bcb2224ad4800e66 (patch)
tree8acbfe7af2006428e0108ed85b39b9a845d63566
parent60f058e32d8197572cb847dd4202fa9609e43904 (diff)
downloadserverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.tar.gz
serverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.tar.bz2
serverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.tar.xz
serverdata-e0b5bc9350c612c2d6730b59bcb2224ad4800e66.zip
Replace references to ether magic with astral magic
-rw-r--r--npc/009-2_Hurnscald/wyara.txt2
-rw-r--r--npc/013-1_Woodland_hills/sagatha.txt10
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/009-2_Hurnscald/wyara.txt b/npc/009-2_Hurnscald/wyara.txt
index 1cce5d90..125297ff 100644
--- a/npc/009-2_Hurnscald/wyara.txt
+++ b/npc/009-2_Hurnscald/wyara.txt
@@ -209,7 +209,7 @@ L_Magic_explain:
next;
mes "[Wyara the Witch]";
- mes "\"There are different kinds of magic, too; nature, ether, and so on, but if this interests you, you should talk to a scholar.\"";
+ mes "\"There are different kinds of magic, too; nature, astral, and so on, but if this interests you, you should talk to a scholar.\"";
next;
goto L_Magic_main;
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt
index 6165709c..aa7b55f1 100644
--- a/npc/013-1_Woodland_hills/sagatha.txt
+++ b/npc/013-1_Woodland_hills/sagatha.txt
@@ -1,4 +1,4 @@
-// Sagatha the witch, expert for nature and ether magic
+// Sagatha the witch, expert for nature and astral magic
//----------------------------------------
function script QuestSagathaHappy {
@@ -180,17 +180,17 @@ L_teach_initial:
mes "[Sagatha the Witch]";
mes "She snaps her fingers, and without warning you begin to acutely sense the magical energies around you, for a brief instant!";
mes "[5000 experience points]";
- mes "[Level 2 in Ether Magic]";
+ mes "[Level 2 in Astral Magic]";
set @Q_status, @STATUS_STUDENT;
callsub S_update_var;
getexp 5000, 0;
- if (getskilllv(SKILL_MAGIC_ETHER) < 2)
- setskill SKILL_MAGIC_ETHER, 2;
+ if (getskilllv(SKILL_MAGIC_ASTRAL) < 2)
+ setskill SKILL_MAGIC_ASTRAL, 2;
next;
mes "[Sagatha the Witch]";
- mes "\"In the future, I will teach you nature and ether magic. For the other schools there are better teachers around.\"";
+ mes "\"In the future, I will teach you nature and astral magic. For the other schools there are better teachers around.\"";
next;
goto L_main;