summaryrefslogtreecommitdiff
path: root/npc/001-1_Tulimshar/elanore.txt
diff options
context:
space:
mode:
authorStefan Beller <stefanbeller@googlemail.com>2010-12-27 14:53:39 +0100
committerStefan Beller <stefanbeller@googlemail.com>2011-01-02 21:21:17 +0100
commitecf569d623a98f5a4cdd5ac4dc5949ff31c35c8a (patch)
tree602771cfc40ece33ef97f0cceff381c1abf0db90 /npc/001-1_Tulimshar/elanore.txt
parentef6ad87712c18faca677618f4bf61573a5b381ba (diff)
downloadserverdata-ecf569d623a98f5a4cdd5ac4dc5949ff31c35c8a.tar.gz
serverdata-ecf569d623a98f5a4cdd5ac4dc5949ff31c35c8a.tar.bz2
serverdata-ecf569d623a98f5a4cdd5ac4dc5949ff31c35c8a.tar.xz
serverdata-ecf569d623a98f5a4cdd5ac4dc5949ff31c35c8a.zip
Elanore knows about the astral soul
Diffstat (limited to 'npc/001-1_Tulimshar/elanore.txt')
-rw-r--r--npc/001-1_Tulimshar/elanore.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt
index 7dea2a32..c7210b91 100644
--- a/npc/001-1_Tulimshar/elanore.txt
+++ b/npc/001-1_Tulimshar/elanore.txt
@@ -125,7 +125,7 @@ Heal_4:
mes "\"Much better, right?!\"";
heal 10000,10000;
close;
-
+
L_NoHeal:
if (MAGIC_FLAGS)
goto L_Chat;
@@ -135,7 +135,7 @@ L_NoHealMessage:
mes "\"I'm sorry but unless you are young and in need, I can't help you, and your level is already higher than ten.";
mes "With so many people still injured from the earthquake, I really have no time to help.";
mes "You can get some rest in the inn near here.\"";
-
+
close;
L_Chat:
@@ -454,7 +454,7 @@ L_3_where:
mes "\"Kadiya and Omar live relatively close by. See this corner in the inner city wall east of here? Turn past it, then go north. It's the second house.\"";
next;
goto L_3_menu;
-
+
L_Teach_Explain3_abort:
mes "[Elanore the Healer]";
mes "\"I'm sorry, but you lack the magical power to advance.\"";
@@ -571,6 +571,7 @@ L_Question:
if (@c == @QQ_SAGATHA) goto L_Q_sagatha;
if (@c == @QQ_AULDSBEL) goto L_Q_auldsbel;
if (@c == @QQ_OLDWIZ) goto L_Q_oldwiz;
+ if (@c == @QQ_ASTRALSOUL)goto L_Q_astralsoul;
mes "[Elanore the Healer]";
mes "Elanore shakes her head.";
@@ -578,6 +579,12 @@ L_Question:
next;
goto L_Main;
+L_Q_astralsoul:
+ mes "[Elanore the Healer]";
+ mes "\"The astral soul skill is one of the most important skills for mages. I learned this focus long time ago. Without that skill your magic is quite useless? If the rumors are really true, you can find that skill near a Mana Seed.\"";
+ next;
+ goto L_Main;
+
L_Q_oldwiz:
mes "[Elanore the Healer]";
mes "\"He is a kind old man. He stays mostly with his books and his apprentice, though we have chatted a few times.\"";