diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-03-18 19:49:49 +0100 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-03-18 19:50:08 +0100 |
commit | a9a329ecaa58bae9ee7c8c88b593c66ec6215f0c (patch) | |
tree | f7a18e2cb8cbb3e5dc0553cad435204b38c2c5a6 /npc | |
parent | 269bfa53fde9eba3c2aef6d878403d12096c7428 (diff) | |
download | serverdata-a9a329ecaa58bae9ee7c8c88b593c66ec6215f0c.tar.gz serverdata-a9a329ecaa58bae9ee7c8c88b593c66ec6215f0c.tar.bz2 serverdata-a9a329ecaa58bae9ee7c8c88b593c66ec6215f0c.tar.xz serverdata-a9a329ecaa58bae9ee7c8c88b593c66ec6215f0c.zip |
add 010-1 desert canyon to halin
Diffstat (limited to 'npc')
-rw-r--r-- | npc/005-1/_import.txt | 2 | ||||
-rw-r--r-- | npc/010-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/010-1/_mobs.txt | 3 | ||||
-rw-r--r-- | npc/010-1/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 12 insertions, 1 deletions
diff --git a/npc/005-1/_import.txt b/npc/005-1/_import.txt index 9934b6a3c..2540b11af 100644 --- a/npc/005-1/_import.txt +++ b/npc/005-1/_import.txt @@ -10,5 +10,5 @@ "npc/005-1/soul-menhir.txt", "npc/005-1/vincent.txt", "npc/005-1/warpcandorbattle.txt", +"npc/005-1/wateranimation.txt", "npc/005-1/zegas.txt", -"npc/005-1/wateranimation.txt",
\ No newline at end of file diff --git a/npc/010-1/_import.txt b/npc/010-1/_import.txt new file mode 100644 index 000000000..3d09583f9 --- /dev/null +++ b/npc/010-1/_import.txt @@ -0,0 +1,4 @@ +// Map 010-1: Desert Mountains +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/010-1/_mobs.txt", +"npc/010-1/_warps.txt", diff --git a/npc/010-1/_mobs.txt b/npc/010-1/_mobs.txt new file mode 100644 index 000000000..1d3e1ae9e --- /dev/null +++ b/npc/010-1/_mobs.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 010-1: Desert Mountains mobs +010-1,44,218,3,3 monster Fallen Guard 1082,2,35000,150000 diff --git a/npc/010-1/_warps.txt b/npc/010-1/_warps.txt new file mode 100644 index 000000000..4187f901f --- /dev/null +++ b/npc/010-1/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 010-1: Desert Mountains warps +010-1,27,245,0 warp #010-1_27_245 0,0,004-1,119,94 diff --git a/npc/_import.txt b/npc/_import.txt index 9741e53ce..27389b3c2 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -53,6 +53,7 @@ @include "npc/009-1/_import.txt" @include "npc/009-2/_import.txt" @include "npc/009-5/_import.txt" +@include "npc/010-1/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" |