summaryrefslogtreecommitdiff
path: root/npc/024-16/generals.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/024-16/generals.txt')
-rw-r--r--npc/024-16/generals.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/024-16/generals.txt b/npc/024-16/generals.txt
index 6f420f51c..ebc4414bf 100644
--- a/npc/024-16/generals.txt
+++ b/npc/024-16/generals.txt
@@ -32,7 +32,7 @@ function script FrostiaTaskMaster {
mesq l("Good job, you've killed the @@ @@ and reported back in time!", 50, getmonsterlink(.@q2));
next;
mesn;
- mesq l("It's not much of a reward, but doesn't it feels great to help others in need?! HAHAHA!");
+ mesq l("It's not much of a reward, but doesn't it feel great to help others in need?! HAHAHA!");
Zeny+=.@lv*8;
// Raise LV according to monster level
.@lv+=strmobinfo(3, .@q2);
@@ -43,7 +43,7 @@ function script FrostiaTaskMaster {
}
mesn;
- mesq l("Please kill @@/@@ @@ for us and make the world a safer place!", .@q3, 50, getmonsterlink(.@q2));
+ mesq l("Please kill %d/%d %s for us and make %s a safer place!", .@q3, 50, getmonsterlink(.@q2), l("Frostia"));
return false;
}
@@ -54,7 +54,7 @@ function script FrostiaGeneralQuest {
mesq l("Hey. You there. Time to do @@ and show what you're made of.", .@at$);
next;
mesn;
- mesq l("If you conclude the training, you'll be suitable for the difficult mission our King have to you.");
+ mesq l("If you conclude the training, you'll be suitable for the difficult mission our King will entrust you with.");
next;
mesc b(l(".:: Main Quest 6-2 ::.")), 3;
msObjective(BaseLevel >= 52, l("* @@/@@ Base Level", BaseLevel, 52));
@@ -66,10 +66,10 @@ function script FrostiaGeneralQuest {
mesq l("Congrats, you did it.");
next;
mesn;
- mesq l("So, if you hired a Mercenary to protect your back... Would you prefer it to attack from rearguard, or charge against certain death, buying you time?");
+ mesq l("So, if you hired a Mercenary to protect your back... Would you prefer it to attack from rear, or charge into certain death, buying you time?");
next;
select
- l("I honestely wouldn't hire a Mercenary."),
+ l("I honestly wouldn't hire a Mercenary."),
l("Running is for noobs, we should hold our ground!"),
l("I can protect myself, so it should attack from afar.");
mes "";