diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-05 17:33:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-05 17:33:06 -0300 |
commit | ef463cc092a07131893bfec2596fe6101ba8c099 (patch) | |
tree | 1cccc944076c9f031fdd17f695db2fb98d4a34ab /npc | |
parent | e5b4acd5671ce8e4a40b652c8f4855f7f2dbd266 (diff) | |
download | serverdata-ef463cc092a07131893bfec2596fe6101ba8c099.tar.gz serverdata-ef463cc092a07131893bfec2596fe6101ba8c099.tar.bz2 serverdata-ef463cc092a07131893bfec2596fe6101ba8c099.tar.xz serverdata-ef463cc092a07131893bfec2596fe6101ba8c099.zip |
Make maps, no NPC added yet
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/012-7/_import.txt | 3 | ||||
-rw-r--r-- | npc/012-7/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/npc/012-1/_warps.txt b/npc/012-1/_warps.txt index b9d0e17be..34ddb165f 100644 --- a/npc/012-1/_warps.txt +++ b/npc/012-1/_warps.txt @@ -9,3 +9,4 @@ 012-1,121,71,0 warp #012-1_121_71 0,0,012-5,34,36 012-1,116,66,0 warp #012-1_116_66 0,0,012-5,23,26 012-1,110,56,0 warp #012-1_110_56 0,0,012-6,58,68 +012-1,102,69,0 warp #012-1_102_69 0,0,012-7,35,64 diff --git a/npc/012-7/_import.txt b/npc/012-7/_import.txt new file mode 100644 index 000000000..1f927ce5f --- /dev/null +++ b/npc/012-7/_import.txt @@ -0,0 +1,3 @@ +// Map 012-7: Town Hall +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/012-7/_warps.txt", diff --git a/npc/012-7/_warps.txt b/npc/012-7/_warps.txt new file mode 100644 index 000000000..7cc2e52e1 --- /dev/null +++ b/npc/012-7/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 012-7: Town Hall warps +012-7,35,65,0 warp #012-7_35_65 0,0,012-1,102,70 diff --git a/npc/_import.txt b/npc/_import.txt index 766deab92..4e7fa6cb5 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -53,6 +53,7 @@ @include "npc/012-4/_import.txt" @include "npc/012-5/_import.txt" @include "npc/012-6/_import.txt" +@include "npc/012-7/_import.txt" @include "npc/014-1/_import.txt" @include "npc/014-2/_import.txt" @include "npc/015-1/_import.txt" |