diff options
author | Alige <aligetmw@hotmail.fr> | 2012-11-30 10:21:53 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-11-30 10:21:53 +0400 |
commit | e5e41bd924b45d2d15b3175413a3a7a520396dee (patch) | |
tree | b98143b49bd16e9ce32afe95d6b37d4c1667142b /npc/000-0 | |
parent | ecf8da4a5520496e6c678ee600a85b63a7e62a02 (diff) | |
download | serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.gz serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.bz2 serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.tar.xz serverdata-e5e41bd924b45d2d15b3175413a3a7a520396dee.zip |
Replaced some item IDs by their names in scripts.
Added missing commands when the NPC gives an item.
Fixed some language.
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index dcf89f31..a17c1ccb 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -18,11 +18,11 @@ OnTouch: next; mes col(l("You realize you can't remember anything."), 9); next; - mes col(l("Suddenly, you hear a voice from the sky."), 9); + mes col(l("Suddenly, you hear a voice up in the sky."), 9); next; mes col(l("As you open your eyes, you see a large ship before you."), 9); next; - mes col(l("Aboard stand sailors trying to talk to you."), 9); + mes col(l("Aboard stand sailors trying to communicate with you."), 9); next; mesn "Orc Voice"; @@ -38,8 +38,8 @@ OnTouch: next; mesn "Raijin Voice"; - mesq g(l("You stupid, she's english, look at the shape of the head."), - l("You stupid, he's english, look at the shape of the head.")); + mesq g(l("You stupid, she's english, look at the shape of her head."), + l("You stupid, he's english, look at the shape of his head.")); next; mesq l("Hey you! Can you hear us? Are you okay?"); next; |