summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-15 22:08:22 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-15 22:08:22 -0300
commit33e26add75d2b31744e2332427b60596c39dcae8 (patch)
tree6a8d4309ca79f67c928bff699728d97ec0bfb8ed
parente451c901fbffa3a2021a26e574a4a96f16a778a7 (diff)
downloadserverdata-33e26add75d2b31744e2332427b60596c39dcae8.tar.gz
serverdata-33e26add75d2b31744e2332427b60596c39dcae8.tar.bz2
serverdata-33e26add75d2b31744e2332427b60596c39dcae8.tar.xz
serverdata-33e26add75d2b31744e2332427b60596c39dcae8.zip
Aidan: Report how many boss points you have
-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.";