summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/029-1/monster_guide.txt16
1 files changed, 9 insertions, 7 deletions
diff --git a/npc/029-1/monster_guide.txt b/npc/029-1/monster_guide.txt
index 4f19bee9..9ff4964f 100644
--- a/npc/029-1/monster_guide.txt
+++ b/npc/029-1/monster_guide.txt
@@ -2,13 +2,15 @@
029-1,45,97,0 script Aidan NPC102,{
if (MPQUEST == 0)
goto L_Register;
- mes "[Aidan the Monster Guide]";
- mes "You currently have " +Mobpt+ " Monster Points. These points are acquired while killing monsters";
+ mesn l("Aidan the Monster Guide");
+ mes l("You currently have %s Monster Points. These points are acquired while killing monsters.", fnum(Mobpt));
+ if (BOSS_POINTS)
+ mes l("You also have %s Boss Points. These are vanity achievement points.", fnum(BOSS_POINTS));
close;
L_Register:
- mes "[Aidan the Monster Guide]";
- mes "Oh my, you don't seem to be registered as a Quest Participant. Would you like to register?";
+ mesn l("Aidan the Monster Guide");
+ mesq l("Oh my, you don't seem to be registered as a Quest Participant. Would you like to register?");
next;
goto L_Choice;
@@ -19,7 +21,7 @@ L_Choice:
L_N,"Information",L_I;
L_R:
- mes "[Aidan the Monster Guide]";
+ mesn l("Aidan the Monster Guide");
mes "Give me a second to look over your paperwork.";
next;
mes "[Monster Guide]";
@@ -29,12 +31,12 @@ L_R:
close;
L_N:
- mes "[Aidan the Monster Guide]";
+ mesn l("Aidan the Monster Guide");
mes "Very well, you don't know what you're missing.";
close;
L_I:
- mes "[Aidan the Monster Guide]";
+ mesn l("Aidan the Monster Guide");
mes "Here in The Mana World, there are certain rewards for your vanquishing of foes.";
mes "For example, there are Monster Points; every monster you kill has a certain amount of points that get added to your account.";
mes "The more points you have, the more expensive things you can buy using them.";