diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-13 13:58:03 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-13 13:58:03 -0300 |
commit | 031a548bba1a4df72980d0def87c76aff8d59c53 (patch) | |
tree | 057a6b163fb6256e4cd7c59fa961a038bc6cda5c /db | |
parent | 713715ac7a5e72683d7601a22cc6ca481dcd34cf (diff) | |
download | serverdata-031a548bba1a4df72980d0def87c76aff8d59c53.tar.gz serverdata-031a548bba1a4df72980d0def87c76aff8d59c53.tar.bz2 serverdata-031a548bba1a4df72980d0def87c76aff8d59c53.tar.xz serverdata-031a548bba1a4df72980d0def87c76aff8d59c53.zip |
Squashed commit of the following:
commit 95656323e8bc2f86450a2284ded759cfa77615fb
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 13:57:01 2019 -0300
This was redundant all along...
commit 3b2f0a5987f0daa309b0a43f3a5ca909f0069178
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 03:32:17 2019 -0300
Somewhat acceptable
commit 71fd1ac27f0b3f44a96c33ff511e4f462e31a636
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 02:47:08 2019 -0300
Works almost perfectly, there's only one problem: Islands.
It's *random*, not *algorithimical*. This means it can fail at making a path
from an edge to the other.
commit 3c00014739c395c1d225b6392713f9d77a1ecd30
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 02:27:12 2019 -0300
Only missing to fix south and east wall
commit ec71b5552d0e2270677d6769239f5276c6c890dc
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 01:47:26 2019 -0300
More data
commit 30b812b1f5e82a7334ad6fca04eb0dd6259768d2
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 00:58:04 2019 -0300
It also includes debugs and reports. Let's also add a note here.
commit 92741d91b85dfe530f4cf2be9e1993fcf7dc8e83
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 00:56:59 2019 -0300
Populates some data, but there's lot of missing data and meaningless data
commit f2db0160febeca62a186b3d9e144799e50bfefa9
Author: Jesusaves <cpntb1@ymail.com>
Date: Sun Oct 13 00:20:36 2019 -0300
Initial commit: Setup
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 22 | ||||
-rw-r--r-- | db/map_index.txt | 26 |
2 files changed, 43 insertions, 5 deletions
diff --git a/db/constants.conf b/db/constants.conf index 1703a6f33..46363deb5 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4439,5 +4439,27 @@ constants_db: { LANG_ON_SEA: 1 LANG_IN_SHIP: 2 + comment__: "Maze Generator constants" + MAZEMAPTYPE_NULL: 0 + MAZEMAPTYPE_DEADS: 1 + MAZEMAPTYPE_DEADW: 2 + MAZEMAPTYPE_DEADN: 3 + MAZEMAPTYPE_DEADE: 4 + MAZEMAPTYPE_CURVENW: 5 + MAZEMAPTYPE_CURVENE: 6 + MAZEMAPTYPE_CURVESW: 7 + MAZEMAPTYPE_CURVESE: 8 + MAZEMAPTYPE_TNWS: 9 + MAZEMAPTYPE_TNES: 10 + MAZEMAPTYPE_TWEN: 11 + MAZEMAPTYPE_TWES: 12 + MAZEMAPTYPE_LINENS: 13 + MAZEMAPTYPE_LINEWE: 14 + MAZEMAPTYPE_CROSS: 15 + MAZENORTH: 0 + MAZE_WEST: 1 + MAZE_EAST: 2 + MAZESOUTH: 3 + @include "conf/import/constants.conf" } diff --git a/db/map_index.txt b/db/map_index.txt index 2dc2bd3ea..0d3f836ad 100644 --- a/db/map_index.txt +++ b/db/map_index.txt @@ -172,8 +172,24 @@ boss 172 botcheck 173 guilds 174 -sec_pri 175 -soren-2 176 -soren 177 -test 178 -testbg 179 +maze0 175 +maze1 176 +maze10 177 +maze11 178 +maze12 179 +maze13 180 +maze14 181 +maze15 182 +maze2 183 +maze3 184 +maze4 185 +maze5 186 +maze6 187 +maze7 188 +maze8 189 +maze9 190 +sec_pri 191 +soren-2 192 +soren 193 +test 194 +testbg 195 |