diff options
author | Reid <reidyaro@gmail.com> | 2015-02-07 23:30:48 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-02-07 23:30:48 +0100 |
commit | ca1f12b659597b4d766b7a7c252f4df614e6b744 (patch) | |
tree | d8c05a84d14f1c082de084c0844f84fc56780182 | |
parent | 66dceda1f04fc20e57f8cc6f695f1d19ed28a6d9 (diff) | |
download | serverdata-ca1f12b659597b4d766b7a7c252f4df614e6b744.tar.gz serverdata-ca1f12b659597b4d766b7a7c252f4df614e6b744.tar.bz2 serverdata-ca1f12b659597b4d766b7a7c252f4df614e6b744.tar.xz serverdata-ca1f12b659597b4d766b7a7c252f4df614e6b744.zip |
Add other harbour NPC.
-rw-r--r-- | npc/001-1/harbours.txt | 45 |
1 files changed, 44 insertions, 1 deletions
diff --git a/npc/001-1/harbours.txt b/npc/001-1/harbours.txt index ee391bad..d47a664b 100644 --- a/npc/001-1/harbours.txt +++ b/npc/001-1/harbours.txt @@ -11,8 +11,51 @@ // 6 Hook down. // 8 Hook up. -001-1,177,120,0 script #Harbour1 421,{ +001-1,192,82,0 script #Harbour0 420,{ + harbourClic; + +OnTimer1670: + harbourTimer; + +OnInit: + setnpcdistance 1; + end; +} + +001-1,183,87,0 script #Harbour1 421,{ + harbourClic; + +OnTimer1670: + harbourTimer; + +OnInit: + setnpcdistance 1; + end; +} + +001-1,183,91,0 script #Harbour2 420,{ + harbourClic; + +OnTimer1670: + harbourTimer; + +OnInit: + setnpcdistance 1; + end; +} + +001-1,198,115,0 script #Harbour3 421,{ + harbourClic; + +OnTimer1670: + harbourTimer; + +OnInit: + setnpcdistance 1; + end; +} +001-1,177,120,0 script #Harbour4 421,{ harbourClic; OnTimer1670: |