diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-19 01:40:48 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-19 01:40:48 -0200 |
commit | 63946adfbbe8605a2891ed91185f9302f54d3c23 (patch) | |
tree | 6172659671575b7b96d1666883081382750b0638 | |
parent | ddd9e22bc907d98ec5966f568112b86f9b5ac10c (diff) | |
download | serverdata-63946adfbbe8605a2891ed91185f9302f54d3c23.tar.gz serverdata-63946adfbbe8605a2891ed91185f9302f54d3c23.tar.bz2 serverdata-63946adfbbe8605a2891ed91185f9302f54d3c23.tar.xz serverdata-63946adfbbe8605a2891ed91185f9302f54d3c23.zip |
Accept 018-2-2 and 018-2-3 server side
-rw-r--r-- | conf/map/maps.conf | 2 | ||||
-rw-r--r-- | db/map_index.txt | 60 | ||||
-rw-r--r-- | maps/re/018-2-2.mcache | bin | 0 -> 2265 bytes | |||
-rw-r--r-- | maps/re/018-2-3.mcache | bin | 0 -> 2265 bytes | |||
-rw-r--r-- | npc/018-2-2/_import.txt | 2 | ||||
-rw-r--r-- | npc/018-2-3/_import.txt | 2 | ||||
-rw-r--r-- | npc/_import.txt | 2 |
7 files changed, 39 insertions, 29 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 0bc31e1d9..81cbd23da 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -95,6 +95,8 @@ map_list: ( "018-1-1", "018-1", "018-2-1", + "018-2-2", + "018-2-3", "018-2", "018-3-1", "018-3", diff --git a/db/map_index.txt b/db/map_index.txt index b0835ab1d..9aacc7e07 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -92,32 +92,34 @@ 018-1-1 92 018-1 93 018-2-1 94 -018-2 95 -018-3-1 96 -018-3 97 -018-4-1 98 -018-4-2 99 -018-4 100 -018-5 101 -019-1-1 102 -019-1 103 -019-2 104 -019-3 105 -019-4-1 106 -019-4 107 -020-1 108 -021-1 109 -021-2 110 -021-3 111 -021-4 112 -022-1 113 -023-1 114 -023-2 115 -024-1 116 -boss 117 -botcheck 118 -sec_pri 119 -soren-2 120 -soren 121 -test 122 -testbg 123 +018-2-2 95 +018-2-3 96 +018-2 97 +018-3-1 98 +018-3 99 +018-4-1 100 +018-4-2 101 +018-4 102 +018-5 103 +019-1-1 104 +019-1 105 +019-2 106 +019-3 107 +019-4-1 108 +019-4 109 +020-1 110 +021-1 111 +021-2 112 +021-3 113 +021-4 114 +022-1 115 +023-1 116 +023-2 117 +024-1 118 +boss 119 +botcheck 120 +sec_pri 121 +soren-2 122 +soren 123 +test 124 +testbg 125 diff --git a/maps/re/018-2-2.mcache b/maps/re/018-2-2.mcache Binary files differnew file mode 100644 index 000000000..0ba5e7138 --- /dev/null +++ b/maps/re/018-2-2.mcache diff --git a/maps/re/018-2-3.mcache b/maps/re/018-2-3.mcache Binary files differnew file mode 100644 index 000000000..0ba5e7138 --- /dev/null +++ b/maps/re/018-2-3.mcache diff --git a/npc/018-2-2/_import.txt b/npc/018-2-2/_import.txt new file mode 100644 index 000000000..f47185ee5 --- /dev/null +++ b/npc/018-2-2/_import.txt @@ -0,0 +1,2 @@ +// Map 018-2-2: Heroes Hold - Main Dungeon +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/018-2-3/_import.txt b/npc/018-2-3/_import.txt new file mode 100644 index 000000000..bb9533798 --- /dev/null +++ b/npc/018-2-3/_import.txt @@ -0,0 +1,2 @@ +// Map 018-2-3: Heroes Hold - Main Dungeon +// 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 3b4da02d8..a32f08df6 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -94,6 +94,8 @@ @include "npc/018-1-1/_import.txt" @include "npc/018-1/_import.txt" @include "npc/018-2-1/_import.txt" +@include "npc/018-2-2/_import.txt" +@include "npc/018-2-3/_import.txt" @include "npc/018-2/_import.txt" @include "npc/018-3-1/_import.txt" @include "npc/018-3/_import.txt" |