summaryrefslogtreecommitdiff
path: root/npc/005-6
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-21 08:12:27 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-21 08:12:27 -0300
commit551820e7f96fd36a4b30f18b0adf8489f1c312ad (patch)
tree6fb604a0fcebcc0e682c833b18b1afa8460fc0e6 /npc/005-6
parent4df8081b47d2d50a9e336293102d4ec7d4732644 (diff)
downloadserverdata-551820e7f96fd36a4b30f18b0adf8489f1c312ad.tar.gz
serverdata-551820e7f96fd36a4b30f18b0adf8489f1c312ad.tar.bz2
serverdata-551820e7f96fd36a4b30f18b0adf8489f1c312ad.tar.xz
serverdata-551820e7f96fd36a4b30f18b0adf8489f1c312ad.zip
Update Morgan dialog about Mana Magic
Diffstat (limited to 'npc/005-6')
-rw-r--r--npc/005-6/morgan.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/005-6/morgan.txt b/npc/005-6/morgan.txt
index 692f7e3b0..3647b50eb 100644
--- a/npc/005-6/morgan.txt
+++ b/npc/005-6/morgan.txt
@@ -79,20 +79,20 @@ L_MagicCore:
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.");
+ mesq l("Sure! But that is Summon Magic. Just bring me a mug of beer, I'm thristy. And I'll teach you a basic skill.");
next;
if (askyesno() == ASK_YES) {
if (!countitem(Beer)) goto L_Cheat;
delitem Beer, 1;
skill(TMW2_KALMURK,1,0);
mesn;
- mesq l("You can use @@ to summon some maggots. That depends on your magic level, of course.", b("@sk-kalmurk"));
+ mesq l("You can use @@ to summon some maggots. That depends on your magic level, of course.", b("Kalmurk"));
next;
mesn;
- mesq l("That's a Mana Magic. It is very different from regular magic. For example, it have an experience meter and an alias you can say.");
+ mesq l("That's a Summon Magic. Unlike regular magic, you can increase its levels directly from skill menu (F5).");
next;
mesn;
- mesq l("If you don't have a @@, you can only track progress on Mana Magic using @@, and you won't really gain any mana experience for a while.", getitemlink(JesusalvaGrimorium), b("@sk-abizit"));
+ mesq l("Keep in mind the more power you have, the less control you'll have as well. Until you get a %s to track progress, use %s to check your control. Less control may result in failure to summon!", getitemlink(JesusalvaGrimorium), b("@abizit"));
next;
mesn;
mesq l("By the way, you need a couple of @@ to try the skill. Fail rate is pretty high if you don't know how to control your magic.", getitemlink(MaggotSlime));
@@ -106,7 +106,7 @@ L_MagicCore:
mesq l("This means everytime you get more power, you lose control. Pratice is the key.");
next;
mesn;
- mesq l("Try praticing with different mana magic skills. Anyway, you can use this command to see your magic proeficiency: " + b("@sk-abizit"));
+ mesq l("Try praticing with different mana magic skills. Anyway, you can use this command to see your magic proeficiency: " + b("@abizit"));
break;
default:
close;