diff options
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 85 | ||||
-rw-r--r-- | maps/re/018-5-boss.mcache | bin | 0 -> 125 bytes | |||
-rw-r--r-- | npc/018-5-boss/_import.txt | 2 | ||||
-rw-r--r-- | npc/018-5/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
6 files changed, 49 insertions, 43 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 7cfdd6699..3265a8f46 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -117,6 +117,7 @@ map_list: ( "018-4-2", "018-4", "018-5-1", + "018-5-boss", "018-5", "019-1-1", "019-1", diff --git a/db/map_index.txt b/db/map_index.txt index eed416278..7f8ebf8a0 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -114,45 +114,46 @@ 018-4-2 114 018-4 115 018-5-1 116 -018-5 117 -019-1-1 118 -019-1 119 -019-2 120 -019-3 121 -019-4-1 122 -019-4 123 -020-1 124 -020-2 125 -020-3 126 -020-4 127 -020-5 128 -020-6 129 -021-1 130 -021-2 131 -021-3 132 -021-4 133 -022-1 134 -023-1 135 -023-2 136 -024-1 137 -024-10 138 -024-11 139 -024-12 140 -024-13 141 -024-14 142 -024-2 143 -024-3 144 -024-4 145 -024-5 146 -024-6 147 -024-7 148 -024-8 149 -024-9 150 -boss 151 -botcheck 152 -guilds 153 -sec_pri 154 -soren-2 155 -soren 156 -test 157 -testbg 158 +018-5-boss 117 +018-5 118 +019-1-1 119 +019-1 120 +019-2 121 +019-3 122 +019-4-1 123 +019-4 124 +020-1 125 +020-2 126 +020-3 127 +020-4 128 +020-5 129 +020-6 130 +021-1 131 +021-2 132 +021-3 133 +021-4 134 +022-1 135 +023-1 136 +023-2 137 +024-1 138 +024-10 139 +024-11 140 +024-12 141 +024-13 142 +024-14 143 +024-2 144 +024-3 145 +024-4 146 +024-5 147 +024-6 148 +024-7 149 +024-8 150 +024-9 151 +boss 152 +botcheck 153 +guilds 154 +sec_pri 155 +soren-2 156 +soren 157 +test 158 +testbg 159 diff --git a/maps/re/018-5-boss.mcache b/maps/re/018-5-boss.mcache Binary files differnew file mode 100644 index 000000000..2ae0c48c2 --- /dev/null +++ b/maps/re/018-5-boss.mcache diff --git a/npc/018-5-boss/_import.txt b/npc/018-5-boss/_import.txt new file mode 100644 index 000000000..7c584eb0e --- /dev/null +++ b/npc/018-5-boss/_import.txt @@ -0,0 +1,2 @@ +// Map 018-5-boss: Mountain Cave +// This file is generated automatically. All manually added changes will be removed when running the Converter. diff --git a/npc/018-5/_mobs.txt b/npc/018-5/_mobs.txt index 0b1e80524..ef06889de 100644 --- a/npc/018-5/_mobs.txt +++ b/npc/018-5/_mobs.txt @@ -1,7 +1,8 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 018-5: Lilit Island mobs 018-5,68,87,25,16 monster Water Fairy 1185,8,20000,40000 -018-5,66,84,25,18 monster Grass Snake 1169,10,10000,10000 +018-5,66,84,25,18 monster Grass Snake 1169,8,10000,10000 018-5,82,88,41,15 monster Wind Fairy 1185,8,40000,20000 018-5,99,47,22,14 monster Poison Fairy 1186,6,30000,30000 018-5,58,146,26,12 monster Mountain Snake 1123,6,120000,0 +018-5,58,83,18,22 monster Green Dragon 1195,2,120000,0 diff --git a/npc/_import.txt b/npc/_import.txt index 02af9f73d..0aae0646c 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -116,6 +116,7 @@ @include "npc/018-4-2/_import.txt" @include "npc/018-4/_import.txt" @include "npc/018-5-1/_import.txt" +@include "npc/018-5-boss/_import.txt" @include "npc/018-5/_import.txt" @include "npc/019-1-1/_import.txt" @include "npc/019-1/_import.txt" |