diff options
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 81 | ||||
-rw-r--r-- | npc/025-3/_import.txt | 1 | ||||
-rw-r--r-- | npc/025-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/026-0/_import.txt | 3 | ||||
-rw-r--r-- | npc/026-0/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
7 files changed, 53 insertions, 40 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index fc9242778..b0f23164c 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -193,6 +193,7 @@ map_list: ( "025-2-1", "025-2", "025-3", + "026-0", "027-1", "027-2", "027-3", diff --git a/db/map_index.txt b/db/map_index.txt index 145f99355..515f990ea 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -190,43 +190,44 @@ 025-2-1 190 025-2 191 025-3 192 -027-1 193 -027-2 194 -027-3 195 -027-4 196 -042-0 197 -042-1 198 -042-10 199 -042-11 200 -042-2 201 -042-3 202 -042-4 203 -042-5 204 -042-6 205 -042-7 206 -042-8 207 -042-9 208 -boss 209 -botcheck 210 -guilds 211 -maze0 212 -maze1 213 -maze10 214 -maze11 215 -maze12 216 -maze13 217 -maze14 218 -maze15 219 -maze2 220 -maze3 221 -maze4 222 -maze5 223 -maze6 224 -maze7 225 -maze8 226 -maze9 227 -sec_pri 228 -soren-2 229 -soren 230 -test 231 -testbg 232 +026-0 193 +027-1 194 +027-2 195 +027-3 196 +027-4 197 +042-0 198 +042-1 199 +042-10 200 +042-11 201 +042-2 202 +042-3 203 +042-4 204 +042-5 205 +042-6 206 +042-7 207 +042-8 208 +042-9 209 +boss 210 +botcheck 211 +guilds 212 +maze0 213 +maze1 214 +maze10 215 +maze11 216 +maze12 217 +maze13 218 +maze14 219 +maze15 220 +maze2 221 +maze3 222 +maze4 223 +maze5 224 +maze6 225 +maze7 226 +maze8 227 +maze9 228 +sec_pri 229 +soren-2 230 +soren 231 +test 232 +testbg 233 diff --git a/npc/025-3/_import.txt b/npc/025-3/_import.txt index b52258e8f..1d4c66f24 100644 --- a/npc/025-3/_import.txt +++ b/npc/025-3/_import.txt @@ -1,3 +1,4 @@ // Map 025-3: The Impregnable Fortress (Outside) // This file is generated automatically. All manually added changes will be removed when running the Converter. "npc/025-3/_mobs.txt", +"npc/025-3/_warps.txt", diff --git a/npc/025-3/_warps.txt b/npc/025-3/_warps.txt new file mode 100644 index 000000000..34399463e --- /dev/null +++ b/npc/025-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 025-3: The Impregnable Fortress (Outside) warps +025-3,106,83,0 warp #025-3_106_83 1,0,026-0,64,98 diff --git a/npc/026-0/_import.txt b/npc/026-0/_import.txt new file mode 100644 index 000000000..6a8abc8e2 --- /dev/null +++ b/npc/026-0/_import.txt @@ -0,0 +1,3 @@ +// Map 026-0: The Impregnable Fortress (B0F) +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/026-0/_warps.txt", diff --git a/npc/026-0/_warps.txt b/npc/026-0/_warps.txt new file mode 100644 index 000000000..19eaa3b99 --- /dev/null +++ b/npc/026-0/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 026-0: The Impregnable Fortress (B0F) warps +026-0,64,99,0 warp #026-0_64_99 2,0,025-3,105,84 diff --git a/npc/_import.txt b/npc/_import.txt index 70e3f40b4..247b906e5 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -192,6 +192,7 @@ @include "npc/025-2-1/_import.txt" @include "npc/025-2/_import.txt" @include "npc/025-3/_import.txt" +@include "npc/026-0/_import.txt" @include "npc/027-1/_import.txt" @include "npc/027-2/_import.txt" @include "npc/027-3/_import.txt" |