diff options
author | Alige <aligetmw@hotmail.fr> | 2012-07-06 00:06:43 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-07-06 00:06:43 +0200 |
commit | b6891cdadf8885cac6121962c57ec17c6cdb84d9 (patch) | |
tree | 68eb237bf18bd7761b078c012d8c046cb8857976 /npc | |
parent | 8b640ad6ef8be4b14ecdafc3fe2d12361790f2cf (diff) | |
download | clientdata-b6891cdadf8885cac6121962c57ec17c6cdb84d9.tar.gz clientdata-b6891cdadf8885cac6121962c57ec17c6cdb84d9.tar.bz2 clientdata-b6891cdadf8885cac6121962c57ec17c6cdb84d9.tar.xz clientdata-b6891cdadf8885cac6121962c57ec17c6cdb84d9.zip |
Fixed some english in fexil.txt.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/fexil.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-1/fexil.txt b/npc/000-1/fexil.txt index cf70c7ff..f3f46702 100644 --- a/npc/000-1/fexil.txt +++ b/npc/000-1/fexil.txt @@ -2,16 +2,16 @@ // Authors: // Reid // Description: -// Merchand. +// Merchant. 000-1.gat,83,98,0,1 script Fexil 105,{ mesn; - mesq lg("Hello traveler."); + mesq lg("Greetings traveler."); next; - mesq l("I got clothes and stuff for you for the best price!"); + mesq l("I have some clothes and other things for you at a fine price!"); next; - mesq l("It comes from the four sides of the archipelago."); + mesq l("What I sell comes from every corner of this archipelago."); next; mesq l("Interested?"); next; @@ -20,9 +20,9 @@ l("Yes, why not."), l_Accepted, l("No, sorry."), -; - mesq l("Oh... Ok, I just started to trade... My technique is maybe not the best."); + mesq l("Oh... Well, I just started to trade... Thus my technique may not be the best."); next; - mesq l("Anyway, if you feel interested, just click on my bag."); + mesq l("Anyway, if you ever feel interested, just click on my bag."); close; |