From e0b5bc9350c612c2d6730b59bcb2224ad4800e66 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Mon, 26 Jan 2009 14:48:46 +0000 Subject: Replace references to ether magic with astral magic --- npc/009-2_Hurnscald/wyara.txt | 2 +- npc/013-1_Woodland_hills/sagatha.txt | 10 +++++----- 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; -- cgit v1.2.3-60-g2f50