diff options
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 17 | ||||
-rw-r--r-- | maps/re/016-1.mcache | bin | 0 -> 106 bytes | |||
-rw-r--r-- | npc/016-1/_import.txt | 3 | ||||
-rw-r--r-- | npc/016-1/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
6 files changed, 17 insertions, 8 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 30d7a2528..15fe67797 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -62,6 +62,7 @@ map_list: ( "014-1", "014-2", "015-1", + "016-1", "016-6", "boss", "botcheck", diff --git a/db/map_index.txt b/db/map_index.txt index 3719a2c8e..c83bcc686 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -59,11 +59,12 @@ 014-1 59 014-2 60 015-1 61 -016-6 62 -boss 63 -botcheck 64 -sec_pri 65 -soren-2 66 -soren 67 -test 68 -testbg 69 +016-1 62 +016-6 63 +boss 64 +botcheck 65 +sec_pri 66 +soren-2 67 +soren 68 +test 69 +testbg 70 diff --git a/maps/re/016-1.mcache b/maps/re/016-1.mcache Binary files differnew file mode 100644 index 000000000..1545b2200 --- /dev/null +++ b/maps/re/016-1.mcache diff --git a/npc/016-1/_import.txt b/npc/016-1/_import.txt new file mode 100644 index 000000000..1edea7a42 --- /dev/null +++ b/npc/016-1/_import.txt @@ -0,0 +1,3 @@ +// Map 016-1: La Marine First Deck +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/016-1/_mobs.txt", diff --git a/npc/016-1/_mobs.txt b/npc/016-1/_mobs.txt new file mode 100644 index 000000000..621c46039 --- /dev/null +++ b/npc/016-1/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 016-1: La Marine First Deck mobs +016-1,31,26,9,4 monster Piou 1002,2,30000,20000 diff --git a/npc/_import.txt b/npc/_import.txt index 225d75b82..1d9deba5b 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -61,6 +61,7 @@ @include "npc/014-1/_import.txt" @include "npc/014-2/_import.txt" @include "npc/015-1/_import.txt" +@include "npc/016-1/_import.txt" @include "npc/016-6/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" |