diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-11 18:31:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-11 18:31:52 -0300 |
commit | 76358ff07d241b6fc8fcc17c0cdd7a6d43c38d57 (patch) | |
tree | 79dbe7131ff93bbcf3e57b2e0073ee3838ee0c6d /npc | |
parent | f8b4c7bb83b96d3b0e3233c027851d61a54ae115 (diff) | |
download | serverdata-76358ff07d241b6fc8fcc17c0cdd7a6d43c38d57.tar.gz serverdata-76358ff07d241b6fc8fcc17c0cdd7a6d43c38d57.tar.bz2 serverdata-76358ff07d241b6fc8fcc17c0cdd7a6d43c38d57.tar.xz serverdata-76358ff07d241b6fc8fcc17c0cdd7a6d43c38d57.zip |
Map 009-2 for testing
Diffstat (limited to 'npc')
-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 |
4 files changed, 11 insertions, 0 deletions
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" |