summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/dock.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/022-1/dock.txt')
-rw-r--r--world/map/npc/022-1/dock.txt51
1 files changed, 0 insertions, 51 deletions
diff --git a/world/map/npc/022-1/dock.txt b/world/map/npc/022-1/dock.txt
deleted file mode 100644
index 8da5b8aa..00000000
--- a/world/map/npc/022-1/dock.txt
+++ /dev/null
@@ -1,51 +0,0 @@
-// The ferry dock
-// Author: Wushin
-
-// Ferry Sign
-022-1.gat,62,36,0|script|Ferry Schedule#2|396
-{
- 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|127
-{
- 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|127
-{
- end;
-OnCommandArrive:
- enablenpc "Tulimshar North Koga";
- end;
-
-OnCommandWarp:
- disablenpc "Tulimshar North Koga";
- end;
-}