summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2012-01-11 00:21:06 +0100
committerReid <reidyaro@gmail.com>2012-01-11 00:21:06 +0100
commit14f1ad5ad97e08b2f0b074bc026dd2416c6f4a87 (patch)
tree9db9019fdb7316def89539fb09dceb755adb8884 /npc/000-2-3
parent510b254b1092b94de9cc14cddefce4f81ae22da1 (diff)
downloadserverdata-14f1ad5ad97e08b2f0b074bc026dd2416c6f4a87.tar.gz
serverdata-14f1ad5ad97e08b2f0b074bc026dd2416c6f4a87.tar.bz2
serverdata-14f1ad5ad97e08b2f0b074bc026dd2416c6f4a87.tar.xz
serverdata-14f1ad5ad97e08b2f0b074bc026dd2416c6f4a87.zip
Add new dialogs on alige,
correct some lg() on 000-2-3/sailors.txt .
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/sailors.txt25
1 files changed, 14 insertions, 11 deletions
diff --git a/npc/000-2-3/sailors.txt b/npc/000-2-3/sailors.txt
index 0c0f09bc..9467592a 100644
--- a/npc/000-2-3/sailors.txt
+++ b/npc/000-2-3/sailors.txt
@@ -20,13 +20,14 @@ OnTouch:
mesn "Elmo";
mesq l("I will.");
next;
- mesq l("About this Guild of Esperia, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things.");
+ mesq l("About this Esperia's Guild, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things.");
next;
mesn "Captain Nard";
mesq g(l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on her."),
l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on him."));
next;
- mesq l("But if he is amnesic as said Julia, we won't need to worry about him.");
+ mesq g(l("But if she is amnesic as said Julia, we won't need to worry about her."),
+ l("But if he is amnesic as said Julia, we won't need to worry about him."));
next;
mesn "Elmo";
mesq l("Sure, Cap'tain.");
@@ -42,19 +43,20 @@ OnTouch:
l("So it's why we wanted to warn you, maybe he comes from this guild, as the sign was on his raft."));
next;
mesn "Captain Nard";
- mesq g(l("I see, warn other sailors about this. But if she is a part of Guild, then she is also our ally."),
- l("I see, warn other sailors about this. But if he is a part of Guild, then he is also our ally."));
+ mesq g(l("I see, warn other sailors about this. But if she is a part of the Warrior Guild, then she is also our ally."),
+ l("I see, warn other sailors about this. But if he is a part of the Warrior Guild, then he is also our ally."));
next;
mesn "Elmo";
mesq l("I will.");
next;
- mesq l("About the Guild of Esperia, I wonder what we can think abou them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hidding us a lot of things.");
+ mesq l("About this Esperia's Guild, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things.");
next;
mesn "Captain Nard";
mesq g(l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on her."),
l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on him."));
next;
- mesq l("But if he is amnesic as said Julia, we won't need to worry about him.");
+ mesq g(l("But if she is amnesic as said Julia, we won't need to worry about her."),
+ l("But if he is amnesic as said Julia, we won't need to worry about him."));
next;
mesn "Elmo";
mesq l("Sure, Cap'tain.");
@@ -70,21 +72,22 @@ OnTouch:
l("So it's why we wanted to warn you, maybe he comes from this guild, as the sign was on his raft."));
next;
mesn "Captain Nard";
- mesq g(l("I see, warn other sailors about this. But if she is a part of Guild, then she is also our ally."),
- l("I see, warn other sailors about this. But if he is a part of Guild, then he is also our ally."));
+ mesq g(l("I see, warn other sailors about this. But if she is a part of the Warrior Guild, then she is also our ally."),
+ l("I see, warn other sailors about this. But if he is a part of the Warrior Guild, then he is also our ally."));
next;
mesn "Elmo";
mesq l("I will.");
next;
- mesq l("About the Guild of Esperia, I wonder what we can think abou them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hidding us a lot of things.");
+ mesq l("About this Esperia's Guild, I wonder what we can think about them if I can say my opinion. Some rumors say that they did some monstruos things and that they are hiding us a lot of things.");
next;
mesn "Captain Nard";
mesq g(l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on her."),
l("This kind of talk could be punished, but I agree that I don't specially like them too, keep an eye on him."));
next;
- mesq l("But if he is amnesic as said Julia, we won't need to worry about him.");
+ mesq g(l("But if she is amnesic as said Julia, we won't need to worry about her."),
+ l("But if he is amnesic as said Julia, we won't need to worry about him."));
next;
mesn "Elmo";
- mesq l("Sure, cap'tain.");
+ mesq l("Sure, Cap'tain.");
close;
}