diff options
Diffstat (limited to 'npc/017-10')
-rw-r--r-- | npc/017-10/mayor.txt | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/npc/017-10/mayor.txt b/npc/017-10/mayor.txt index 065dec64b..b2689d02b 100644 --- a/npc/017-10/mayor.txt +++ b/npc/017-10/mayor.txt @@ -18,6 +18,41 @@ case 0: Exception("ERROR", RB_SPEECH|RB_ISFATAL); case 17: + next; + mesc l("@@ raise an eyebrow as you hand him Gelid's letter.", .name$); + next; + mesn; + mesq l("That's a really strange letter from Mr. Frozenheart."); + next; + mesn; + mesq l("But also very amusing. I'm sure Pihro and Pyndragon, the town mayors, will fancy this request of yours."); + next; + mesn; + mesq l("Anyway, as you might be aware, Land Of Fire came here in an incident after the Monster King took all Mana Stones... So, we have a good magical affinity."); + next; + mesn; + mesq l("Most of our professors moved on to the Academy Island, and are with Tulimshar's and Frostia's professors working right now. But..."); + next; + mesn; + mesq l("...Lalica, the witch, is still with us. And she came to complain that a petty thief stolen a very precious item of hers."); + next; + mesn; + mesq l("I don't know what, but it is ")+b(l("small, red, round and shiny."))+l("And we know who the thief is."); + next; + mesn; + mesq l("I've dispatched Benjamin and some other city guards after her flew to Elenium Mines, but thus far, they haven't returned."); + next; + mesn; + mesq l("I need you to find her to and bring her back there, along whatever she stole. Then I'll honor your request."); + next; + mesn; + mesq l("After all, that was two nights ago, and none of them returned..."); + mesc b(l("WARNING: "))+l("Minimum advised level 72 to do this quest."), 1; + mesc b(l("WARNING: "))+l("You would do well as come prepared, as failing in the last stage will RESET current progress on the quest."), 1; + setq LoFQuest_Barbara, 1; + setq General_Narrator, 18; + break; + case 18: // Endtrail mes ""; mesc l("@@ You need to wait further releases to continue this quest!", b(l("WARNING:"))), 1; |