summaryrefslogblamecommitdiff
path: root/world/map/npc/001-1/dock.txt
blob: 05402b94d01925e203f13028621afd29573f52cf (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                 
                 

             
                                         




                             
                                           




                          
                                       









                                
// The ferry dock
// Author: Wushin

// Ferry Sign
001-1,61,71,0|script|Ferry Schedule#2|396
{
    callfunc "FerryManifest";
    end;
}

001-1,75,70,0|script|Tulimshar Koga|395,8,3
{
    callfunc "BoardFerry";
    close;
}

001-1,70,70,0|script|#TulimsharDock|127
{
    end;
OnCommandArrive:
    enablenpc "Tulimshar Koga";
    end;

OnCommandWarp:
    disablenpc "Tulimshar Koga";
    end;
}