From 90309d65eec85483792f68877970b85078e6018b Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Tue, 22 Sep 2009 10:56:42 -0600 Subject: Add a basic ferry system --- npc/022-1_Tulimshar/_import.txt | 3 +++ npc/022-1_Tulimshar/dock.txt | 6 ++++++ npc/022-1_Tulimshar/elanore.txt | 3 +++ npc/022-1_Tulimshar/ferry_master.txt | 16 ++++++++++++++++ 4 files changed, 28 insertions(+) create mode 100644 npc/022-1_Tulimshar/dock.txt create mode 100644 npc/022-1_Tulimshar/elanore.txt create mode 100644 npc/022-1_Tulimshar/ferry_master.txt (limited to 'npc/022-1_Tulimshar') diff --git a/npc/022-1_Tulimshar/_import.txt b/npc/022-1_Tulimshar/_import.txt index e3e6f0d8..f2c7098b 100644 --- a/npc/022-1_Tulimshar/_import.txt +++ b/npc/022-1_Tulimshar/_import.txt @@ -1,3 +1,6 @@ map: 022-1.gat npc: npc/022-1_Tulimshar/_mobs.txt npc: npc/022-1_Tulimshar/_warps.txt +npc: npc/022-1_Tulimshar/dock.txt +npc: npc/022-1_Tulimshar/elanore.txt +npc: npc/022-1_Tulimshar/ferry_master.txt diff --git a/npc/022-1_Tulimshar/dock.txt b/npc/022-1_Tulimshar/dock.txt new file mode 100644 index 00000000..72d28486 --- /dev/null +++ b/npc/022-1_Tulimshar/dock.txt @@ -0,0 +1,6 @@ +// The ferry dock + +022-1.gat,84,72,0 script #tulimshardock 127,6,1,{ + set @loc, DOCK_tulimshar; + callfunc "Ferry"; +} diff --git a/npc/022-1_Tulimshar/elanore.txt b/npc/022-1_Tulimshar/elanore.txt new file mode 100644 index 00000000..f94344a7 --- /dev/null +++ b/npc/022-1_Tulimshar/elanore.txt @@ -0,0 +1,3 @@ +// + +022-1.gat,68,79,0 duplicate(Elanore#_M) Elanore 108 diff --git a/npc/022-1_Tulimshar/ferry_master.txt b/npc/022-1_Tulimshar/ferry_master.txt new file mode 100644 index 00000000..3cc10ce3 --- /dev/null +++ b/npc/022-1_Tulimshar/ferry_master.txt @@ -0,0 +1,16 @@ +// + +022-1.gat,73,71,0 script Ferry Master 138,{ + mes "[Ferry Master]"; + mes "\"Hello! Do you need something?\""; + next; + menu + "How do I use the ferry?", L_Explain, + "Nothing I guess", -; + close; + +L_Explain: + mes "[Ferry Master]"; + mes "\"You'll setup on the dock and select your destination. Each destination has an associated price that you need to pay. You don't have to go anywhere. Choosing the current port will result in nothing.\""; + close; +} -- cgit v1.2.3-70-g09d2