diff options
author | Stefan Beller <stefanbeller@googlemail.com> | 2010-12-19 00:00:54 +0100 |
---|---|---|
committer | Stefan Beller <stefanbeller@googlemail.com> | 2011-01-02 21:21:17 +0100 |
commit | ef6ad87712c18faca677618f4bf61573a5b381ba (patch) | |
tree | 49e8fbfe0ea7d204107e8b427071a0cf81bedf76 /npc/013-1_Woodland_hills/sagatha.txt | |
parent | 3b2578da3d7be6724312de452ba9ae51911fb07c (diff) | |
download | serverdata-ef6ad87712c18faca677618f4bf61573a5b381ba.tar.gz serverdata-ef6ad87712c18faca677618f4bf61573a5b381ba.tar.bz2 serverdata-ef6ad87712c18faca677618f4bf61573a5b381ba.tar.xz serverdata-ef6ad87712c18faca677618f4bf61573a5b381ba.zip |
adding the astral soul skill, Sagatha and the Bard can explain
Sagatha and the bard can explain a little about the astral soul,
but they cannot teach you.
Diffstat (limited to 'npc/013-1_Woodland_hills/sagatha.txt')
-rw-r--r-- | npc/013-1_Woodland_hills/sagatha.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/npc/013-1_Woodland_hills/sagatha.txt b/npc/013-1_Woodland_hills/sagatha.txt index f5e2f606..3f8cb4f8 100644 --- a/npc/013-1_Woodland_hills/sagatha.txt +++ b/npc/013-1_Woodland_hills/sagatha.txt @@ -260,7 +260,7 @@ L_teach: mes "[Sagatha the Witch]"; mes "\"Not yet. You have to ask the mana seed to give you more power.\""; next; - goto L_main; + goto L_main; L_practice: mes "[1000 experience points]"; @@ -347,12 +347,26 @@ L_Question: if (@c == @QQ_AULDSBEL) goto L_Q_auldsbel; if (@c == @QQ_IMP) goto L_Q_imp; if (@c == @QQ_OLDWIZ) goto L_Q_old_wizard; + if (@c == @QQ_ASTRALSOUL)goto L_Q_astralsoul; mes "[Sagatha the Witch]"; mes "\"That doesn't concern you.\""; next; goto L_main; +L_Q_astralsoul: + mes "[Sagatha the Witch]"; + mes "\"Yes, there is a way to improve your magic.\""; + next; + mes "\"Did you ever hear about focusing?\""; + mes "\"It is a mental ability, which improves you at a certain focused skill.\""; + next; + mes "\"Yes, I am focused on nature magic, but I cannot teach focusing. That is another realm of magic. Just a few people can really focus your brain to a specific art of magic.\""; + next; + mes "\"Usually those, who have the ability to help you with the mana seed, will have the ability to help you with the astral soul. These skills are similar."\"; + next; + goto L_main; + L_Q_old_wizard: mes "[Sagatha the Witch]"; mes "\"A kind and wise wizard.\""; |