summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2015-05-17 05:31:22 +0200
committerReid <reidyaro@gmail.com>2015-05-17 05:32:10 +0200
commit8fb2e7a200ebb6c21595b787c4d026725e362ed1 (patch)
treebf86c284a8ce43d46ac8e404e35a445a4d708210
parent7feb56913c08e1d00aea24f5f0e1dbf7fe47938a (diff)
downloadserverdata-8fb2e7a200ebb6c21595b787c4d026725e362ed1.tar.gz
serverdata-8fb2e7a200ebb6c21595b787c4d026725e362ed1.tar.bz2
serverdata-8fb2e7a200ebb6c21595b787c4d026725e362ed1.tar.xz
serverdata-8fb2e7a200ebb6c21595b787c4d026725e362ed1.zip
Offset some harbour NPC and add a new one following the dock changes.
-rw-r--r--npc/001-1/harbours.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/npc/001-1/harbours.txt b/npc/001-1/harbours.txt
index c4e34fe2..a0623584 100644
--- a/npc/001-1/harbours.txt
+++ b/npc/001-1/harbours.txt
@@ -22,7 +22,7 @@ OnInit:
end;
}
-001-1,183,87,0 script #Harbour1 421,{
+001-1,183,85,0 script #Harbour1 421,{
harbourClic;
OnTimer1670:
@@ -33,7 +33,7 @@ OnInit:
end;
}
-001-1,183,91,0 script #Harbour2 420,{
+001-1,183,89,0 script #Harbour2 420,{
harbourClic;
OnTimer1670:
@@ -65,3 +65,14 @@ OnInit:
setnpcdistance 1;
end;
}
+
+001-1,198,92,0 script #Harbour5 421,{
+ harbourClic;
+
+OnTimer1670:
+ harbourTimer;
+
+OnInit:
+ setnpcdistance 1;
+ end;
+}