diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-28 17:32:24 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-28 17:32:24 -0300 |
commit | 3ed3bcdad347fd38dd572251ff9beb715065c140 (patch) | |
tree | aeb7fb17bdd4f44bc96fe544b6f5ef71acecac9f | |
parent | 37a93b37625e9cb5b1d7d7c272e9aa2497b3c6d3 (diff) | |
download | serverdata-3ed3bcdad347fd38dd572251ff9beb715065c140.tar.gz serverdata-3ed3bcdad347fd38dd572251ff9beb715065c140.tar.bz2 serverdata-3ed3bcdad347fd38dd572251ff9beb715065c140.tar.xz serverdata-3ed3bcdad347fd38dd572251ff9beb715065c140.zip |
003-10 test server version to show how it is wrong. Make Maps won't work anymore.
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 89 | ||||
-rw-r--r-- | maps/re/003-10.mcache | bin | 0 -> 156 bytes | |||
-rw-r--r-- | npc/003-10/_import.txt | 3 | ||||
-rw-r--r-- | npc/003-10/_warps.txt | 5 | ||||
-rw-r--r-- | npc/_import.txt | 1 |
6 files changed, 55 insertions, 44 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 75f5f2c82..ed1c95afc 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -16,6 +16,7 @@ map_list: ( "003-1-2", "003-1-3", "003-1", + "003-10", "003-13", "003-2", "003-3", diff --git a/db/map_index.txt b/db/map_index.txt index 16fe5ef8c..767c13471 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -13,47 +13,48 @@ 003-1-2 13 003-1-3 14 003-1 15 -003-13 16 -003-2 17 -003-3 18 -003-4 19 -003-5 20 -003-6 21 -003-7 22 -003-8 23 -004-1 24 -004-2 25 -005-1 26 -005-2 27 -005-3 28 -005-4 29 -005-5 30 -005-6 31 -005-7 32 -007-1 33 -008-1 34 -008-2-0 35 -008-2-1 36 -008-2-10 37 -008-2-11 38 -008-2-12 39 -008-2-13 40 -008-2-14 41 -008-2-2 42 -008-2-3 43 -008-2-4 44 -008-2-5 45 -008-2-6 46 -008-2-7 47 -008-2-8 48 -008-2-9 49 -009-1 50 -009-2 51 -009-5 52 -boss 53 -botcheck 54 -sec_pri 55 -soren-2 56 -soren 57 -test 58 -testbg 59 +003-10 16 +003-13 17 +003-2 18 +003-3 19 +003-4 20 +003-5 21 +003-6 22 +003-7 23 +003-8 24 +004-1 25 +004-2 26 +005-1 27 +005-2 28 +005-3 29 +005-4 30 +005-5 31 +005-6 32 +005-7 33 +007-1 34 +008-1 35 +008-2-0 36 +008-2-1 37 +008-2-10 38 +008-2-11 39 +008-2-12 40 +008-2-13 41 +008-2-14 42 +008-2-2 43 +008-2-3 44 +008-2-4 45 +008-2-5 46 +008-2-6 47 +008-2-7 48 +008-2-8 49 +008-2-9 50 +009-1 51 +009-2 52 +009-5 53 +boss 54 +botcheck 55 +sec_pri 56 +soren-2 57 +soren 58 +test 59 +testbg 60 diff --git a/maps/re/003-10.mcache b/maps/re/003-10.mcache Binary files differnew file mode 100644 index 000000000..12d44abcf --- /dev/null +++ b/maps/re/003-10.mcache diff --git a/npc/003-10/_import.txt b/npc/003-10/_import.txt new file mode 100644 index 000000000..215053cd4 --- /dev/null +++ b/npc/003-10/_import.txt @@ -0,0 +1,3 @@ +// Map 003-10: Guard's House +// This file is generated automatically. All manually added changes will be removed when running the Converter. +"npc/003-10/_warps.txt", diff --git a/npc/003-10/_warps.txt b/npc/003-10/_warps.txt new file mode 100644 index 000000000..d0cb1fe2d --- /dev/null +++ b/npc/003-10/_warps.txt @@ -0,0 +1,5 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. +// Map 003-10: Guard's House warps +003-10,34,43,0 warp #003-10_34_43 1,0,003-10,33,58 +003-10,34,57,0 warp #003-10_34_57 1,0,003-10,33,42 +003-10,42,80,0 warp #003-10_42_80 0,0,003-1,114,84 diff --git a/npc/_import.txt b/npc/_import.txt index 96fe8565e..b93ae75da 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -15,6 +15,7 @@ @include "npc/003-1-2/_import.txt" @include "npc/003-1-3/_import.txt" @include "npc/003-1/_import.txt" +@include "npc/003-10/_import.txt" @include "npc/003-13/_import.txt" @include "npc/003-2/_import.txt" @include "npc/003-3/_import.txt" |