summaryrefslogtreecommitdiff
path: root/world/map/npc/022-1/dock.txt
blob: ce8d2785f60b94cece307e287130e409072fadda (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// 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;
}