summaryrefslogtreecommitdiff
path: root/npc/000-0
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2011-12-18 18:18:20 +0100
committerReid <reidyaro@gmail.com>2011-12-18 18:18:20 +0100
commit8734e4ad5ee0757ba4c2c408fb81247218e63894 (patch)
tree8bd87717dd33959517be9ca2d4686c616623bc9c /npc/000-0
parent160b47eaf4ef05a6049c8ab9099817b7bc0dc3dd (diff)
downloadserverdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.tar.gz
serverdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.tar.bz2
serverdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.tar.xz
serverdata-8734e4ad5ee0757ba4c2c408fb81247218e63894.zip
Correct warp location on sailors script.
Diffstat (limited to 'npc/000-0')
-rw-r--r--npc/000-0/sailors.txt6
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