From 88b980a6d93cbf6881b25ccd0c45fb841a9170ec Mon Sep 17 00:00:00 2001 From: Reid Date: Thu, 24 Dec 2015 03:49:31 +0100 Subject: Add new harbour tile and offset an animation that appeared on water. --- npc/001-1/harbours.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/npc/001-1/harbours.txt b/npc/001-1/harbours.txt index 51484179..6b6f0cbd 100644 --- a/npc/001-1/harbours.txt +++ b/npc/001-1/harbours.txt @@ -55,7 +55,7 @@ OnInit: end; } -001-1,177,117,0 script #Harbour4 NPC_HARBOUR_WHEEL_BOX,{ +001-1,175,117,0 script #Harbour4 NPC_HARBOUR_WHEEL_BOX,{ harbourClic; OnTimer1670: @@ -76,3 +76,14 @@ OnInit: .distance = 1; end; } + +001-1,151,117,0 script #Harbour6 NPC_HARBOUR_WHEEL,{ + harbourClic; + +OnTimer1670: + harbourTimer; + +OnInit: + .distance = 1; + end; +} -- cgit v1.2.3-70-g09d2