summaryrefslogtreecommitdiff
path: root/npc/003-0/audsbel.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 00:55:46 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 00:55:46 -0300
commitc932d3b1c8a51c1189bc4de151f5b0aab2aade4f (patch)
treecead935b819fadd88a7b3a351010159fde3280b5 /npc/003-0/audsbel.txt
parent4bcdc6f58fee39e968dc0864c8c25057aa4b943d (diff)
downloadserverdata-c932d3b1c8a51c1189bc4de151f5b0aab2aade4f.tar.gz
serverdata-c932d3b1c8a51c1189bc4de151f5b0aab2aade4f.tar.bz2
serverdata-c932d3b1c8a51c1189bc4de151f5b0aab2aade4f.tar.xz
serverdata-c932d3b1c8a51c1189bc4de151f5b0aab2aade4f.zip
Info about Auldsbel. Quest marker.
Diffstat (limited to 'npc/003-0/audsbel.txt')
-rw-r--r--npc/003-0/audsbel.txt45
1 files changed, 42 insertions, 3 deletions
diff --git a/npc/003-0/audsbel.txt b/npc/003-0/audsbel.txt
index 3568a12c7..b840d82b0 100644
--- a/npc/003-0/audsbel.txt
+++ b/npc/003-0/audsbel.txt
@@ -17,6 +17,9 @@
mesn l("Auldsbel the Wizard");
mesq l("Anyway, I am one of the few Mana Wizard, and I love Transmutation!");
next;
+
+L_Main:
+ .@q=getq(General_Auldsbel);
select
l("What's the difference from a Mana Wizard and a Mage?"),
l("Where are you from?"),
@@ -25,9 +28,45 @@
l("What do you know about Sagratha?"),
l("Actually, I gotta go, see ya!");
- goodbye;
- closedialog;
- close;
+ mes "";
+ switch (@menu) {
+ case 1:
+ mesn;
+ mesq l("%%4 Haven't you read your Grimorium yet?!");
+ next;
+ mesn;
+ mesq l("%%@ You can get Magic by joining class and subclass, and with some NPCs. These work out-of-box. Easy.");
+ next;
+ mesn;
+ mesq l("And there is the Mana Magic, for the pro %%e You'll waste your life on that, as it have an experience system.");
+ next;
+ mesn;
+ mesq l("%%G Just like normal magic, you need power from the Mana Stone, which is based on your levels, intelligence, and mana.");
+ next;
+ mesn;
+ mesq l("I like Mana Magic the best, as we can both summon creatures as transmutate stuff. %%N");
+ next;
+ mesn;
+ mesq l("To be honest, you should use both. And remember, all Mana Magic skills can be used like they were @sk-commands. %%H");
+ next;
+ break;
+ case 2:
+ mesn;
+ mesq l("Well, speaking a bit about myself can't hurt. I am a member from the Magic Council, but one day I decided to take a vacations.");
+ next;
+ mesn;
+ mesq l("I moved to Hurnscald, stayed there for over a decade, until Lord Transmogrifier Pontorias the Plaid (May His Shape Reflect His Soul Forever) died.");
+ next;
+ mesn;
+ mesq l("then I returned to Tulimshar. I now do research, vote on the council meetings, and I also teach young mages about Transmutation magic.");
+ next;
+ break;
+ default:
+ goodbye;
+ closedialog;
+ close;
+ }
+ goto L_Main;
L_Cheat:
atcommand "@jail "+strcharinfo(0);