diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-03 16:57:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-03 16:57:23 -0300 |
commit | 16f5ec14e81910f13c3ed947e2f6ec6e866f16e5 (patch) | |
tree | ebe6d47fb939854d55dfa9cd891a68d366fbe58e /npc | |
parent | e9c9181e02a628c970fc70cfa5c7dc11a45628ff (diff) | |
download | serverdata-16f5ec14e81910f13c3ed947e2f6ec6e866f16e5.tar.gz serverdata-16f5ec14e81910f13c3ed947e2f6ec6e866f16e5.tar.bz2 serverdata-16f5ec14e81910f13c3ed947e2f6ec6e866f16e5.tar.xz serverdata-16f5ec14e81910f13c3ed947e2f6ec6e866f16e5.zip |
Hurnscald Potion Shop. The potion maker/seller is still missing!
Diffstat (limited to 'npc')
-rw-r--r-- | npc/012-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/012-4/_import.txt | 3 | ||||
-rw-r--r-- | npc/012-4/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
4 files changed, 8 insertions, 0 deletions
diff --git a/npc/012-1/_warps.txt b/npc/012-1/_warps.txt index 48a14b1ca..99f24b462 100644 --- a/npc/012-1/_warps.txt +++ b/npc/012-1/_warps.txt @@ -3,3 +3,4 @@ 012-1,79,17,0 warp #012-1_79_17 3,0,014-1,78,97 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 diff --git a/npc/012-4/_import.txt b/npc/012-4/_import.txt new file mode 100644 index 000000000..8bb7f52a8 --- /dev/null +++ b/npc/012-4/_import.txt @@ -0,0 +1,3 @@ +// Map 012-4: Alchemy Shop +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/012-4/_warps.txt", diff --git a/npc/012-4/_warps.txt b/npc/012-4/_warps.txt new file mode 100644 index 000000000..fb88327c2 --- /dev/null +++ b/npc/012-4/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 012-4: Alchemy Shop warps +012-4,35,31,0 warp #012-4_35_31 0,0,012-1,101,56 diff --git a/npc/_import.txt b/npc/_import.txt index e80546ff1..6125ae7ce 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -49,6 +49,7 @@ @include "npc/012-1/_import.txt" @include "npc/012-2/_import.txt" @include "npc/012-3/_import.txt" +@include "npc/012-4/_import.txt" @include "npc/014-1/_import.txt" @include "npc/015-1/_import.txt" @include "npc/boss/_import.txt" |