Build 101. Bug fixes mostly

Changed mist.marker.list to mist.DBs.markList
Added markType and type as valid in mist.marker.add for the type Id
Added mist.groupIsDead function
Removed a log entry I left in.
Updated DB examples.
This commit is contained in:
mrSkortch
2021-08-23 03:27:26 -06:00
parent d9130cb57a
commit 388d218b4e
28 changed files with 6738 additions and 5843 deletions

View File

@@ -2,15 +2,34 @@ zonesByNum =
{
[1] =
{
["y"] = 614105.71428571,
["radius"] = 3000,
["zoneId"] = 2,
["color"] =
{
[1] = 1,
[2] = 1,
[3] = 1,
[4] = 0.14901960784314,
}, -- end of ["color"]
["properties"] =
{
}, -- end of ["properties"]
["hidden"] = false,
["y"] = 614105.71428571,
["x"] = -245328.57142857,
["name"] = "LZ zone",
["type"] = 0,
["point"] =
{
["y"] = 0,
["x"] = -245328.57142857,
["z"] = 614105.71428571,
}, -- end of ["point"]
["name"] = "LZ zone",
}, -- end of [1]
[2] =
{
["radius"] = 3000,
["zoneId"] = 3,
["color"] =
{
[1] = 1,
@@ -18,31 +37,20 @@ zonesByNum =
[3] = 1,
[4] = 0.14901960784314,
}, -- end of ["color"]
["x"] = -245328.57142857,
["properties"] =
{
}, -- end of ["properties"]
["hidden"] = false,
["zoneId"] = 2,
}, -- end of [1]
[2] =
{
["y"] = 692534.28571428,
["radius"] = 3000,
["x"] = -285971.42857143,
["name"] = "cloneZone",
["type"] = 0,
["point"] =
{
["y"] = 0,
["x"] = -285971.42857143,
["z"] = 692534.28571428,
}, -- end of ["point"]
["name"] = "cloneZone",
["color"] =
{
[1] = 1,
[2] = 1,
[3] = 1,
[4] = 0.14901960784314,
}, -- end of ["color"]
["x"] = -285971.42857143,
["hidden"] = false,
["zoneId"] = 3,
}, -- end of [2]
[3] =
{
@@ -62,6 +70,7 @@ zonesByNum =
["y"] = 267139.69375223,
["x"] = -163182.90396786,
["name"] = "shipZone",
["type"] = 0,
["point"] =
{
["y"] = 0,
@@ -71,15 +80,8 @@ zonesByNum =
}, -- end of [3]
[4] =
{
["y"] = 673819.99999999,
["radius"] = 3000,
["point"] =
{
["y"] = 0,
["x"] = -271900,
["z"] = 673819.99999999,
}, -- end of ["point"]
["name"] = "explosion zone",
["zoneId"] = 1,
["color"] =
{
[1] = 1,
@@ -87,8 +89,19 @@ zonesByNum =
[3] = 1,
[4] = 0.14901960784314,
}, -- end of ["color"]
["x"] = -271900,
["properties"] =
{
}, -- end of ["properties"]
["hidden"] = false,
["zoneId"] = 1,
["y"] = 673819.99999999,
["x"] = -271900,
["name"] = "explosion zone",
["type"] = 0,
["point"] =
{
["y"] = 0,
["x"] = -271900,
["z"] = 673819.99999999,
}, -- end of ["point"]
}, -- end of [4]
} -- end of zonesByNum