From 95b9056e0f133ba14897035c7998db02b49b15f2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 19 Jul 2019 16:48:32 -0300 Subject: Rewrite Morgan with the new system taken in account --- npc/005-6/morgan.txt | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) (limited to 'npc/005-6') 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; -- cgit v1.2.3-60-g2f50