summaryrefslogtreecommitdiff
path: root/npc/000-2-1
diff options
context:
space:
mode:
authorMaarten Vanraes <maarten.vanraes@gmail.com>2012-01-11 01:55:38 +0100
committerMaarten Vanraes <maarten.vanraes@gmail.com>2012-01-11 01:55:38 +0100
commitcef85fa62c75da0688a47d066ffc2d322067ce17 (patch)
tree3e043a51a9571566cba68c7132162f268fdc44bd /npc/000-2-1
parent14f1ad5ad97e08b2f0b074bc026dd2416c6f4a87 (diff)
downloadserverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.tar.gz
serverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.tar.bz2
serverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.tar.xz
serverdata-cef85fa62c75da0688a47d066ffc2d322067ce17.zip
Rectify english scripting text
Diffstat (limited to 'npc/000-2-1')
-rw-r--r--npc/000-2-1/alige.txt14
-rw-r--r--npc/000-2-1/dan.txt2
-rw-r--r--npc/000-2-1/peter.txt4
3 files changed, 10 insertions, 10 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt
index 5347057c..65aad7af 100644
--- a/npc/000-2-1/alige.txt
+++ b/npc/000-2-1/alige.txt
@@ -80,12 +80,12 @@
mesq l("Can you bring me something which isn't a vegetable?") + l("And please, no berries. No more!");
menu
- l("Okay, but what do you offer me?"), l_AboutReward,
- l("Why not going outside to talk?"), -;
+ l("Okay, but what can you offer me?"), l_AboutReward,
+ l("Why don't you go outside?"), -;
l_ExplainHiding:
mesn;
- mesq l("No, I'm not, I just wanted to travel across the seas for fun.") + " " + l("In this cave, you see, I have lots of fun.");
+ mesq l("No, I can't, I just wanted to travel across the seas for fun.") + " " + l("In this cave, you see, I have lots of fun.");
next;
mesn;
@@ -114,7 +114,7 @@
l_Artis:
mesn;
- mesq l("It's a commercial port of Andorra, it's weird that you don't know about it, it's a famous city throughout the world... But hey oh, return to topic! I'm hungry!");
+ mesq l("It's a commercial port of Andorra, it's weird that you don't know about it, it's one of the most famous cities throughout the world... But hey oh, returning to the topic! I'm hungry!");
next;
if (@q == 2) goto l_AskForFood;
goto l_Accept;
@@ -170,7 +170,7 @@
menu
l("Yes."), l_GiveFood,
l("Where can I find some food?"), l_Food,
- l("Why are you hiding?"), l_ExplainHiding,
+ l("Why are you hiding?") + " " + l("Why don't you go outside?"), l_ExplainHiding,
l("What is Artis?"), l_Artis,
l("I think I should report you to the crew members."), l_DamnYou;
@@ -178,9 +178,9 @@
mesn;
mesq l("There is some flying yellow plush around you, they're called pious. Getting a roasted leg of one of them would be perfect.");
next;
- mesq l("I would like to catch one of them, but they are flying when I try to.");
+ mesq l("I'd like to catch one of them, but they are flying away when I try.");
next;
- mesq l("As you can walk, it will be an easy task for you. Impale me one of them!!");
+ mesq l("As you can walk around, it'll be an easy task for you. Impale me one of them!!");
close;
l_DamnYou:
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 37b072c8..8bd87926 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -2,7 +2,7 @@
// Authors:
// Reid
// Description:
-// Note writter first part.
+// Note written first part.
000-2-1.gat, 23,33,0,0 script Dan 312,{
diff --git a/npc/000-2-1/peter.txt b/npc/000-2-1/peter.txt
index 6e05f29e..042fff7f 100644
--- a/npc/000-2-1/peter.txt
+++ b/npc/000-2-1/peter.txt
@@ -116,7 +116,7 @@
l_TalkToJulia:
mesn;
- mesq l("Hey, you should go see Julia to be registred on the ship board.");
+ mesq l("Hey, you should go see Julia to be registered on the ship board.");
close;
l_BonusTask:
@@ -162,7 +162,7 @@
l_Reward:
mesn;
- mesq l("Good job!") + " " + l("Here is your reward!");
+ mesq l("Good job!") + " " + l("Here's your reward!");
getexp 100, 0;
set zeny, zeny + 500;
close;