diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-07 13:41:09 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-07 16:48:18 -0300 |
commit | dc690d5f651f26498549b8d011ffa18433e826bb (patch) | |
tree | 9791f7cafb36a74cbcbf37c2a634496d81d05418 | |
parent | 14dc964bca3bb110d2d08f13ff27258b6748040d (diff) | |
download | serverdata-dc690d5f651f26498549b8d011ffa18433e826bb.tar.gz serverdata-dc690d5f651f26498549b8d011ffa18433e826bb.tar.bz2 serverdata-dc690d5f651f26498549b8d011ffa18433e826bb.tar.xz serverdata-dc690d5f651f26498549b8d011ffa18433e826bb.zip |
Make maps for testing purposes
-rw-r--r-- | conf/map/maps.conf | 3 | ||||
-rw-r--r-- | db/map_index.txt | 11 | ||||
-rw-r--r-- | maps/re/009-1.mcache | bin | 0 -> 824 bytes | |||
-rw-r--r-- | maps/re/009-5.mcache | bin | 0 -> 3021 bytes | |||
-rw-r--r-- | maps/re/boss.mcache | bin | 0 -> 164 bytes | |||
-rw-r--r-- | npc/009-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/009-5/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 3 | ||||
-rw-r--r-- | npc/boss/_import.txt | 2 |
9 files changed, 19 insertions, 4 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 7552c47bb..169563756 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -51,6 +51,9 @@ map_list: ( "008-2-7", "008-2-8", "008-2-9", + "009-1", + "009-5", + "boss", "botcheck", "sec_pri", "test", diff --git a/db/map_index.txt b/db/map_index.txt index 017096230..357dd64c8 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -48,7 +48,10 @@ 008-2-7 48 008-2-8 49 008-2-9 50 -botcheck 51 -sec_pri 52 -test 53 -testbg 54 +009-1 51 +009-5 52 +boss 53 +botcheck 54 +sec_pri 55 +test 56 +testbg 57 diff --git a/maps/re/009-1.mcache b/maps/re/009-1.mcache Binary files differnew file mode 100644 index 000000000..8bdfec8e3 --- /dev/null +++ b/maps/re/009-1.mcache diff --git a/maps/re/009-5.mcache b/maps/re/009-5.mcache Binary files differnew file mode 100644 index 000000000..c47677811 --- /dev/null +++ b/maps/re/009-5.mcache diff --git a/maps/re/boss.mcache b/maps/re/boss.mcache Binary files differnew file mode 100644 index 000000000..0382f5a34 --- /dev/null +++ b/maps/re/boss.mcache diff --git a/npc/009-1/_import.txt b/npc/009-1/_import.txt new file mode 100644 index 000000000..057b7070c --- /dev/null +++ b/npc/009-1/_import.txt @@ -0,0 +1,2 @@ +// Map 009-1: Halinarzo +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/009-5/_import.txt b/npc/009-5/_import.txt new file mode 100644 index 000000000..83c56078c --- /dev/null +++ b/npc/009-5/_import.txt @@ -0,0 +1,2 @@ +// Map 009-5: Depleted Mana Stones Mine +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/_import.txt b/npc/_import.txt index 56495f66a..8becbf4a2 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -50,6 +50,9 @@ @include "npc/008-2-7/_import.txt" @include "npc/008-2-8/_import.txt" @include "npc/008-2-9/_import.txt" +@include "npc/009-1/_import.txt" +@include "npc/009-5/_import.txt" +@include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" @include "npc/test/_import.txt" diff --git a/npc/boss/_import.txt b/npc/boss/_import.txt new file mode 100644 index 000000000..99f216b3b --- /dev/null +++ b/npc/boss/_import.txt @@ -0,0 +1,2 @@ +// Map boss: Boss Arena +// This file is generated automatically. All manually added changes will be removed when running the Converter. |