summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-19 16:48:32 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-19 16:48:32 -0300
commit95b9056e0f133ba14897035c7998db02b49b15f2 (patch)
treefeaa6fa37c311d62f8b05a94ea508d5f4edb4650 /npc/005-6
parent9ec11da2a4899a4a9e209fe9b4a57c090cea250f (diff)
downloadserverdata-95b9056e0f133ba14897035c7998db02b49b15f2.tar.gz
serverdata-95b9056e0f133ba14897035c7998db02b49b15f2.tar.bz2
serverdata-95b9056e0f133ba14897035c7998db02b49b15f2.tar.xz
serverdata-95b9056e0f133ba14897035c7998db02b49b15f2.zip
Rewrite Morgan with the new system taken in account
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/morgan.txt22
1 files changed, 14 insertions, 8 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt
index 660b7f9e8..692f7e3b0 100644
--- a/npc/005-6/morgan.txt
+++ b/npc/005-6/morgan.txt
@@ -43,12 +43,12 @@ L_Shop:
// Magic Subsystem
L_Magic:
mesn;
- mesq l("I see you are a mage too. Have you joined a class already? Luca and Colin are always recruiting on Tulimshar Magic Council.");
+ mesq l("I see you have magical powers. Have you been acknowledge by the Alliance as a mage? If not, you should regularize yourself as a @@ยบ degree mage in Tulimshar Magic Council.", MAGIC_LVL);
L_MagicCore:
select
- l("What is a class?"),
- l("How difficult it is to obtain a class?"),
+ l("Acknowledgment? What do you mean?"),
+ l("Magic Council? What's that?"),
rif(!getskilllv(TMW2_KALMURK), l("Can you teach me a spell?")),
rif(getskilllv(TMW2_KALMURK), l("I keep failing to summon maggots...")),
l("Thanks for the help!");
@@ -56,20 +56,26 @@ L_MagicCore:
switch (@menu) {
case 1:
mesn;
- mesq l("We have two main groups, entitled classes: The Magic Warriors, and the Wizard Mages.");
+ mesq l("You won't learn any skill without a good professor to teach them to you.");
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.");
+ mesq l("And unless you have a mage permit from the Magic Council, you won't be going to CR1 - Academy Island either.");
break;
case 2:
mesn;
- mesq l("You know the Tulimshar Magic Council? The big building on Tulimshar North? There you can obtain a class.");
+ mesq l("You know the Tulimshar Magic Council? The big building on Tulimshar North?");
next;
mesn;
- mesq l("Getting in a class is easy, difficult is mastering it. But the more you advance, more powerful skills are unlocked.");
+ mesq l("It rules Tulimshar, and is also one of the superior bodies of the Alliance. They have the last Mana Stone in the world on their meeting hall.");
next;
mesn;
- mesq l("Of course, if you don't ask from the Mana Stone for more magic, that means nothing...");
+ mesq l("They restrict access to it to prevent new Monster Kings from emerging. They also keep record on every mage in the world.");
+ next;
+ mesn;
+ mesq l("In general, by touching the Mana Stone once, will make you a first degree mage. But these degrees goes up to seven and beyond, I think.");
+ next;
+ mesn;
+ mesq l("Of course, if you don't ask from the Mana Stone for more magic, you will stay on the first degree forever...");
break;
case 3:
mesn;