diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-14 13:51:34 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-14 13:51:34 -0300 |
commit | 2c090b90f74d4b1cfc5d43cb9556f99d5bb86d0a (patch) | |
tree | 58d23a821252fde77c847b61ba407db2c2dfa4f1 | |
parent | 57b39e37107d48eb77375bbee9ccdc9a9c518097 (diff) | |
download | serverdata-2c090b90f74d4b1cfc5d43cb9556f99d5bb86d0a.tar.gz serverdata-2c090b90f74d4b1cfc5d43cb9556f99d5bb86d0a.tar.bz2 serverdata-2c090b90f74d4b1cfc5d43cb9556f99d5bb86d0a.tar.xz serverdata-2c090b90f74d4b1cfc5d43cb9556f99d5bb86d0a.zip |
Make Maps
-rw-r--r-- | conf/map/maps.conf | 1 | ||||
-rw-r--r-- | db/map_index.txt | 11 | ||||
-rw-r--r-- | maps/re/guilds.mcache | bin | 0 -> 164 bytes | |||
-rw-r--r-- | npc/_import.txt | 1 | ||||
-rw-r--r-- | npc/guilds/_import.txt | 2 |
5 files changed, 10 insertions, 5 deletions
diff --git a/conf/map/maps.conf b/conf/map/maps.conf index 6a4b3db82..77110cc3f 100644 --- a/conf/map/maps.conf +++ b/conf/map/maps.conf @@ -139,6 +139,7 @@ map_list: ( "024-1", "boss", "botcheck", + "guilds", "sec_pri", "soren-2", "soren", diff --git a/db/map_index.txt b/db/map_index.txt index d614084ec..bd3d9eb4a 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -136,8 +136,9 @@ 024-1 136 boss 137 botcheck 138 -sec_pri 139 -soren-2 140 -soren 141 -test 142 -testbg 143 +guilds 139 +sec_pri 140 +soren-2 141 +soren 142 +test 143 +testbg 144 diff --git a/maps/re/guilds.mcache b/maps/re/guilds.mcache Binary files differnew file mode 100644 index 000000000..cdca1351d --- /dev/null +++ b/maps/re/guilds.mcache diff --git a/npc/_import.txt b/npc/_import.txt index c1eff78d2..debc0537a 100644 --- a/npc/_import.txt +++ b/npc/_import.txt @@ -138,6 +138,7 @@ @include "npc/024-1/_import.txt" @include "npc/boss/_import.txt" @include "npc/botcheck/_import.txt" +@include "npc/guilds/_import.txt" @include "npc/sec_pri/_import.txt" @include "npc/soren-2/_import.txt" @include "npc/soren/_import.txt" diff --git a/npc/guilds/_import.txt b/npc/guilds/_import.txt new file mode 100644 index 000000000..a89482936 --- /dev/null +++ b/npc/guilds/_import.txt @@ -0,0 +1,2 @@ +// Map guilds: Guild Hall +// This file is generated automatically. All manually added changes will be removed when running the Converter. |