diff options
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 17 | ||||
-rw-r--r-- | maps/re/009-2.mcache | bin | 0 -> 296 bytes | |||
-rw-r--r-- | npc/009-2/_import.txt | 4 | ||||
-rw-r--r-- | npc/009-2/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/009-2/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
7 files changed, 21 insertions, 8 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index fdd131a7b..5629bdc3d 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -52,6 +52,7 @@ map_list: ( "008-2-8", "008-2-9", "009-1", + "009-2", "009-5", "boss", "botcheck", diff --git a/db/map_index.txt b/db/map_index.txt index cc09f954c..9520688bc 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -49,11 +49,12 @@ 008-2-8 49 008-2-9 50 009-1 51 -009-5 52 -boss 53 -botcheck 54 -sec_pri 55 -soren-2 56 -soren 57 -test 58 -testbg 59 +009-2 52 +009-5 53 +boss 54 +botcheck 55 +sec_pri 56 +soren-2 57 +soren 58 +test 59 +testbg 60 diff --git a/maps/re/009-2.mcache b/maps/re/009-2.mcache Binary files differnew file mode 100644 index 000000000..b883fa903 --- /dev/null +++ b/maps/re/009-2.mcache diff --git a/npc/009-2/_import.txt b/npc/009-2/_import.txt new file mode 100644 index 000000000..c78e52bc3 --- /dev/null +++ b/npc/009-2/_import.txt @@ -0,0 +1,4 @@ +// Map 009-2: Halinarzo Route +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/009-2/_mobs.txt", +"npc/009-2/_warps.txt", diff --git a/npc/009-2/_mobs.txt b/npc/009-2/_mobs.txt new file mode 100644 index 000000000..c4f3e2792 --- /dev/null +++ b/npc/009-2/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 009-2: Halinarzo Route mobs +009-2,98,98,78,79 monster Blub 1008,1,60000,120000 diff --git a/npc/009-2/_warps.txt b/npc/009-2/_warps.txt new file mode 100644 index 000000000..9acfc1a10 --- /dev/null +++ b/npc/009-2/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 009-2: Halinarzo Route warps +009-2,86,20,0 warp #009-2_86_20 2,0,009-1,56,108 diff --git a/npc/_import.txt b/npc/_import.txt index acff10ad0..9741e53ce 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -51,6 +51,7 @@ @include "npc/008-2-8/_import.txt" @include "npc/008-2-9/_import.txt" @include "npc/009-1/_import.txt" +@include "npc/009-2/_import.txt" @include "npc/009-5/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" |