diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-09 15:20:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-09 15:20:53 -0300 |
commit | 687fda8cca0592f12635c524a6803548a1c3bc26 (patch) | |
tree | 46fd899ec7eeaa3b66338c9a1c238d5b9dce862a /npc | |
parent | b9c00de58f5de8671397d65685d825da886e9901 (diff) | |
download | serverdata-687fda8cca0592f12635c524a6803548a1c3bc26.tar.gz serverdata-687fda8cca0592f12635c524a6803548a1c3bc26.tar.bz2 serverdata-687fda8cca0592f12635c524a6803548a1c3bc26.tar.xz serverdata-687fda8cca0592f12635c524a6803548a1c3bc26.zip |
Make Maps
Diffstat (limited to 'npc')
-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 |
3 files changed, 7 insertions, 0 deletions
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" |