diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-23 14:32:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-23 14:32:10 -0300 |
commit | 6a358f1328830d0d964b4beb8f18f211066f1e9b (patch) | |
tree | f99da1c7df4db79ca27a2c85b27915da35a9c690 | |
parent | 8eb590c666e1bef4fa200b352c78e18d3637f613 (diff) | |
download | serverdata-6a358f1328830d0d964b4beb8f18f211066f1e9b.tar.gz serverdata-6a358f1328830d0d964b4beb8f18f211066f1e9b.tar.bz2 serverdata-6a358f1328830d0d964b4beb8f18f211066f1e9b.tar.xz serverdata-6a358f1328830d0d964b4beb8f18f211066f1e9b.zip |
Make Maps
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 21 | ||||
-rw-r--r-- | maps/re/010-2-1.mcache | bin | 0 -> 529 bytes | |||
-rw-r--r-- | npc/010-2-1/_import.txt | 4 | ||||
-rw-r--r-- | npc/010-2-1/_mobs.txt | 10 | ||||
-rw-r--r-- | npc/010-2-1/_warps.txt | 6 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
7 files changed, 33 insertions, 10 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 7ca0ec8c3..f771c7502 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -42,6 +42,7 @@ map_list: ( "009-1", "010-1-1", "010-1", + "010-2-1", "010-2", "011-1", "011-2", diff --git a/db/map_index.txt b/db/map_index.txt index 5a53e2709..4ab5999db 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -39,13 +39,14 @@ 009-1 39 010-1-1 40 010-1 41 -010-2 42 -011-1 43 -011-2 44 -boss 45 -botcheck 46 -sec_pri 47 -soren-2 48 -soren 49 -test 50 -testbg 51 +010-2-1 42 +010-2 43 +011-1 44 +011-2 45 +boss 46 +botcheck 47 +sec_pri 48 +soren-2 49 +soren 50 +test 51 +testbg 52 diff --git a/maps/re/010-2-1.mcache b/maps/re/010-2-1.mcache Binary files differnew file mode 100644 index 000000000..cc2611d94 --- /dev/null +++ b/maps/re/010-2-1.mcache diff --git a/npc/010-2-1/_import.txt b/npc/010-2-1/_import.txt new file mode 100644 index 000000000..bfe5d5e8c --- /dev/null +++ b/npc/010-2-1/_import.txt @@ -0,0 +1,4 @@ +// Map 010-2-1: Canyon Caves +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/010-2-1/_mobs.txt", +"npc/010-2-1/_warps.txt", diff --git a/npc/010-2-1/_mobs.txt b/npc/010-2-1/_mobs.txt new file mode 100644 index 000000000..7c5134f47 --- /dev/null +++ b/npc/010-2-1/_mobs.txt @@ -0,0 +1,10 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 010-2-1: Canyon Caves mobs +010-2-1,55,58,29,22 monster Cave Snake 1035,12,35000,150000 +010-2-1,70,40,3,1 monster Small Topaz Bif 1101,1,35000,150000 +010-2-1,54,54,54,54 monster Cave Maggot 1027,20,40000,200000 +010-2-1,43,66,9,6 monster Snake 1122,3,35000,150000 +010-2-1,46,40,4,4 monster Snake 1122,3,35000,150000 +010-2-1,84,56,9,9 monster Snake 1122,3,35000,150000 +010-2-1,60,46,29,22 monster Cave Maggot 1027,6,35000,150000 +010-2-1,55,48,29,22 monster Small Topaz Bif 1101,3,35000,150000 diff --git a/npc/010-2-1/_warps.txt b/npc/010-2-1/_warps.txt new file mode 100644 index 000000000..052a836e2 --- /dev/null +++ b/npc/010-2-1/_warps.txt @@ -0,0 +1,6 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 010-2-1: Canyon Caves warps +010-2-1,78,73,0 warp #010-2-1_78_73 0,0,004-2,100,90 +010-2-1,26,86,0 warp #010-2-1_26_86 0,0,004-2,84,78 +010-2-1,25,47,0 warp #010-2-1_25_47 0,0,010-1,93,67 +010-2-1,51,26,0 warp #010-2-1_51_26 0,0,004-2,116,35 diff --git a/npc/_import.txt b/npc/_import.txt index 683dcae10..f2b6d1773 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -41,6 +41,7 @@ @include "npc/009-1/_import.txt" @include "npc/010-1-1/_import.txt" @include "npc/010-1/_import.txt" +@include "npc/010-2-1/_import.txt" @include "npc/010-2/_import.txt" @include "npc/011-1/_import.txt" @include "npc/011-2/_import.txt" |