diff options
Diffstat (limited to 'world/map/npc/022-1/dock.txt')
-rw-r--r-- | world/map/npc/022-1/dock.txt | 49 |
1 files changed, 46 insertions, 3 deletions
diff --git a/world/map/npc/022-1/dock.txt b/world/map/npc/022-1/dock.txt index 2dfc9764..2f90c4a9 100644 --- a/world/map/npc/022-1/dock.txt +++ b/world/map/npc/022-1/dock.txt @@ -1,8 +1,51 @@ // The ferry dock +// Author: Wushin -022-1.gat,84,72,0|script|#tulimshardock|45,6,1, +// Ferry Sign +022-1.gat,62,36,0|script|Ferry Schedule#2|396, { - set @loc, DOCK_tulimshar; - callfunc "Ferry"; + callfunc "FerryManifest"; + end; +} + +022-1.gat,65,71,0|script|Ferry Schedule#3|396, +{ + callfunc "FerryManifest"; + end; +} + +022-1.gat,85,71,0|script|Tulimshar South Koga|395,6,2, +{ + callfunc "BoardFerry"; + close; +} + +022-1.gat,80,62,0|script|#Tulimshar SouthDock|45, +{ + end; +OnCommandArrive: + enablenpc "Tulimshar South Koga"; + end; + +OnCommandWarp: + disablenpc "Tulimshar South Koga"; + end; +} + +022-1.gat,60,24,0|script|Tulimshar North Koga|395,4,4, +{ + callfunc "BoardCandorFerry"; + close; +} + +022-1.gat,65,25,0|script|#Tulimshar NorthDock|45, +{ + end; +OnCommandArrive: + enablenpc "Tulimshar North Koga"; + end; + +OnCommandWarp: + disablenpc "Tulimshar North Koga"; end; } |