summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-16 12:29:55 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-16 12:29:55 -0300
commit85ef5be25a0c2baeacde530a7b3e42482c3a8ecd (patch)
tree1704614e0b9fc09d10fdae5b8deefa03547ec657 /npc/005-6
parent199dbc27a1d112956254633f27075d42001d38f1 (diff)
downloadserverdata-85ef5be25a0c2baeacde530a7b3e42482c3a8ecd.tar.gz
serverdata-85ef5be25a0c2baeacde530a7b3e42482c3a8ecd.tar.bz2
serverdata-85ef5be25a0c2baeacde530a7b3e42482c3a8ecd.tar.xz
serverdata-85ef5be25a0c2baeacde530a7b3e42482c3a8ecd.zip
Bugs on Morgan
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/morgan.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt
index d35e6334d..01911d92b 100644
--- a/npc/005-6/morgan.txt
+++ b/npc/005-6/morgan.txt
@@ -59,6 +59,7 @@ L_MagicCore:
next;
mesn;
mesq l("I don't think you can be part of more than one class, but you can accumulate subclasses. These will only unlock at tier 2, though.");
+ break;
case 2:
mesn;
mesq l("You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.");
@@ -68,6 +69,7 @@ L_MagicCore:
next;
mesn;
mesq l("Of course, if you don't ask from the Mana Stone for more magic, that means nothing...");
+ break;
case 3:
mesn;
mesq l("Sure! But that is Mana Magic. Just bring me a mug of beer, I'm thristy. And I'll teach you a basic skill.");
@@ -88,6 +90,7 @@ L_MagicCore:
mesn;
mesq l("By the way, you need a couple of @@ to try the skill. Fail rate is pretty high, but that book will teach you how to reduce it.", getitemlink(MaggotSlime));
}
+ break;
default:
close;
}
@@ -95,6 +98,11 @@ L_MagicCore:
goto L_MagicCore;
+L_Cheat:
+ mesn;
+ mesq l("I offer an awesome skill for you, for a very slow price, and you try to cheat me... pitiful...");
+ close;
+
OnInit:
tradertype(NST_MARKET);