summaryrefslogtreecommitdiff
path: root/npc/003-0
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 01:49:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 01:49:49 -0300
commit3b2ab2a2baec3bc864efbed384194d761c38f60e (patch)
tree174d27b19996ffcea929e6030e936c601d6a19b3 /npc/003-0
parent37beff5fc67d15dfd2b74c441bcc346ccdd370ee (diff)
downloadserverdata-3b2ab2a2baec3bc864efbed384194d761c38f60e.tar.gz
serverdata-3b2ab2a2baec3bc864efbed384194d761c38f60e.tar.bz2
serverdata-3b2ab2a2baec3bc864efbed384194d761c38f60e.tar.xz
serverdata-3b2ab2a2baec3bc864efbed384194d761c38f60e.zip
All information section on Auldsbel is complete. Sagratha is NOT a typo.
Now only the skill de-facto
Diffstat (limited to 'npc/003-0')
-rw-r--r--npc/003-0/audsbel.txt38
1 files changed, 33 insertions, 5 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt
index e80dfe388..afa57e4ae 100644
--- a/npc/003-0/audsbel.txt
+++ b/npc/003-0/audsbel.txt
@@ -3,7 +3,7 @@
// Jesusalva
// Description:
// One of the Mana Magic Leaders
-// Planned, there are only Auldsbel and Sagratha as Mana Wizards.
+// Planned, there are only the four Mana Wizards: Auldsbel (Tulimshar), Sagratha (Woodlands), Morgan (Candor), and UNKNOWN (Nivalis).
// Gives #parum
@@ -24,8 +24,8 @@ L_Main:
l("What's the difference from a Mana Wizard and a Mage?"),
l("Who are you? Where are you from?"),
l("How do I advance in Mana Magic? How it works?"),
+ l("What do you know about other Mana Magic Professors?"),
l("Can you teach me Mana Magic?"),
- l("What do you know about Sagratha?"),
l("Do you still need help with your experiments?"),
l("Actually, I gotta go, see ya!");
@@ -66,13 +66,41 @@ L_Main:
mesn;
mesq l("Mana Magic works similar to regular magic: You can find it on your skill window, and can drag it to your shortcut list.");
next;
- break;
- case 4: // Can you teach me Mana Magic?
+ mesn;
+ mesq l("To get more experience and magic power, you must practice magical spells. Make sure to vary them; you will learn nothing if you cast the same spell over and over. Also, spells that consume no components seem not to be very instructive in practice.");
+ next;
+ mesn;
+ mesq l("Usually, you can find magic on these buildings, but watch out, there is magic to be found elsewhere, and some items are bound with it!");
+ next;
+ mesn;
+ mesq l("While on normal magic you must take care with all attributes, on mana magic, you usually only need to worry with reagents and intelligence.");
+ next;
+ mesn;
+ mesq l("Also, unlike regular magic which may cause delay before and after, Mana Magic usually only have a cooldown. But it is hard to know how long that cooldown is..."); // We may use addtimer() on one or other spell.
next;
break;
- case 5: // What do you know about Sagratha?
+ case 4: // What do you know about Sagratha?
+ mesn;
+ mesq l("Lemme see... Sagratha is often regarded as a kind and rather powerful elf lady mage... who hate people.");
+ next;
+ mesn;
+ mesq l("And I'm not talking only about humans here! But perhaps, if you build a good reputation, she teaches you something.");
+ next;
+ mesn;
+ mesq l("There's also Morgan, who lives in Candor. She is a Redy, and is married with Zitoni. They are great alchemists.");
+ next;
+ mesn;
+ mesq l("By last, there was the Blue Sage, living on Nivalis... I never met him.");
+ next;
+ mesn;
+ mesq l("As you see, you can count the mages with the fingers of one hand. It's not just Mana Magic, either - Magic in overall is almost dead, with almost every Mana Stone on the power of the Monster King.");
+ next;
+ mesn;
+ mesq l("Defeating him would not only stop monster invasions, but it would also bring magic back... And probably another war, over the mana stones. %%S");
next;
break;
+ // Teaching and helping are bound one to other, to save space on variable e.e
+ case 5: // Can you teach me Mana Magic?
case 6: // Do you still need help with your experiments?
next;
break;