diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 00:25:55 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 00:25:55 -0300 |
commit | 5000613369315bacd85eb798a63d264b8347dc8a (patch) | |
tree | 77b0b195ac2e5d9a682b45959382a1531f2ac677 | |
parent | 8cfe121b1d76ec75fe52380f236d0ef4e8d2f7b4 (diff) | |
download | serverdata-5000613369315bacd85eb798a63d264b8347dc8a.tar.gz serverdata-5000613369315bacd85eb798a63d264b8347dc8a.tar.bz2 serverdata-5000613369315bacd85eb798a63d264b8347dc8a.tar.xz serverdata-5000613369315bacd85eb798a63d264b8347dc8a.zip |
Make Maps
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 15 | ||||
-rw-r--r-- | maps/re/012-1.mcache | bin | 970 -> 971 bytes | |||
-rw-r--r-- | maps/re/014-1.mcache | bin | 0 -> 993 bytes | |||
-rw-r--r-- | npc/014-1/_import.txt | 3 | ||||
-rw-r--r-- | npc/014-1/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
7 files changed, 16 insertions, 7 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index b96c9bd1f..140f92c5d 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -49,6 +49,7 @@ map_list: ( "012-1", "012-2", "012-3", + "014-1", "boss", "botcheck", "sec_pri", diff --git a/db/map_index.txt b/db/map_index.txt index 4bb05c22e..ad82a018b 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -46,10 +46,11 @@ 012-1 46 012-2 47 012-3 48 -boss 49 -botcheck 50 -sec_pri 51 -soren-2 52 -soren 53 -test 54 -testbg 55 +014-1 49 +boss 50 +botcheck 51 +sec_pri 52 +soren-2 53 +soren 54 +test 55 +testbg 56 diff --git a/maps/re/012-1.mcache b/maps/re/012-1.mcache Binary files differindex fd8c23f81..887da93fb 100644 --- a/maps/re/012-1.mcache +++ b/maps/re/012-1.mcache diff --git a/maps/re/014-1.mcache b/maps/re/014-1.mcache Binary files differnew file mode 100644 index 000000000..2b523f899 --- /dev/null +++ b/maps/re/014-1.mcache diff --git a/npc/014-1/_import.txt b/npc/014-1/_import.txt new file mode 100644 index 000000000..e33767915 --- /dev/null +++ b/npc/014-1/_import.txt @@ -0,0 +1,3 @@ +// Map 014-1: Woodland Mining Camp +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/014-1/_warps.txt", diff --git a/npc/014-1/_warps.txt b/npc/014-1/_warps.txt new file mode 100644 index 000000000..332df5e07 --- /dev/null +++ b/npc/014-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 014-1: Woodland Mining Camp warps +014-1,79,98,0 warp #014-1_79_98 3,0,008-1,78,18 diff --git a/npc/_import.txt b/npc/_import.txt index 8def1a1dd..ee559d49a 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -48,6 +48,7 @@ @include "npc/012-1/_import.txt" @include "npc/012-2/_import.txt" @include "npc/012-3/_import.txt" +@include "npc/014-1/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" |