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-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-0')
-rw-r--r-- | npc/000-0-0/sailors.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 84fbdccb0..817be0d7c 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -15,7 +15,7 @@ OnTalk: next; mesn "Magic Arpan"; - mesq lg("Yeye, it's the logo of the warrior guild of Esperia, I wonder what this yoiis was doing so far away from the coast."); + mesq lg("Yeye, it's the logo of the Warrior Guild of Esperia! I wonder what this yoiis was doing so far away from the coast."); next; mesn "Elmo"; @@ -23,8 +23,8 @@ OnTalk: next; mesn "Magic Arpan"; - mesq g(l("Maybe she was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior guild!"), - l("Maybe he was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior guild!")); + mesq g(l("Maybe she was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior Guild!"), + l("Maybe he was one of those who got lost last month? The yoiis from Esperia that got a secret quest from the Warrior Guild!")); next; mesn "Elmo"; @@ -45,8 +45,8 @@ OnTalk: next; mesn "Elmo"; - mesq g(l("Oh, and give her some basic clothes, the poor girl, the one she had were in even worse condition that the ones we have!"), - l("Oh, and give him some basic clothes, the poor guy, the one he had were in even worse condition that the ones we have!")); + mesq g(l("Oh, and give her some clothes, the poor girl, the ones she had were in even worse condition that the ones we have!"), + l("Oh, and give him some clothes, the poor guy, the ones he had were in even worse condition that the ones we have!")); next; mesn "Magic Arpan"; @@ -54,7 +54,7 @@ OnTalk: next; mesn "Elmo"; - mesq l("Hehe... Ok, I'm going to inform the captain up there."); + mesq l("Hehe... Ok, I'm going to inform the capt'n up there."); next; mesn "Magic Arpan"; |