From c932d3b1c8a51c1189bc4de151f5b0aab2aade4f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 16 Jul 2018 00:55:46 -0300 Subject: Info about Auldsbel. Quest marker. --- db/quest_db.conf | 4 ++++ npc/003-0/audsbel.txt | 45 ++++++++++++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/db/quest_db.conf b/db/quest_db.conf index a03cc9b7e..8f0365337 100644 --- a/db/quest_db.conf +++ b/db/quest_db.conf @@ -82,6 +82,10 @@ quest_db: ( Id: 15 Name: "General_Hunter" }, +{ + Id: 16 + Name: "General_Auldsbel" +}, // ID 31 to 50: Candor Quests { 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); -- cgit v1.2.3-60-g2f50