diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 20:23:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 20:23:24 -0300 |
commit | b3179a24afdada3904dfbc4fe925e5def5f405da (patch) | |
tree | 194ed9dcabcfa49ea23c8415c22f93f69d469c22 /npc | |
parent | a91bbf3e2fdc5f24f13375a047e95fe95dec8c1c (diff) | |
download | serverdata-b3179a24afdada3904dfbc4fe925e5def5f405da.tar.gz serverdata-b3179a24afdada3904dfbc4fe925e5def5f405da.tar.bz2 serverdata-b3179a24afdada3904dfbc4fe925e5def5f405da.tar.xz serverdata-b3179a24afdada3904dfbc4fe925e5def5f405da.zip |
Make Maps
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/012-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/012-3/_import.txt | 3 | ||||
-rw-r--r-- | npc/012-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
5 files changed, 12 insertions, 4 deletions
diff --git a/npc/012-1/_mobs.txt b/npc/012-1/_mobs.txt index 8366caa10..1d7d42f95 100644 --- a/npc/012-1/_mobs.txt +++ b/npc/012-1/_mobs.txt @@ -1,8 +1,8 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 012-1: Hurnscald mobs -012-1,90,64,35,14 monster Red Butterfly 1025,4,30000,90000 +012-1,90,63,35,14 monster Red Butterfly 1025,4,30000,90000 012-1,90,62,36,15 monster Mana Bug 1075,5,30000,90000 -012-1,92,30,45,15 monster Pinkie 1132,8,30000,90000 -012-1,135,59,7,29 monster Piousse 1003,6,40000,60000 +012-1,92,33,45,15 monster Pinkie 1132,8,30000,90000 +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,46,48,21,32 monster Clover Patch 1028,4,60000,90000 diff --git a/npc/012-1/_warps.txt b/npc/012-1/_warps.txt index 37ad92fc8..dbbaa2867 100644 --- a/npc/012-1/_warps.txt +++ b/npc/012-1/_warps.txt @@ -1,3 +1,4 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 012-1: Hurnscald warps 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 diff --git a/npc/012-3/_import.txt b/npc/012-3/_import.txt new file mode 100644 index 000000000..d27bc10f1 --- /dev/null +++ b/npc/012-3/_import.txt @@ -0,0 +1,3 @@ +// Map 012-3: Archery Shop +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/012-3/_warps.txt", diff --git a/npc/012-3/_warps.txt b/npc/012-3/_warps.txt new file mode 100644 index 000000000..0b817222d --- /dev/null +++ b/npc/012-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 012-3: Archery Shop warps +012-3,41,46,0 warp #012-3_41_46 0,0,012-1,89,59 diff --git a/npc/_import.txt b/npc/_import.txt index 7a29506ee..8def1a1dd 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -47,6 +47,7 @@ @include "npc/011-2/_import.txt" @include "npc/012-1/_import.txt" @include "npc/012-2/_import.txt" +@include "npc/012-3/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" @include "npc/sec_pri/_import.txt" |