diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-04 01:47:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-04 01:47:53 -0300 |
commit | b5e1661ad84da5fbe7ac1e69814a63b797a60049 (patch) | |
tree | bd2793f89c69e77133b26c163af6b6ede6c33bfb /npc | |
parent | 996e3f6a1253602e4559d36ca8132aeaf3e4a850 (diff) | |
download | serverdata-b5e1661ad84da5fbe7ac1e69814a63b797a60049.tar.gz serverdata-b5e1661ad84da5fbe7ac1e69814a63b797a60049.tar.bz2 serverdata-b5e1661ad84da5fbe7ac1e69814a63b797a60049.tar.xz serverdata-b5e1661ad84da5fbe7ac1e69814a63b797a60049.zip |
*yawn* last submission for now: add 012-5 map.
The NPC can come later.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/_mobs.txt | 1 | ||||
-rw-r--r-- | npc/012-1/_warps.txt | 2 | ||||
-rw-r--r-- | npc/012-5/_import.txt | 3 | ||||
-rw-r--r-- | npc/012-5/_warps.txt | 4 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/npc/012-1/_mobs.txt b/npc/012-1/_mobs.txt index 1d7d42f95..60a3b9d76 100644 --- a/npc/012-1/_mobs.txt +++ b/npc/012-1/_mobs.txt @@ -6,3 +6,4 @@ 012-1,44,47,21,32 monster Clover Patch 1028,4,60000,90000 012-1,135,58,7,29 monster Piousse 1003,6,40000,60000 012-1,85,86,52,15 monster Silk Worm 1034,5,30000,30000 +012-1,115,69,1,1 monster Training Dummy 1021,1,10000,10000 diff --git a/npc/012-1/_warps.txt b/npc/012-1/_warps.txt index e9444ae3d..4de3bd504 100644 --- a/npc/012-1/_warps.txt +++ b/npc/012-1/_warps.txt @@ -6,3 +6,5 @@ 012-1,65,55,0 warp #012-1_65_55 0,0,012-2,36,46 012-1,89,58,0 warp #012-1_89_58 0,0,012-3,41,45 012-1,101,55,0 warp #012-1_101_55 0,0,012-4,35,30 +012-1,121,71,0 warp #012-1_121_71 0,0,012-5,34,36 +012-1,116,66,0 warp #012-1_116_66 0,0,012-5,23,26 diff --git a/npc/012-5/_import.txt b/npc/012-5/_import.txt new file mode 100644 index 000000000..e65d06a2c --- /dev/null +++ b/npc/012-5/_import.txt @@ -0,0 +1,3 @@ +// Map 012-5: Indoors +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/012-5/_warps.txt", diff --git a/npc/012-5/_warps.txt b/npc/012-5/_warps.txt new file mode 100644 index 000000000..2816bf32d --- /dev/null +++ b/npc/012-5/_warps.txt @@ -0,0 +1,4 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 012-5: Indoors warps +012-5,34,37,0 warp #012-5_34_37 0,0,012-1,121,72 +012-5,23,27,0 warp #012-5_23_27 0,0,012-1,116,67 diff --git a/npc/_import.txt b/npc/_import.txt index 976e1fe3e..711de6aeb 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -50,6 +50,7 @@ @include "npc/012-2/_import.txt" @include "npc/012-3/_import.txt" @include "npc/012-4/_import.txt" +@include "npc/012-5/_import.txt" @include "npc/014-1/_import.txt" @include "npc/014-2/_import.txt" @include "npc/015-1/_import.txt" |