From 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 1 Jun 2011 15:27:26 -0600 Subject: Change the Converter to use different folder names And update everything to use it. --- npc/022-1/_import.txt | 9 +++++++++ npc/022-1/_mobs.txt | 8 ++++++++ npc/022-1/_warps.txt | 5 +++++ npc/022-1/dock.txt | 6 ++++++ npc/022-1/elanore.txt | 3 +++ npc/022-1/ferry_master.txt | 16 ++++++++++++++++ npc/022-1/mapflags.txt | 2 ++ 7 files changed, 49 insertions(+) create mode 100644 npc/022-1/_import.txt create mode 100644 npc/022-1/_mobs.txt create mode 100644 npc/022-1/_warps.txt create mode 100644 npc/022-1/dock.txt create mode 100644 npc/022-1/elanore.txt create mode 100644 npc/022-1/ferry_master.txt create mode 100644 npc/022-1/mapflags.txt (limited to 'npc/022-1') diff --git a/npc/022-1/_import.txt b/npc/022-1/_import.txt new file mode 100644 index 00000000..f0e9cc73 --- /dev/null +++ b/npc/022-1/_import.txt @@ -0,0 +1,9 @@ +// Map 022-1: Tulimshar +// This file is generated automatically. All manually changes will be removed when running the Converter. +map: 022-1.gat +npc: npc/022-1/_mobs.txt +npc: npc/022-1/_warps.txt +npc: npc/022-1/dock.txt +npc: npc/022-1/elanore.txt +npc: npc/022-1/ferry_master.txt +npc: npc/022-1/mapflags.txt diff --git a/npc/022-1/_mobs.txt b/npc/022-1/_mobs.txt new file mode 100644 index 00000000..a61eb346 --- /dev/null +++ b/npc/022-1/_mobs.txt @@ -0,0 +1,8 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Tulimshar mobs + + + +022-1.gat,0,0,0 script Mob022-1 -1,{ + end; +} diff --git a/npc/022-1/_warps.txt b/npc/022-1/_warps.txt new file mode 100644 index 00000000..38e63696 --- /dev/null +++ b/npc/022-1/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually changes will be removed when running the Converter. +// Tulimshar warps + +022-1.gat,72,108 warp ToCentralTulimshar 3,-1,021-1.gat,73,21 +022-1.gat,113,108 warp ToCentralTulimshar 3,-1,021-1.gat,113,21 diff --git a/npc/022-1/dock.txt b/npc/022-1/dock.txt new file mode 100644 index 00000000..72d28486 --- /dev/null +++ b/npc/022-1/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/elanore.txt b/npc/022-1/elanore.txt new file mode 100644 index 00000000..52e64171 --- /dev/null +++ b/npc/022-1/elanore.txt @@ -0,0 +1,3 @@ +// + +022-1.gat,68,79,0 duplicate(Elanore#_M) Elanore#_M 108 diff --git a/npc/022-1/ferry_master.txt b/npc/022-1/ferry_master.txt new file mode 100644 index 00000000..a1d9d69a --- /dev/null +++ b/npc/022-1/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 step up 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; +} diff --git a/npc/022-1/mapflags.txt b/npc/022-1/mapflags.txt new file mode 100644 index 00000000..f1b0444b --- /dev/null +++ b/npc/022-1/mapflags.txt @@ -0,0 +1,2 @@ +022-1.gat mapflag no_player_drops +022-1.gat mapflag town -- cgit v1.2.3-70-g09d2