diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-12 09:10:40 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-12 09:10:40 -0300 |
commit | 3b60669a15b7fac135c629b608c43be14fb908c3 (patch) | |
tree | 001f53028dc76697554fb1b287252fdfdb748077 | |
parent | 906f3046b5e738c6ff970b77cfab2a8f9f77c1f2 (diff) | |
download | serverdata-3b60669a15b7fac135c629b608c43be14fb908c3.tar.gz serverdata-3b60669a15b7fac135c629b608c43be14fb908c3.tar.bz2 serverdata-3b60669a15b7fac135c629b608c43be14fb908c3.tar.xz serverdata-3b60669a15b7fac135c629b608c43be14fb908c3.zip |
Make Maps
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 23 | ||||
-rw-r--r-- | maps/re/012-1.mcache | bin | 977 -> 978 bytes | |||
-rw-r--r-- | maps/re/014-3.mcache | bin | 0 -> 1484 bytes | |||
-rw-r--r-- | npc/012-1/_warps.txt | 1 | ||||
-rw-r--r-- | npc/014-3/_import.txt | 4 | ||||
-rw-r--r-- | npc/014-3/_mobs.txt | 5 | ||||
-rw-r--r-- | npc/014-3/_warps.txt | 3 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
9 files changed, 27 insertions, 11 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index e081bc3f6..114b09138 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -61,6 +61,7 @@ map_list: ( "012-7", "014-1", "014-2", + "014-3", "015-1", "016-1", "016-6", diff --git a/db/map_index.txt b/db/map_index.txt index d8635f325..4d0ca3e4c 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -58,14 +58,15 @@ 012-7 58 014-1 59 014-2 60 -015-1 61 -016-1 62 -016-6 63 -016-7 64 -boss 65 -botcheck 66 -sec_pri 67 -soren-2 68 -soren 69 -test 70 -testbg 71 +014-3 61 +015-1 62 +016-1 63 +016-6 64 +016-7 65 +boss 66 +botcheck 67 +sec_pri 68 +soren-2 69 +soren 70 +test 71 +testbg 72 diff --git a/maps/re/012-1.mcache b/maps/re/012-1.mcache Binary files differindex fcd3fadc8..16a37b4ab 100644 --- a/maps/re/012-1.mcache +++ b/maps/re/012-1.mcache diff --git a/maps/re/014-3.mcache b/maps/re/014-3.mcache Binary files differnew file mode 100644 index 000000000..cab04e494 --- /dev/null +++ b/maps/re/014-3.mcache diff --git a/npc/012-1/_warps.txt b/npc/012-1/_warps.txt index 34ddb165f..5668b57e0 100644 --- a/npc/012-1/_warps.txt +++ b/npc/012-1/_warps.txt @@ -1,5 +1,6 @@ // This file is generated automatically. All manually added changes will be removed when running the Converter. // Map 012-1: Hurnscald warps +012-1,22,62,0 warp #012-1_22_62 0,3,014-3,223,111 012-1,79,17,0 warp #012-1_79_17 3,0,014-1,78,97 012-1,79,102,0 warp #012-1_79_102 3,0,014-2,178,22 012-1,132,101,0 warp #012-1_132_101 2,0,014-2,232,21 diff --git a/npc/014-3/_import.txt b/npc/014-3/_import.txt new file mode 100644 index 000000000..38507716e --- /dev/null +++ b/npc/014-3/_import.txt @@ -0,0 +1,4 @@ +// Map 014-3: Woodlands Central Area +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/014-3/_mobs.txt", +"npc/014-3/_warps.txt", diff --git a/npc/014-3/_mobs.txt b/npc/014-3/_mobs.txt new file mode 100644 index 000000000..10a83b912 --- /dev/null +++ b/npc/014-3/_mobs.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 014-3: Woodlands Central Area mobs +014-3,133,94,91,52 monster Mouboo 1023,30,30000,45000 +014-3,128,89,52,58 monster Forest Mushroom 1060,9,60000,45000 +014-3,122,121,90,35 monster Squirrel 1032,26,30000,42000 diff --git a/npc/014-3/_warps.txt b/npc/014-3/_warps.txt new file mode 100644 index 000000000..c3e787df0 --- /dev/null +++ b/npc/014-3/_warps.txt @@ -0,0 +1,3 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 014-3: Woodlands Central Area warps +014-3,224,111,0 warp #014-3_224_111 0,4,012-1,23,61 diff --git a/npc/_import.txt b/npc/_import.txt index f46f1ff09..ecc85ee9a 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -60,6 +60,7 @@ @include "npc/012-7/_import.txt" @include "npc/014-1/_import.txt" @include "npc/014-2/_import.txt" +@include "npc/014-3/_import.txt" @include "npc/015-1/_import.txt" @include "npc/016-1/_import.txt" @include "npc/016-6/_import.txt" |