summaryrefslogtreecommitdiff
path: root/npc/029-2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-27 19:35:38 +0000
committerJesusaves <cpntb1@ymail.com>2021-05-27 19:35:38 +0000
commit519a365928311d0cf8558526b073a4cff69eed49 (patch)
tree6b62464ced2779d4068818ee2ac92e49e536cfc5 /npc/029-2
parent93fd0fff03385a7d7e2e9d72adbeddb219ad5146 (diff)
downloadserverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.gz
serverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.bz2
serverdata-519a365928311d0cf8558526b073a4cff69eed49.tar.xz
serverdata-519a365928311d0cf8558526b073a4cff69eed49.zip
Mirror Lake Quest - Cindy
Diffstat (limited to 'npc/029-2')
-rw-r--r--npc/029-2/morgan.txt21
1 files changed, 16 insertions, 5 deletions
diff --git a/npc/029-2/morgan.txt b/npc/029-2/morgan.txt
index 00128fd5..d5416802 100644
--- a/npc/029-2/morgan.txt
+++ b/npc/029-2/morgan.txt
@@ -61,7 +61,7 @@ L_Seen:
L_NotMagic:
mes "[Morgan]";
mes "\"Hrmm you don't appear to posses enough magical talent to teach.\"";
- goto L_close;
+ close;
L_Start:
mesn;
@@ -91,7 +91,7 @@ L_Start:
next;
mesn;
mesq l("Speak to me again once you've cast the spell.");
- goto L_close;
+ close;
L_Started:
mes "[Morgan]";
@@ -99,7 +99,7 @@ L_Started:
mes "\"Equip the wand and lets try out that spell.\"";
mes "\"To cast a spell open the chat window, type the invocation and press enter.\"";
mes "\"Speak to me again once you've cast the spell.\"";
- goto L_close;
+ close;
L_CastOnce:
mes "[Morgan]";
@@ -111,7 +111,7 @@ L_CastOnce:
next;
mes "\"I've taught you all I can for now. You should visit the Mana Seed north west of Hurnscald.\"";
QL_MORGAN = 4;
- goto L_close;
+ close;
L_LearningDone:
mes "[Morgan]";
@@ -120,7 +120,18 @@ L_LearningDone:
mes "\"To cast a spell open the chat window, type the invocation and press enter.\"";
mes "\"I've taught you all I can for now. You should visit the Mana Seed north west of Hurnscald.\"";
learnskill SKILL_CONFRINGO;
- goto L_close;
+ if (get_nibble(##03_TMWQUEST, 0) == 1) {
+ mes "";
+ select
+ l("Gotcha."),
+ l("Actually, have you ever heard of Yeti's kidnapping little girls?");
+ mes "";
+ if (@menu == 2) {
+ mesn;
+ mesq l("No, but maybe someone %s would know better?", b(l("old")));
+ }
+ }
+ close;
L_close:
close;