diff options
author | Reid <reidyaro@gmail.com> | 2011-12-18 18:18:20 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-18 18:18:20 +0100 |
commit | 8734e4ad5ee0757ba4c2c408fb81247218e63894 (patch) | |
tree | 8bd87717dd33959517be9ca2d4686c616623bc9c /npc | |
parent | 160b47eaf4ef05a6049c8ab9099817b7bc0dc3dd (diff) | |
download | clientdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.tar.gz clientdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.tar.bz2 clientdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.tar.xz clientdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.zip |
Correct warp location on sailors script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-0/sailors.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 0af6d5ad..73340f5b 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -4,7 +4,7 @@ // Description: // fix me -000-0.gat,0,0,0,0 script Sailors 0,0,0,{ +000-0.gat,24,20,0,1 script Sailors 305,1,1,{ mesn l("Narrator"); mesn l("You are on a raft, adrift in the sea. You don't remember anything before this. You can hear a voice from the sky. As you open your eyes and look around, you see a large ship. Some sailors are trying to talk to you.."); //italic @@ -31,6 +31,6 @@ mesq l("The sailors take you aboard their ship to help you."); //italic next; - warp 000-0-0,0,0; + warp 000-0-0,22,22; -} +}
\ No newline at end of file |