diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 23:40:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 23:40:04 -0300 |
commit | 5f4f16ac12858648d5bd5998c308e26d464fef5e (patch) | |
tree | 0c7ec92c3100f622a678167cc071b6ab731edac4 /npc | |
parent | 19175d1d7c9d5b71c0bac35f4ae2ac1aa39c50cd (diff) | |
download | serverdata-5f4f16ac12858648d5bd5998c308e26d464fef5e.tar.gz serverdata-5f4f16ac12858648d5bd5998c308e26d464fef5e.tar.bz2 serverdata-5f4f16ac12858648d5bd5998c308e26d464fef5e.tar.xz serverdata-5f4f16ac12858648d5bd5998c308e26d464fef5e.zip |
Make Maps
Diffstat (limited to 'npc')
-rw-r--r-- | npc/014-2/_import.txt | 3 | ||||
-rw-r--r-- | npc/014-2/_warps.txt | 4 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
3 files changed, 8 insertions, 0 deletions
diff --git a/npc/014-2/_import.txt b/npc/014-2/_import.txt new file mode 100644 index 000000000..eec19ef2e --- /dev/null +++ b/npc/014-2/_import.txt @@ -0,0 +1,3 @@ +// Map 014-2: Woodlands Southeast +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/014-2/_warps.txt", diff --git a/npc/014-2/_warps.txt b/npc/014-2/_warps.txt new file mode 100644 index 000000000..7bf9c3581 --- /dev/null +++ b/npc/014-2/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 014-2: Woodlands Southeast warps +014-2,179,21,0 warp #014-2_179_21 3,0,012-1,78,101 +014-2,232,20,0 warp #014-2_232_20 2,0,012-1,132,100 diff --git a/npc/_import.txt b/npc/_import.txt index 6125ae7ce..976e1fe3e 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -51,6 +51,7 @@ @include "npc/012-3/_import.txt" @include "npc/012-4/_import.txt" @include "npc/014-1/_import.txt" +@include "npc/014-2/_import.txt" @include "npc/015-1/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" |