diff options
author | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:27:26 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:37:09 -0600 |
commit | 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 (patch) | |
tree | 6545b29dbd08d81b57f9cb1f9f83df57ead489c2 /npc/022-1 | |
parent | c6e448824925eec18edffffc7342399b73b6feb4 (diff) | |
download | serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.gz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.bz2 serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.xz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.zip |
Change the Converter to use different folder names
And update everything to use it.
Diffstat (limited to 'npc/022-1')
-rw-r--r-- | npc/022-1/_import.txt | 9 | ||||
-rw-r--r-- | npc/022-1/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/022-1/_warps.txt | 5 | ||||
-rw-r--r-- | npc/022-1/dock.txt | 6 | ||||
-rw-r--r-- | npc/022-1/elanore.txt | 3 | ||||
-rw-r--r-- | npc/022-1/ferry_master.txt | 16 | ||||
-rw-r--r-- | npc/022-1/mapflags.txt | 2 |
7 files changed, 49 insertions, 0 deletions
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 |