summaryrefslogtreecommitdiff
path: root/world/map/npc/048-2/visitors.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/048-2/visitors.txt')
-rw-r--r--world/map/npc/048-2/visitors.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/world/map/npc/048-2/visitors.txt b/world/map/npc/048-2/visitors.txt
new file mode 100644
index 00000000..9d5d20ee
--- /dev/null
+++ b/world/map/npc/048-2/visitors.txt
@@ -0,0 +1,40 @@
+// Part of Blue Sage quests
+// author: Jenalya
+// visitors that came to see the library and are now disappointed
+
+048-2.gat,46,44,0|script|Connor|150,{
+ mes "[Connor]";
+ mes "\"Oh, hello. There happened some big accident in the library! Most of the books were damaged or destroyed!\"";
+ next;
+ mes "\"As far as I understood it has to do with those weird slimes. They're white and blue! I never saw slimes with that color.\"";
+ next;
+ mes "\"I was so excited to get an opportunity to study some of the rare and valuable books and now this.";
+ mes "I'd never have expected something like this happening in a Sages household. I thought they're so powerful and wise...\"";
+ goto L_Close;
+
+L_Close:
+ close;
+}
+
+048-2.gat,28,30,0|script|Parcival|153,{
+ mes "[Parcival]";
+ mes "\"Hello young one. Did you also come here to see the library?\"";
+ menu
+ "Nah, I'm just having a look around.",L_Close,
+ "Yes!",-;
+ mes "[Parcival]";
+ mes "\"That's very commendable. But you'll be disappointed, there is some huge problem and the library is all upside down.";
+ mes "This is very annoying! I was planning this trip months ago and now this!\"";
+ mes "He sighs.";
+ next;
+ mes "[Parcival]";
+ mes "\"I'll probably have to leave and come back another time. But I want to warm up first.\"";
+ next;
+ mes "\"I really wonder what they did... I can still feel some distortion in the magic pattern within this mansion. I mean, it's twisted anyway, because the Sages have their houses in a shifted dimension - that's why it is so much larger in the inside than from the outside.\"";
+ next;
+ mes "\"But there's something else... Well, I've heard about the researches being done here. Seems there's some very advanced magic involved.\"";
+ goto L_Close;
+
+L_Close:
+ close;
+}