添加配置表

This commit is contained in:
flswld
2022-11-30 00:00:20 +08:00
parent f70a890338
commit d7f3f3b866
33382 changed files with 8476601 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
-- 地图配置
scene_config = {
begin_pos = { x = -345.8, z = -259.9 },
size = { x = 692.1, z = 1085.9 },
born_pos = { x = 0.000, y = 0.000, z = 0.000 },
born_rot = { x = 0.000, y = 0.000, z = 0.000 },
die_y = -20,
city_id = 3,
vision_anchor = { x = -345.8, z = -259.9 }
}
-- 所有的区块
blocks = { 47001 }
-- 所有的区块范围坐标
block_rects = {
{ min = { x = -345.8, z = -259.9 }, max = { x = 346.3, z = 826.1 } }
}
-- Dummy Points
dummy_points = { "dummy_points" }
-- Routes
routes_config = { }

View File

@@ -0,0 +1,28 @@
-- 所有的group
groups = {
{ id = 247001001, pos = { x = 0.000, y = 0.000, z = 0.000 } },
{ id = 247001017, refresh_id = 1, pos = { x = 0.000, y = 0.000, z = 670.000 } },
{ id = 247001018, pos = { x = 1.281, y = 0.050, z = 320.445 } },
{ id = 247001019, pos = { x = 1.944, y = 0.050, z = 239.413 } },
{ id = 247001020, pos = { x = 0.688, y = 0.038, z = 400.196 } },
{ id = 247001021, refresh_id = 1, pos = { x = 0.000, y = 0.000, z = 0.000 } },
{ id = 247001022, pos = { x = 0.000, y = 0.000, z = 80.000 } },
{ id = 247001023, pos = { x = 0.000, y = 0.000, z = 160.000 } },
{ id = 247001024, pos = { x = -80.000, y = 0.000, z = 160.000 } },
{ id = 247001026, pos = { x = 0.000, y = 0.000, z = 240.000 } },
{ id = 247001029, pos = { x = 0.000, y = 0.000, z = 320.000 } },
{ id = 247001030, pos = { x = 0.000, y = 0.000, z = 400.000 } },
{ id = 247001031, pos = { x = 80.000, y = 0.000, z = 400.000 } },
{ id = 247001033, pos = { x = 0.000, y = 0.000, z = 480.000 } },
{ id = 247001036, pos = { x = 0.000, y = 0.000, z = 560.000 } },
{ id = 247001037, refresh_id = 1, pos = { x = 0.776, y = 0.004, z = 5.308 } },
{ id = 247001039, pos = { x = 1.347, y = 0.004, z = -2.702 } },
{ id = 247001040, pos = { x = -0.061, y = 0.004, z = 9.075 } },
{ id = 247001041, refresh_id = 1, pos = { x = 1.153, y = 0.004, z = -3.022 } },
{ id = 247001042, refresh_id = 1, pos = { x = -80.000, y = 0.000, z = 240.000 } },
{ id = 247001043, refresh_id = 1, pos = { x = 1.044, y = 0.004, z = 4.226 } },
{ id = 247001044, refresh_id = 1, pos = { x = 80.000, y = 0.000, z = 480.000 } },
{ id = 247001046, refresh_id = 1, pos = { x = 0.450, y = 0.004, z = -1.531 } },
{ id = 247001047, refresh_id = 1, pos = { x = 0.655, y = 0.004, z = 2.238 } },
{ id = 247001048, pos = { x = 0.097, y = 0.770, z = -13.822 } }
}

View File

@@ -0,0 +1,7 @@
dummy_points = {
["Q4002013gongzi"] = { pos = { x = 13.225, y = 0.004, z = 0.381 }, rot = { x = 0.000, y = 18.150, z = 0.000 } },
["Q4002013paimon"] = { pos = { x = 1.755, y = 0.770, z = -17.042 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q4002013player"] = { pos = { x = 0.087, y = 0.770, z = -17.374 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q4002013shidajiang"] = { pos = { x = -1.797, y = 0.770, z = -17.425 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
["Q4002013xinyan"] = { pos = { x = -3.373, y = 0.770, z = -17.490 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}

View File

@@ -0,0 +1,128 @@
-- 基础信息
local base_info = {
group_id = 247001001
}
-- DEFS_MISCS
local MainGroupID = 247001001
local MonsterAffix = 1009
local challengeList = {
{ monsterPool = 23001, challengeParamList = {2, 2017, -1, 9, 0, 0}, monsterPoolParamList = {total_count=9, min_count=5, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23002, challengeParamList = {2, 2017, -1, 8, 0, 0}, monsterPoolParamList = {total_count=8, min_count=4, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23003, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count=3, min_count=2, max_count=2, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23004, challengeParamList = {2, 2017, -1, 9, 0, 0}, monsterPoolParamList = {total_count=9, min_count=4, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23005, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count=3, min_count=3, max_count=3, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23006, challengeParamList = {2, 2017, -1, 11, 0, 0}, monsterPoolParamList = {total_count=11, min_count=5, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23007, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count=3, min_count=3, max_count=3, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23008, challengeParamList = {2, 2017, -1, 11, 0, 0}, monsterPoolParamList = {total_count=11, min_count=5, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23009, challengeParamList = {2, 2017, -1, 2, 0, 0}, monsterPoolParamList = {total_count=2, min_count=2, max_count=2, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23010, challengeParamList = {2, 2017, -1, 2, 0, 0}, monsterPoolParamList = {total_count=2, min_count=2, max_count=2, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23011, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count=3, min_count=3, max_count=3, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23012, challengeParamList = {2, 2017, -1, 11, 0, 0}, monsterPoolParamList = {total_count=11, min_count=5, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23013, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count=3, min_count=2, max_count=2, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23014, challengeParamList = {2, 2017, -1, 11, 0, 0}, monsterPoolParamList = {total_count=11, min_count=5, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23015, challengeParamList = {2, 2017, -1, 15, 0, 0}, monsterPoolParamList = {total_count=15, min_count=5, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23016, challengeParamList = {2, 2017, -1, 15, 0, 0}, monsterPoolParamList = {total_count=15, min_count=5, max_count=5, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23017, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count=3, min_count=3, max_count=3, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23018, challengeParamList = {2, 2017, -1, 2, 0, 0}, monsterPoolParamList = {total_count=2, min_count=2, max_count=2, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23019, challengeParamList = {2, 2017, -1, 6, 0, 0}, monsterPoolParamList = {total_count=6, min_count=3, max_count=3, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23020, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count=3, min_count=3, max_count=3, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23021, challengeParamList = {2, 2017, -1, 3, 0, 0}, monsterPoolParamList = {total_count= 3, min_count=3, max_count=3, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
{ monsterPool = 23022, challengeParamList = {2, 2017, -1, 4, 0, 0}, monsterPoolParamList = {total_count= 4, min_count=4, max_count=4, fill_time=0, fill_count=0, is_ordered = true}, extraMonsterPool = 0, extraMonsterPoolParamList = {} },
}
local PointToReminderList = {
{configID = 1005, reminderID = 470070101},
{configID = 1007, reminderID = 470070201},
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
-- 废弃数据
garbages = {
gadgets = {
{ config_id = 1005, gadget_id = 70310145, pos = { x = -79.812, y = 1.172, z = 240.790 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true },
{ config_id = 1006, gadget_id = 70310145, pos = { x = 7.364, y = 4.807, z = 348.835 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true },
{ config_id = 1007, gadget_id = 70310145, pos = { x = 79.670, y = 0.191, z = 480.693 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true },
{ config_id = 1008, gadget_id = 70310145, pos = { x = -5.427, y = 1.348, z = 510.880 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true }
},
regions = {
{ config_id = 1001, shape = RegionShape.SPHERE, radius = 5, pos = { x = -12.441, y = 0.004, z = -0.318 } },
{ config_id = 1002, shape = RegionShape.SPHERE, radius = 5, pos = { x = 10.559, y = 0.004, z = -0.268 } },
{ config_id = 1003, shape = RegionShape.SPHERE, radius = 5, pos = { x = 0.337, y = 0.004, z = 9.803 } },
{ config_id = 1004, shape = RegionShape.SPHERE, radius = 5, pos = { x = 0.072, y = 0.390, z = -10.190 } }
},
triggers = {
{ config_id = 1001001, name = "ENTER_REGION_1001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" },
{ config_id = 1001002, name = "ENTER_REGION_1002", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" },
{ config_id = 1001003, name = "ENTER_REGION_1003", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" },
{ config_id = 1001004, name = "ENTER_REGION_1004", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,254 @@
-- 基础信息
local base_info = {
group_id = 247001017
}
-- DEFS_MISCS
local BossOperatorConfigID = 17002
local QuitPointConfigID = 17001
local BossPoolID = 23021
local GroupId = 247001017
local MainGroupID = 247001001
local RegionID = 17007
local questID = 0
local doorConfigID = 0
local doorBossFrontID = 17008
local doorBossBackID = 17005
local ThunderFloorTimeAxis = { 5,9 }
local ThunderFloorList = {17013,17009,17010,17011,17012,17018,17019,17020,17021,17022,17023,17024,17025,17026,17027,17028,17029,17030,17031,17032,17033,17034,17035}
local lastDoorConfigID = 0
local isLastRoom = 0
local EnterRoomTrigger = 17007
local PlotRoom = {regionID= 0 , groupID= 0}
local AirWallConfigID = 17046
local DestinationConfigID = 0
local BossDoorPos = {x=0,y=0,z=0}
local BossDoorRot = {0}
local nextQuestID = 0
local DestinationPos = {x=0,y=0,z=0}
local DestinationRot = {0}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 17001, gadget_id = 70310108, pos = { x = 0.078, y = -0.486, z = 698.991 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1 },
{ config_id = 17002, gadget_id = 70310122, pos = { x = 0.000, y = -4.319, z = 670.000 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1 },
{ config_id = 17005, gadget_id = 70310125, pos = { x = 0.000, y = -2.844, z = 695.079 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1 },
{ config_id = 17006, gadget_id = 70900201, pos = { x = 0.027, y = -3.031, z = 704.253 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17008, gadget_id = 70310125, pos = { x = 0.024, y = 0.206, z = 620.170 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 17009, gadget_id = 70360285, pos = { x = -0.110, y = 0.154, z = 606.901 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 17010, gadget_id = 70360285, pos = { x = -0.110, y = 0.154, z = 609.573 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 17011, gadget_id = 70360285, pos = { x = -0.110, y = 0.154, z = 600.243 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 17012, gadget_id = 70360285, pos = { x = -0.110, y = 0.154, z = 602.916 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 17013, gadget_id = 70360285, pos = { x = -0.110, y = 0.154, z = 617.274 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 17014, gadget_id = 70310154, pos = { x = 5.303, y = 1.694, z = 621.900 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 },
{ config_id = 17015, gadget_id = 70310154, pos = { x = 5.304, y = 1.694, z = 625.236 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 },
{ config_id = 17016, gadget_id = 70310154, pos = { x = -4.689, y = 4.706, z = 633.533 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 17017, gadget_id = 70310154, pos = { x = -4.688, y = 4.706, z = 636.869 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 17018, gadget_id = 70360285, pos = { x = -2.265, y = -9.955, z = 366.139 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17019, gadget_id = 70360285, pos = { x = 0.332, y = -9.955, z = 366.139 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17020, gadget_id = 70360285, pos = { x = 2.866, y = -9.955, z = 366.139 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17021, gadget_id = 70360285, pos = { x = -2.265, y = -9.955, z = 361.025 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17022, gadget_id = 70360285, pos = { x = 0.332, y = -9.955, z = 361.025 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17023, gadget_id = 70360285, pos = { x = 2.866, y = -9.955, z = 361.025 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17024, gadget_id = 70360285, pos = { x = -2.265, y = -9.955, z = 355.680 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17025, gadget_id = 70360285, pos = { x = 0.332, y = -9.955, z = 355.680 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17026, gadget_id = 70360285, pos = { x = 2.866, y = -9.955, z = 355.680 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17027, gadget_id = 70360285, pos = { x = -82.507, y = -9.955, z = 526.119 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17028, gadget_id = 70360285, pos = { x = -79.910, y = -9.955, z = 526.119 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17029, gadget_id = 70360285, pos = { x = -77.376, y = -9.955, z = 526.119 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17030, gadget_id = 70360285, pos = { x = -82.507, y = -9.955, z = 521.006 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17031, gadget_id = 70360285, pos = { x = -79.910, y = -9.955, z = 521.006 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17032, gadget_id = 70360285, pos = { x = -77.376, y = -9.955, z = 521.006 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17033, gadget_id = 70360285, pos = { x = -82.507, y = -9.955, z = 515.660 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17034, gadget_id = 70360285, pos = { x = -79.910, y = -9.955, z = 515.660 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17035, gadget_id = 70360285, pos = { x = -77.376, y = -9.955, z = 515.660 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17037, gadget_id = 70360288, pos = { x = -0.030, y = 6.586, z = 650.994 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearAction1 },
{ config_id = 17038, gadget_id = 70360291, pos = { x = -5.743, y = 1.769, z = 622.059 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17039, gadget_id = 70360291, pos = { x = -5.681, y = 1.777, z = 625.345 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17040, gadget_id = 70360291, pos = { x = 6.024, y = 4.731, z = 633.528 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17041, gadget_id = 70360291, pos = { x = 6.024, y = 4.756, z = 636.891 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 17046, gadget_id = 70950060, pos = { x = -0.010, y = -4.319, z = 670.740 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
{ config_id = 17007, shape = RegionShape.CUBIC, size = { x = 70.000, y = 30.000, z = 50.000 }, pos = { x = 0.000, y = -3.169, z = 670.000 } },
{ config_id = 17042, shape = RegionShape.CUBIC, size = { x = 15.000, y = 10.000, z = 4.500 }, pos = { x = 1.450, y = 1.694, z = 621.900 } },
{ config_id = 17043, shape = RegionShape.CUBIC, size = { x = 15.000, y = 10.000, z = 4.500 }, pos = { x = 1.450, y = 1.694, z = 625.978 } },
{ config_id = 17044, shape = RegionShape.CUBIC, size = { x = 15.000, y = 10.000, z = 4.500 }, pos = { x = 1.450, y = 3.686, z = 633.606 } },
{ config_id = 17045, shape = RegionShape.CUBIC, size = { x = 15.000, y = 10.000, z = 4.500 }, pos = { x = 1.450, y = 3.686, z = 636.805 } }
}
-- 触发器
triggers = {
{ config_id = 1017007, name = "ENTER_REGION_17007", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" },
{ config_id = 1017042, name = "ENTER_REGION_17042", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_17042", action = "action_EVENT_ENTER_REGION_17042", trigger_count = 0 },
{ config_id = 1017043, name = "ENTER_REGION_17043", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_17043", action = "action_EVENT_ENTER_REGION_17043", trigger_count = 0 },
{ config_id = 1017044, name = "ENTER_REGION_17044", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_17044", action = "action_EVENT_ENTER_REGION_17044", trigger_count = 0 },
{ config_id = 1017045, name = "ENTER_REGION_17045", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_17045", action = "action_EVENT_ENTER_REGION_17045", trigger_count = 0 }
}
-- 点位
points = {
{ config_id = 17003, pos = { x = -0.017, y = -4.299, z = 675.300 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 17004, pos = { x = -5.980, y = -4.319, z = 680.103 }, rot = { x = 0.000, y = 195.000, z = 0.000 }, tag = 16 },
{ config_id = 17036, pos = { x = 6.268, y = -4.269, z = 679.902 }, rot = { x = 0.000, y = 165.000, z = 0.000 }, tag = 8 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 17002, 17005, 17008, 17009, 17010, 17011, 17012, 17013, 17014, 17015, 17016, 17017, 17018, 17019, 17020, 17021, 17022, 17023, 17024, 17025, 17026, 17027, 17028, 17029, 17030, 17031, 17032, 17033, 17034, 17035, 17037, 17038, 17039, 17040, 17041 },
regions = { 17007, 17042, 17043, 17044, 17045 },
triggers = { "ENTER_REGION_17007", "ENTER_REGION_17042", "ENTER_REGION_17043", "ENTER_REGION_17044", "ENTER_REGION_17045" },
rand_weight = 100
},
{
-- suite_id = 2,
-- description = ,
monsters = { },
gadgets = { 17001, 17046 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
-- 触发条件
function condition_EVENT_ENTER_REGION_17042(context, evt)
if evt.param1 ~= 17042 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_17042(context, evt)
-- 将configid为 17014 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 17014, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_17043(context, evt)
if evt.param1 ~= 17043 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_17043(context, evt)
-- 将configid为 17015 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 17015, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_17044(context, evt)
if evt.param1 ~= 17044 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_17044(context, evt)
-- 将configid为 17016 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 17016, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_17045(context, evt)
if evt.param1 ~= 17045 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_17045(context, evt)
-- 将configid为 17017 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 17017, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
require "V2_2/RogueDungeon_BOSS"

View File

@@ -0,0 +1,107 @@
-- 基础信息
local base_info = {
group_id = 247001018
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 18001, pos = { x = -0.135, y = 0.086, z = 454.391 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18002, pos = { x = -4.146, y = 0.046, z = 84.384 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18003, pos = { x = 6.401, y = 0.050, z = 88.698 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18004, pos = { x = 5.462, y = 0.781, z = 526.712 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18005, pos = { x = -3.488, y = 0.050, z = 73.723 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18006, pos = { x = -2.922, y = 0.050, z = 153.543 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18007, pos = { x = -10.409, y = 0.050, z = 166.310 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18008, pos = { x = 6.055, y = 0.050, z = 157.705 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18009, pos = { x = 51.831, y = 0.082, z = 394.947 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18010, pos = { x = 28.863, y = 0.082, z = 396.326 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18011, pos = { x = -0.036, y = 0.247, z = 355.705 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18014, pos = { x = -30.071, y = 0.074, z = 234.927 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18015, pos = { x = -0.199, y = -4.283, z = 680.335 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18016, pos = { x = -8.002, y = -4.319, z = 670.879 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18017, pos = { x = 9.984, y = -4.309, z = 671.162 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18019, pos = { x = -4.089, y = -0.608, z = 234.282 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18020, pos = { x = 2.086, y = -0.580, z = 234.109 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18021, pos = { x = -8.619, y = -0.635, z = 246.981 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18022, pos = { x = 5.062, y = -0.608, z = 247.443 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18040, pos = { x = 5.773, y = 0.050, z = 390.475 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18041, pos = { x = 6.222, y = 0.046, z = 401.380 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18043, pos = { x = -13.637, y = 0.025, z = 390.189 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18044, pos = { x = 83.490, y = 0.050, z = 395.079 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18048, pos = { x = 75.938, y = 0.036, z = 390.957 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18049, pos = { x = 75.406, y = 0.050, z = 402.178 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18055, pos = { x = 11.534, y = -0.563, z = 472.084 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18056, pos = { x = 11.923, y = 0.000, z = 468.003 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18057, pos = { x = -5.557, y = -0.600, z = 476.100 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18058, pos = { x = -11.966, y = -0.557, z = 488.071 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18067, pos = { x = 7.470, y = 0.050, z = 569.344 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18069, pos = { x = 14.556, y = 0.050, z = 569.463 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 18070, pos = { x = -3.666, y = 0.050, z = 554.775 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,85 @@
-- 基础信息
local base_info = {
group_id = 247001019
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 19002, pos = { x = -0.435, y = -10.026, z = 198.176 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19003, pos = { x = -50.222, y = 0.154, z = 160.143 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19004, pos = { x = -80.047, y = 0.226, z = 190.128 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19005, pos = { x = -39.707, y = 0.112, z = 240.028 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19009, pos = { x = 2.850, y = -2.960, z = 283.310 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19010, pos = { x = 7.166, y = 3.760, z = 366.071 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19011, pos = { x = 30.334, y = 0.143, z = 399.895 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19012, pos = { x = 80.008, y = 0.130, z = 449.817 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19013, pos = { x = 7.320, y = -2.966, z = 433.247 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 19016, pos = { x = 0.648, y = 0.110, z = 519.415 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,181 @@
-- 基础信息
local base_info = {
group_id = 247001020
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 20001, pos = { x = 15.790, y = 0.199, z = 68.410 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20002, pos = { x = 16.012, y = 0.143, z = 67.306 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20003, pos = { x = 14.485, y = -0.007, z = 68.135 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20004, pos = { x = -10.553, y = 0.050, z = 90.319 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20005, pos = { x = -10.594, y = 0.108, z = 89.521 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20006, pos = { x = -9.875, y = 0.050, z = 90.908 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20007, pos = { x = 11.499, y = 0.131, z = 141.421 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20008, pos = { x = 10.465, y = 0.120, z = 141.234 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20009, pos = { x = 10.981, y = -0.056, z = 177.068 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20010, pos = { x = 12.850, y = -0.026, z = 175.996 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20011, pos = { x = 12.027, y = -0.026, z = 176.835 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20012, pos = { x = -67.540, y = -0.002, z = 147.761 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20013, pos = { x = -68.050, y = 0.000, z = 147.295 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20014, pos = { x = -68.997, y = 0.000, z = 146.419 }, rot = { x = 0.000, y = 333.609, z = 0.000 } },
{ config_id = 20015, pos = { x = -90.912, y = 0.008, z = 173.047 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20016, pos = { x = -91.932, y = 0.000, z = 171.789 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20017, pos = { x = -92.510, y = 0.000, z = 170.981 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20018, pos = { x = 5.068, y = -2.958, z = 117.628 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20019, pos = { x = 5.538, y = -2.952, z = 118.241 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20020, pos = { x = 5.268, y = -2.937, z = 118.893 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20021, pos = { x = -11.427, y = 0.133, z = 122.158 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20022, pos = { x = -11.948, y = 0.159, z = 122.696 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20023, pos = { x = -54.118, y = 0.781, z = 165.885 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20024, pos = { x = 8.365, y = 0.013, z = 221.588 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20025, pos = { x = -53.263, y = 0.781, z = 166.313 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20026, pos = { x = 9.163, y = 0.000, z = 222.000 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20027, pos = { x = 12.345, y = 0.015, z = 257.776 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20028, pos = { x = 10.445, y = 0.015, z = 257.721 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20029, pos = { x = -8.119, y = 0.011, z = 257.855 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20030, pos = { x = -53.887, y = 0.781, z = 167.146 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20031, pos = { x = -29.094, y = 0.082, z = 231.483 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20032, pos = { x = -29.305, y = 0.082, z = 232.353 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20033, pos = { x = -29.875, y = 0.082, z = 232.808 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20034, pos = { x = 6.931, y = 3.760, z = 213.417 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20035, pos = { x = 7.003, y = 3.760, z = 212.179 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20036, pos = { x = 8.555, y = 3.760, z = 212.598 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20037, pos = { x = -0.459, y = -2.966, z = 274.452 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20038, pos = { x = 0.748, y = -2.966, z = 275.202 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20039, pos = { x = 1.424, y = -2.965, z = 275.398 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20040, pos = { x = -9.292, y = 0.132, z = 281.873 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20041, pos = { x = -9.871, y = 0.132, z = 282.360 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20042, pos = { x = -17.159, y = 0.022, z = 331.418 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20043, pos = { x = -16.013, y = 0.002, z = 331.546 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20044, pos = { x = 18.592, y = 0.120, z = 330.736 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20045, pos = { x = -17.644, y = 0.154, z = 309.335 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20046, pos = { x = -18.399, y = 0.050, z = 310.886 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20047, pos = { x = 17.720, y = 0.021, z = 307.353 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20048, pos = { x = -10.195, y = 0.020, z = 413.220 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20049, pos = { x = -8.976, y = 0.070, z = 413.134 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20050, pos = { x = 10.458, y = 0.050, z = 410.132 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20051, pos = { x = 12.980, y = 0.050, z = 391.552 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20052, pos = { x = 90.241, y = 0.120, z = 381.524 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20053, pos = { x = 89.611, y = 0.050, z = 382.671 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20054, pos = { x = 88.250, y = 0.050, z = 381.845 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20055, pos = { x = 67.643, y = -0.002, z = 381.671 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20056, pos = { x = 68.436, y = 0.042, z = 382.295 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20057, pos = { x = 97.909, y = 0.013, z = 471.455 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20058, pos = { x = 98.768, y = 0.030, z = 469.626 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20059, pos = { x = 98.169, y = 0.015, z = 487.926 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20060, pos = { x = 98.821, y = 0.013, z = 488.575 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20061, pos = { x = 11.501, y = 0.000, z = 492.717 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20062, pos = { x = 11.817, y = -0.001, z = 491.684 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20063, pos = { x = 10.643, y = -0.009, z = 492.879 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20064, pos = { x = -12.287, y = -0.722, z = 470.737 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20065, pos = { x = -10.595, y = 0.131, z = 281.786 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20066, pos = { x = 7.402, y = 3.760, z = 374.042 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20067, pos = { x = 7.843, y = 3.760, z = 373.013 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20068, pos = { x = 8.808, y = 3.760, z = 373.812 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20069, pos = { x = 6.661, y = 3.760, z = 373.613 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20070, pos = { x = 26.172, y = 0.781, z = 405.885 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20071, pos = { x = 26.780, y = 0.781, z = 406.371 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20072, pos = { x = 26.209, y = 0.781, z = 407.022 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20073, pos = { x = 81.861, y = 0.092, z = 436.997 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20074, pos = { x = 81.576, y = 0.079, z = 437.712 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20075, pos = { x = -18.354, y = 0.022, z = 569.155 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20076, pos = { x = -18.503, y = 0.023, z = 568.211 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20077, pos = { x = -17.790, y = 0.013, z = 570.156 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20078, pos = { x = 18.447, y = 0.050, z = 550.831 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20079, pos = { x = -18.728, y = 0.120, z = 547.841 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20080, pos = { x = 8.046, y = -2.802, z = 124.004 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20081, pos = { x = 8.686, y = -2.714, z = 124.627 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20082, pos = { x = 81.966, y = 0.079, z = 438.235 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20083, pos = { x = -6.720, y = 0.082, z = 506.634 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20084, pos = { x = -28.514, y = 0.082, z = 151.530 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20085, pos = { x = -29.140, y = 0.088, z = 152.222 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20086, pos = { x = -39.577, y = 0.781, z = 167.236 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20087, pos = { x = -78.274, y = 0.132, z = 200.836 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20088, pos = { x = -51.600, y = 0.099, z = 233.618 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20089, pos = { x = -51.982, y = 0.129, z = 234.573 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20090, pos = { x = -5.845, y = 0.082, z = 506.963 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20091, pos = { x = -6.389, y = 0.082, z = 507.481 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20092, pos = { x = -6.014, y = 0.082, z = 506.255 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20093, pos = { x = 2.560, y = -2.966, z = 434.840 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20094, pos = { x = 1.553, y = -2.966, z = 434.904 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20096, pos = { x = -2.119, y = 0.176, z = 352.682 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20097, pos = { x = -3.075, y = 0.082, z = 350.934 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20098, pos = { x = 51.335, y = 0.082, z = 391.293 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20099, pos = { x = 50.540, y = 0.082, z = 392.484 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20100, pos = { x = 77.611, y = 0.061, z = 457.889 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20101, pos = { x = 77.719, y = 0.082, z = 457.059 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20102, pos = { x = 5.875, y = -2.965, z = 437.734 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20103, pos = { x = 6.052, y = -2.944, z = 438.922 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20108, pos = { x = 5.579, y = 0.781, z = 533.329 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20109, pos = { x = 4.709, y = 0.781, z = 533.151 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20110, pos = { x = 1.792, y = 0.078, z = 596.988 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 20111, pos = { x = 1.601, y = 0.089, z = 597.729 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,96 @@
-- 基础信息
local base_info = {
group_id = 247001021
}
-- DEFS_MISCS
local RegionID = 21004
local QuestID = 4002023
local GroupID = 247001021
local RoomDoorConfigID = 21002
local DestinationConfigID = 21001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 21001, gadget_id = 70900201, pos = { x = 0.107, y = -2.512, z = 702.007 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 21002, gadget_id = 70310125, pos = { x = 0.000, y = 0.206, z = 19.826 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1, persistent = true }
}
-- 区域
regions = {
{ config_id = 21004, shape = RegionShape.CUBIC, size = { x = 35.000, y = 20.000, z = 35.000 }, pos = { x = 0.000, y = 0.000, z = 0.000 } }
}
-- 触发器
triggers = {
{ config_id = 1021004, name = "ENTER_REGION_21004", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" },
{ config_id = 1021005, name = "QUEST_FINISH_21005", event = EventType.EVENT_QUEST_FINISH, source = "4002023", condition = "", action = "action_EVENT_QUEST_FINISH_21005" }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 21002 },
regions = { 21004 },
triggers = { "ENTER_REGION_21004", "QUEST_FINISH_21005" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
-- 触发操作
function action_EVENT_QUEST_FINISH_21005(context, evt)
-- 将configid为 21002 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 21002, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
require "V2_2/RoqueDungeon_FirstRoom"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001022
}
-- DEFS_MISCS
local GroupId = 247001022
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 22001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 22001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = -0.003, y = 0.050, z = 80.017 } }
}
-- 触发器
triggers = {
{ config_id = 1022001, name = "ENTER_REGION_22001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 22002, pos = { x = -3.937, y = 0.107, z = 89.760 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 22003, pos = { x = 4.147, y = 0.105, z = 89.706 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 22004, pos = { x = 0.042, y = 0.101, z = 90.651 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 22005, pos = { x = -7.114, y = 0.121, z = 88.545 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 22006, pos = { x = 7.107, y = 0.115, z = 88.104 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 22007, pos = { x = -8.334, y = 0.105, z = 85.823 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 22008, pos = { x = 8.774, y = 0.110, z = 85.839 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 22009, pos = { x = -8.585, y = 0.100, z = 82.117 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 22010, pos = { x = 8.875, y = 0.108, z = 82.133 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 22011, pos = { x = 0.077, y = 0.115, z = 90.072 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 22012, pos = { x = -5.708, y = 0.126, z = 89.140 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 22013, pos = { x = 5.768, y = 0.100, z = 89.106 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 22014, pos = { x = -8.652, y = 0.108, z = 84.461 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 22015, pos = { x = 8.898, y = 0.106, z = 84.466 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 22016, pos = { x = -8.638, y = 0.102, z = 79.576 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 22017, pos = { x = 8.804, y = 0.101, z = 79.631 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 22018, pos = { x = -5.660, y = 0.100, z = 74.909 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 22019, pos = { x = 5.698, y = 0.100, z = 74.824 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 22020, pos = { x = -0.021, y = 0.100, z = 74.029 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 22021, pos = { x = -7.137, y = 0.142, z = 87.199 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 22022, pos = { x = 7.143, y = 0.117, z = 87.202 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 22023, pos = { x = -7.135, y = 0.100, z = 72.848 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 22024, pos = { x = 7.066, y = 0.100, z = 72.926 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 22025, pos = { x = 0.168, y = 0.117, z = 87.447 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 22026, pos = { x = -0.030, y = 0.100, z = 72.690 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 22027, pos = { x = -8.112, y = 0.101, z = 80.021 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 22028, pos = { x = 8.264, y = 0.103, z = 79.986 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 22029, pos = { x = -8.007, y = 0.102, z = 75.957 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 22030, pos = { x = 7.961, y = 0.109, z = 83.395 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 22031, pos = { x = 3.400, y = 0.100, z = 72.373 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 22032, pos = { x = -3.852, y = 0.126, z = 87.295 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 22033, pos = { x = -2.398, y = 0.100, z = 82.749 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22034, pos = { x = -0.608, y = 0.100, z = 82.749 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22035, pos = { x = 1.092, y = 0.100, z = 82.749 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22036, pos = { x = 2.882, y = 0.100, z = 82.749 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22037, pos = { x = -4.149, y = 0.100, z = 84.613 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22038, pos = { x = -2.360, y = 0.100, z = 84.613 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22039, pos = { x = -0.660, y = 0.100, z = 84.613 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22040, pos = { x = 1.130, y = 0.100, z = 84.613 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22041, pos = { x = 2.656, y = 0.100, z = 84.613 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22042, pos = { x = 4.446, y = 0.100, z = 84.613 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 22043, pos = { x = 5.976, y = 0.050, z = 77.754 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 22001 },
triggers = { "ENTER_REGION_22001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001023
}
-- DEFS_MISCS
local GroupId = 247001023
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 23001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 23001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = 0.074, y = 0.050, z = 160.037 } }
}
-- 触发器
triggers = {
{ config_id = 1023001, name = "ENTER_REGION_23001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 23002, pos = { x = -3.861, y = 0.107, z = 171.196 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 23003, pos = { x = 4.224, y = 0.105, z = 171.142 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 23004, pos = { x = 0.119, y = 0.101, z = 172.087 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 23005, pos = { x = -7.038, y = 0.121, z = 169.981 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 23006, pos = { x = 7.183, y = 0.115, z = 169.540 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 23007, pos = { x = -8.258, y = 0.105, z = 167.259 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 23008, pos = { x = 8.850, y = 0.110, z = 167.275 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 23009, pos = { x = -8.509, y = 0.100, z = 163.554 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 23010, pos = { x = 8.952, y = 0.108, z = 163.570 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 23011, pos = { x = 0.153, y = 0.115, z = 170.681 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 23012, pos = { x = -5.632, y = 0.126, z = 169.749 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 23013, pos = { x = 5.844, y = 0.100, z = 169.714 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 23014, pos = { x = -8.576, y = 0.108, z = 165.070 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 23015, pos = { x = 8.975, y = 0.106, z = 165.075 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 23016, pos = { x = -8.562, y = 0.102, z = 160.185 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 23017, pos = { x = 8.881, y = 0.101, z = 160.240 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 23018, pos = { x = -5.583, y = 0.100, z = 155.517 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 23019, pos = { x = 5.774, y = 0.100, z = 155.433 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 23020, pos = { x = 0.055, y = 0.100, z = 154.638 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 23021, pos = { x = -7.061, y = 0.142, z = 167.219 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 23022, pos = { x = 7.219, y = 0.117, z = 167.222 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 23023, pos = { x = -7.059, y = 0.100, z = 152.868 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 23024, pos = { x = 7.142, y = 0.100, z = 152.946 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 23025, pos = { x = 0.244, y = 0.117, z = 167.467 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 23026, pos = { x = 0.046, y = 0.100, z = 152.710 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 23027, pos = { x = -8.036, y = 0.101, z = 160.041 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 23028, pos = { x = 8.340, y = 0.104, z = 160.006 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 23029, pos = { x = -7.930, y = 0.102, z = 155.977 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 23030, pos = { x = 8.038, y = 0.109, z = 163.415 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 23031, pos = { x = 3.477, y = 0.100, z = 152.393 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 23032, pos = { x = -3.775, y = 0.126, z = 167.315 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 23033, pos = { x = 4.224, y = 0.105, z = 163.829 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23034, pos = { x = 2.518, y = 0.105, z = 163.829 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23035, pos = { x = -1.027, y = 0.105, z = 163.829 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23036, pos = { x = -2.733, y = 0.105, z = 163.829 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23037, pos = { x = 2.400, y = 0.105, z = 162.089 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23038, pos = { x = 0.694, y = 0.105, z = 162.089 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23039, pos = { x = -2.851, y = 0.105, z = 162.089 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23040, pos = { x = -4.557, y = 0.105, z = 162.089 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23041, pos = { x = 5.829, y = 0.105, z = 161.956 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23042, pos = { x = 4.123, y = 0.105, z = 161.956 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 23043, pos = { x = 3.637, y = 0.050, z = 154.596 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 23001 },
triggers = { "ENTER_REGION_23001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001024
}
-- DEFS_MISCS
local GroupId = 247001024
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 24001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 24001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = -80.046, y = -0.582, z = 160.044 } }
}
-- 触发器
triggers = {
{ config_id = 1024001, name = "ENTER_REGION_24001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 24002, pos = { x = -83.980, y = -0.525, z = 171.636 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 24003, pos = { x = -75.896, y = -0.527, z = 171.583 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 24004, pos = { x = -80.001, y = -0.531, z = 172.527 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 24005, pos = { x = -87.158, y = -0.511, z = 170.421 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 24006, pos = { x = -72.937, y = -0.518, z = 169.980 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 24007, pos = { x = -88.377, y = -0.527, z = 167.699 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 24008, pos = { x = -71.269, y = -0.522, z = 167.715 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 24009, pos = { x = -88.629, y = -0.532, z = 163.994 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 24010, pos = { x = -71.168, y = -0.524, z = 164.010 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 24011, pos = { x = -79.967, y = -0.518, z = 171.953 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 24012, pos = { x = -85.752, y = -0.507, z = 171.020 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 24013, pos = { x = -74.275, y = -0.532, z = 170.986 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 24014, pos = { x = -88.696, y = -0.524, z = 166.341 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 24015, pos = { x = -71.145, y = -0.526, z = 166.347 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 24016, pos = { x = -88.681, y = -0.530, z = 161.457 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 24017, pos = { x = -71.239, y = -0.531, z = 161.512 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 24018, pos = { x = -85.703, y = -0.532, z = 156.789 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 24019, pos = { x = -74.346, y = -0.532, z = 156.705 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 24020, pos = { x = -80.065, y = -0.532, z = 155.910 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 24021, pos = { x = -87.181, y = -0.490, z = 166.978 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 24022, pos = { x = -72.901, y = -0.515, z = 166.981 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 24023, pos = { x = -87.178, y = -0.532, z = 152.627 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 24024, pos = { x = -72.978, y = -0.532, z = 152.705 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 24025, pos = { x = -79.876, y = -0.515, z = 167.227 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 24026, pos = { x = -80.074, y = -0.532, z = 152.470 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 24027, pos = { x = -88.156, y = -0.532, z = 159.800 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 24028, pos = { x = -71.780, y = -0.529, z = 159.765 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 24029, pos = { x = -88.050, y = -0.531, z = 155.736 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 24030, pos = { x = -72.082, y = -0.523, z = 163.175 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 24031, pos = { x = -76.643, y = -0.532, z = 152.400 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 24032, pos = { x = -83.895, y = -0.507, z = 167.322 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 24033, pos = { x = -84.089, y = -0.524, z = 157.840 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24034, pos = { x = -84.089, y = -0.524, z = 159.245 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24035, pos = { x = -84.089, y = -0.524, z = 160.894 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24036, pos = { x = -84.089, y = -0.524, z = 162.298 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24037, pos = { x = -86.302, y = -0.524, z = 155.086 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24038, pos = { x = -86.302, y = -0.524, z = 156.491 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24039, pos = { x = -86.302, y = -0.524, z = 158.140 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24040, pos = { x = -86.302, y = -0.524, z = 159.544 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24041, pos = { x = -86.302, y = -0.524, z = 161.900 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24042, pos = { x = -86.302, y = -0.524, z = 163.305 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 16 },
{ config_id = 24043, pos = { x = -72.046, y = -0.582, z = 155.885 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 24001 },
triggers = { "ENTER_REGION_24001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001026
}
-- DEFS_MISCS
local GroupId = 247001026
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 26001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 26001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = -0.040, y = -0.608, z = 240.033 } }
}
-- 触发器
triggers = {
{ config_id = 1026001, name = "ENTER_REGION_26001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 26002, pos = { x = -3.974, y = -0.551, z = 253.145 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 26003, pos = { x = 4.110, y = -0.553, z = 253.091 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 26004, pos = { x = 0.005, y = -0.557, z = 254.036 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 26005, pos = { x = -7.152, y = -0.537, z = 251.930 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 26006, pos = { x = 7.069, y = -0.543, z = 251.489 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 26007, pos = { x = -8.371, y = -0.553, z = 249.208 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 26008, pos = { x = 8.737, y = -0.548, z = 249.224 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 26009, pos = { x = -8.623, y = -0.558, z = 245.502 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 26010, pos = { x = 8.838, y = -0.550, z = 245.518 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 26011, pos = { x = 0.039, y = -0.543, z = 251.136 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 26012, pos = { x = -5.746, y = -0.532, z = 250.204 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 26013, pos = { x = 5.731, y = -0.558, z = 250.169 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 26014, pos = { x = -8.690, y = -0.550, z = 245.525 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 26015, pos = { x = 8.861, y = -0.552, z = 245.530 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 26016, pos = { x = -8.675, y = -0.556, z = 240.640 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 26017, pos = { x = 8.767, y = -0.557, z = 240.695 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 26018, pos = { x = -5.697, y = -0.558, z = 235.973 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 26019, pos = { x = 5.660, y = -0.558, z = 235.888 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 26020, pos = { x = -0.059, y = -0.558, z = 235.093 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 26021, pos = { x = -7.175, y = -0.516, z = 247.925 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 26022, pos = { x = 7.105, y = -0.541, z = 247.928 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 26023, pos = { x = -7.172, y = -0.558, z = 233.574 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 26024, pos = { x = 7.028, y = -0.558, z = 233.652 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 26025, pos = { x = 0.130, y = -0.541, z = 248.174 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 26026, pos = { x = -0.068, y = -0.558, z = 233.417 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 26027, pos = { x = -8.150, y = -0.557, z = 240.747 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 26028, pos = { x = 8.226, y = -0.555, z = 240.712 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 26029, pos = { x = -8.044, y = -0.556, z = 236.683 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 26030, pos = { x = 7.924, y = -0.549, z = 244.122 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 26031, pos = { x = 3.363, y = -0.558, z = 232.388 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 26032, pos = { x = -3.889, y = -0.532, z = 247.310 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 26033, pos = { x = -0.574, y = -0.557, z = 244.670 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26034, pos = { x = 1.104, y = -0.557, z = 244.670 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26035, pos = { x = 2.912, y = -0.557, z = 244.670 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26036, pos = { x = 4.590, y = -0.557, z = 244.670 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26037, pos = { x = -4.479, y = -0.557, z = 244.670 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26038, pos = { x = -2.801, y = -0.557, z = 244.670 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26039, pos = { x = -2.494, y = -0.557, z = 242.741 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26040, pos = { x = -0.815, y = -0.557, z = 242.741 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26041, pos = { x = 0.992, y = -0.557, z = 242.741 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26042, pos = { x = 2.671, y = -0.557, z = 242.741 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 26043, pos = { x = -5.250, y = -0.608, z = 240.161 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 26001 },
triggers = { "ENTER_REGION_26001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001029
}
-- DEFS_MISCS
local GroupId = 247001029
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 29001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 29001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = -0.007, y = 0.050, z = 319.985 } }
}
-- 触发器
triggers = {
{ config_id = 1029001, name = "ENTER_REGION_29001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 29002, pos = { x = -3.941, y = 0.107, z = 332.332 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 29003, pos = { x = 4.143, y = 0.105, z = 332.278 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 29004, pos = { x = 0.038, y = 0.101, z = 333.223 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 29005, pos = { x = -7.118, y = 0.121, z = 331.117 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 29006, pos = { x = 7.102, y = 0.115, z = 330.676 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 29007, pos = { x = -8.338, y = 0.105, z = 328.395 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 29008, pos = { x = 8.770, y = 0.110, z = 328.411 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 29009, pos = { x = -8.589, y = 0.100, z = 324.689 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 29010, pos = { x = 8.871, y = 0.108, z = 324.705 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 29011, pos = { x = 0.073, y = 0.115, z = 331.894 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 29012, pos = { x = -5.713, y = 0.126, z = 330.962 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 29013, pos = { x = 5.764, y = 0.100, z = 330.928 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 29014, pos = { x = -8.656, y = 0.108, z = 326.283 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 29015, pos = { x = 8.894, y = 0.106, z = 326.288 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 29016, pos = { x = -8.642, y = 0.102, z = 321.398 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 29017, pos = { x = 8.800, y = 0.101, z = 321.453 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 29018, pos = { x = -5.664, y = 0.100, z = 316.731 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 29019, pos = { x = 5.694, y = 0.100, z = 316.646 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 29020, pos = { x = -0.025, y = 0.100, z = 315.851 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 29021, pos = { x = -7.141, y = 0.142, z = 328.701 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 29022, pos = { x = 7.139, y = 0.117, z = 328.704 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 29023, pos = { x = -7.139, y = 0.100, z = 314.350 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 29024, pos = { x = 7.062, y = 0.100, z = 314.428 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 29025, pos = { x = 0.164, y = 0.117, z = 328.950 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 29026, pos = { x = -0.034, y = 0.100, z = 314.193 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 29027, pos = { x = -8.116, y = 0.101, z = 321.523 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 29028, pos = { x = 8.260, y = 0.104, z = 321.488 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 29029, pos = { x = -8.011, y = 0.102, z = 317.459 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 29030, pos = { x = 7.957, y = 0.109, z = 324.898 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 29031, pos = { x = 3.396, y = 0.100, z = 312.341 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 29032, pos = { x = -3.856, y = 0.126, z = 327.263 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 29033, pos = { x = -2.429, y = 0.050, z = 324.847 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29034, pos = { x = -0.777, y = 0.050, z = 324.847 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29035, pos = { x = 1.032, y = 0.050, z = 324.847 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29036, pos = { x = 2.684, y = 0.050, z = 324.847 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29037, pos = { x = -4.145, y = 0.050, z = 321.881 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29038, pos = { x = -2.496, y = 0.050, z = 321.881 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29039, pos = { x = -0.688, y = 0.050, z = 321.881 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29040, pos = { x = 0.964, y = 0.050, z = 321.880 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29041, pos = { x = 2.621, y = 0.050, z = 322.085 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29042, pos = { x = 4.273, y = 0.050, z = 322.084 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 29043, pos = { x = 0.158, y = 0.050, z = 311.417 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 29001 },
triggers = { "ENTER_REGION_29001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001030
}
-- DEFS_MISCS
local GroupId = 247001030
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 30001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 30001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = 0.018, y = 0.050, z = 399.998 } }
}
-- 触发器
triggers = {
{ config_id = 1030001, name = "ENTER_REGION_30001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 30002, pos = { x = -3.917, y = 0.107, z = 412.041 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 30003, pos = { x = 4.168, y = 0.105, z = 411.987 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 30004, pos = { x = 0.063, y = 0.101, z = 412.932 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 30005, pos = { x = -7.094, y = 0.121, z = 410.826 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 30006, pos = { x = 7.127, y = 0.115, z = 410.385 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 30007, pos = { x = -8.314, y = 0.105, z = 408.104 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 30008, pos = { x = 8.794, y = 0.110, z = 408.120 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 30009, pos = { x = -8.565, y = 0.100, z = 404.398 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 30010, pos = { x = 8.896, y = 0.108, z = 404.415 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 30011, pos = { x = 0.097, y = 0.115, z = 411.230 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 30012, pos = { x = -5.688, y = 0.126, z = 410.298 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 30013, pos = { x = 5.788, y = 0.100, z = 410.264 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 30014, pos = { x = -8.632, y = 0.108, z = 405.619 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 30015, pos = { x = 8.919, y = 0.106, z = 405.624 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 30016, pos = { x = -8.618, y = 0.102, z = 400.734 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 30017, pos = { x = 8.825, y = 0.101, z = 400.789 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 30018, pos = { x = -5.639, y = 0.100, z = 396.067 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 30019, pos = { x = 5.718, y = 0.100, z = 395.982 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 30020, pos = { x = -0.001, y = 0.100, z = 395.187 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 30021, pos = { x = -7.117, y = 0.142, z = 407.180 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 30022, pos = { x = 7.163, y = 0.117, z = 407.183 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 30023, pos = { x = -7.115, y = 0.100, z = 392.829 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 30024, pos = { x = 7.086, y = 0.100, z = 392.907 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 30025, pos = { x = 0.188, y = 0.117, z = 407.428 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 30026, pos = { x = -0.010, y = 0.100, z = 392.671 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 30027, pos = { x = -8.092, y = 0.101, z = 400.002 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 30028, pos = { x = 8.284, y = 0.103, z = 399.967 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 30029, pos = { x = -7.986, y = 0.102, z = 395.938 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 30030, pos = { x = 7.982, y = 0.109, z = 403.376 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 30031, pos = { x = 3.421, y = 0.100, z = 392.354 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 30032, pos = { x = -3.831, y = 0.126, z = 407.276 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 30033, pos = { x = 3.120, y = 0.047, z = 404.000 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30034, pos = { x = 1.386, y = 0.047, z = 404.011 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30035, pos = { x = -0.817, y = 0.050, z = 403.969 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30036, pos = { x = -2.551, y = 0.050, z = 403.980 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30037, pos = { x = 0.970, y = 0.039, z = 401.963 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30038, pos = { x = -0.764, y = 0.050, z = 401.975 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30039, pos = { x = -2.968, y = 0.050, z = 401.932 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30040, pos = { x = -4.701, y = 0.050, z = 401.944 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30041, pos = { x = 4.410, y = 0.046, z = 401.952 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30042, pos = { x = 2.677, y = 0.058, z = 401.963 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 30043, pos = { x = -3.044, y = 0.050, z = 393.890 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 30001 },
triggers = { "ENTER_REGION_30001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001031
}
-- DEFS_MISCS
local GroupId = 247001031
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 31001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 31001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = 79.990, y = 0.050, z = 399.999 } }
}
-- 触发器
triggers = {
{ config_id = 1031001, name = "ENTER_REGION_31001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 31002, pos = { x = 76.056, y = 0.107, z = 412.985 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 31003, pos = { x = 84.140, y = 0.105, z = 412.931 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 31004, pos = { x = 80.035, y = 0.101, z = 413.876 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 31005, pos = { x = 72.879, y = 0.121, z = 411.770 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 31006, pos = { x = 87.099, y = 0.115, z = 411.329 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 31007, pos = { x = 71.659, y = 0.105, z = 409.048 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 31008, pos = { x = 88.767, y = 0.110, z = 409.064 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 31009, pos = { x = 71.407, y = 0.100, z = 405.342 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 31010, pos = { x = 88.868, y = 0.108, z = 405.359 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 31011, pos = { x = 84.574, y = 0.115, z = 408.097 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 31012, pos = { x = 78.788, y = 0.126, z = 407.164 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 31013, pos = { x = 90.265, y = 0.100, z = 407.130 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 31014, pos = { x = 75.844, y = 0.108, z = 402.485 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 31015, pos = { x = 93.395, y = 0.106, z = 402.490 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 31016, pos = { x = 75.859, y = 0.102, z = 397.601 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 31017, pos = { x = 93.301, y = 0.101, z = 397.656 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 31018, pos = { x = 78.837, y = 0.100, z = 392.933 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 31019, pos = { x = 90.194, y = 0.100, z = 392.848 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 31020, pos = { x = 84.475, y = 0.100, z = 392.054 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 31021, pos = { x = 74.738, y = 0.142, z = 407.181 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 31022, pos = { x = 89.018, y = 0.117, z = 407.183 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 31023, pos = { x = 74.740, y = 0.100, z = 392.830 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 31024, pos = { x = 88.941, y = 0.100, z = 392.908 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 31025, pos = { x = 82.043, y = 0.117, z = 407.429 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 31026, pos = { x = 81.845, y = 0.100, z = 392.672 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 31027, pos = { x = 73.763, y = 0.101, z = 400.002 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 31028, pos = { x = 90.139, y = 0.104, z = 399.968 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 31029, pos = { x = 73.868, y = 0.102, z = 395.938 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 31030, pos = { x = 89.836, y = 0.109, z = 403.377 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 31031, pos = { x = 83.393, y = 0.100, z = 392.354 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 31032, pos = { x = 76.141, y = 0.126, z = 407.276 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 31033, pos = { x = 86.547, y = 0.050, z = 402.977 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31034, pos = { x = 86.554, y = 0.050, z = 401.334 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31035, pos = { x = 86.636, y = 0.050, z = 400.208 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31036, pos = { x = 86.645, y = 0.050, z = 398.566 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31037, pos = { x = 86.601, y = 0.050, z = 397.050 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31038, pos = { x = 86.611, y = 0.050, z = 395.408 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31039, pos = { x = 83.295, y = 0.050, z = 402.144 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31040, pos = { x = 83.305, y = 0.050, z = 400.502 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31041, pos = { x = 83.265, y = 0.050, z = 398.986 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31042, pos = { x = 83.274, y = 0.050, z = 397.344 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 16 },
{ config_id = 31043, pos = { x = 79.843, y = 0.050, z = 404.279 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 31001 },
triggers = { "ENTER_REGION_31001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,127 @@
-- 基础信息
local base_info = {
group_id = 247001033
}
-- DEFS_MISCS
local GroupId = 247001033
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 33001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 33001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = -0.013, y = -0.582, z = 479.968 } }
}
-- 触发器
triggers = {
{ config_id = 1033001, name = "ENTER_REGION_33001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 33002, pos = { x = -3.947, y = -0.525, z = 492.248 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 33003, pos = { x = 4.137, y = -0.527, z = 492.194 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 33004, pos = { x = 0.032, y = -0.531, z = 493.139 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 33005, pos = { x = -7.124, y = -0.511, z = 491.033 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 33006, pos = { x = 7.096, y = -0.518, z = 490.592 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 33007, pos = { x = -8.344, y = -0.527, z = 488.311 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 33008, pos = { x = 8.764, y = -0.522, z = 488.326 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 33009, pos = { x = -8.595, y = -0.532, z = 484.605 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 33010, pos = { x = 8.865, y = -0.524, z = 484.621 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 33011, pos = { x = 0.067, y = -0.518, z = 492.033 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 33012, pos = { x = -5.719, y = -0.507, z = 491.101 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 33013, pos = { x = 5.758, y = -0.532, z = 491.066 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 33014, pos = { x = -8.662, y = -0.524, z = 486.422 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 33015, pos = { x = 8.888, y = -0.526, z = 486.427 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 33016, pos = { x = -8.648, y = -0.530, z = 481.537 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 33017, pos = { x = 8.794, y = -0.531, z = 481.592 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 33018, pos = { x = -5.670, y = -0.532, z = 476.869 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 33019, pos = { x = 5.688, y = -0.532, z = 476.785 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 33020, pos = { x = -0.031, y = -0.532, z = 475.990 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 33021, pos = { x = -7.147, y = -0.490, z = 489.918 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 33022, pos = { x = 7.133, y = -0.515, z = 489.921 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 33023, pos = { x = -7.145, y = -0.532, z = 475.567 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 33024, pos = { x = 7.056, y = -0.532, z = 475.645 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 33025, pos = { x = 0.158, y = -0.515, z = 490.166 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 33026, pos = { x = -0.040, y = -0.532, z = 475.409 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 33027, pos = { x = -8.122, y = -0.532, z = 482.739 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 33028, pos = { x = 8.254, y = -0.529, z = 482.705 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 33029, pos = { x = -8.017, y = -0.531, z = 478.675 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 33030, pos = { x = 7.951, y = -0.523, z = 486.114 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 33031, pos = { x = 3.390, y = -0.532, z = 472.324 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 33032, pos = { x = -3.862, y = -0.507, z = 487.246 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 33033, pos = { x = -3.759, y = -0.600, z = 484.117 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33034, pos = { x = -2.161, y = -0.600, z = 484.117 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33035, pos = { x = -0.533, y = -0.600, z = 484.117 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33036, pos = { x = 1.067, y = -0.600, z = 484.117 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33037, pos = { x = 2.936, y = -0.600, z = 484.117 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33038, pos = { x = 4.533, y = -0.600, z = 484.117 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33039, pos = { x = -2.280, y = -0.600, z = 482.044 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33040, pos = { x = -0.679, y = -0.600, z = 482.044 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33041, pos = { x = 1.190, y = -0.600, z = 482.044 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33042, pos = { x = 2.786, y = -0.600, z = 482.044 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 33043, pos = { x = 7.380, y = -0.582, z = 479.420 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 33001 },
triggers = { "ENTER_REGION_33001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,133 @@
-- 基础信息
local base_info = {
group_id = 247001036
}
-- DEFS_MISCS
local GroupId = 247001036
local point_id_list = {}
local MainGroupID = 247001001
local RegionID = 36001
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 36001, shape = RegionShape.CUBIC, size = { x = 40.000, y = 25.000, z = 40.000 }, pos = { x = 0.024, y = 0.050, z = 559.965 } }
}
-- 触发器
triggers = {
{ config_id = 1036001, name = "ENTER_REGION_36001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 点位
points = {
{ config_id = 36002, pos = { x = -3.910, y = 0.107, z = 570.953 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 36003, pos = { x = 4.174, y = 0.105, z = 570.899 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 36004, pos = { x = 0.069, y = 0.101, z = 571.844 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 2 },
{ config_id = 36005, pos = { x = -7.087, y = 0.121, z = 569.738 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 2 },
{ config_id = 36006, pos = { x = 7.133, y = 0.115, z = 569.297 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 2 },
{ config_id = 36007, pos = { x = -8.307, y = 0.105, z = 567.016 }, rot = { x = 0.000, y = 110.000, z = 0.000 }, tag = 2 },
{ config_id = 36008, pos = { x = 8.801, y = 0.110, z = 567.032 }, rot = { x = 0.000, y = 250.000, z = 0.000 }, tag = 2 },
{ config_id = 36009, pos = { x = -8.558, y = 0.100, z = 563.310 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 2 },
{ config_id = 36010, pos = { x = 8.902, y = 0.108, z = 563.326 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 2 },
{ config_id = 36011, pos = { x = 0.104, y = 0.115, z = 570.968 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 4 },
{ config_id = 36012, pos = { x = -5.682, y = 0.126, z = 570.035 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 4 },
{ config_id = 36013, pos = { x = 5.795, y = 0.100, z = 570.001 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 4 },
{ config_id = 36014, pos = { x = -8.625, y = 0.108, z = 565.356 }, rot = { x = 0.000, y = 100.000, z = 0.000 }, tag = 4 },
{ config_id = 36015, pos = { x = 8.925, y = 0.106, z = 565.361 }, rot = { x = 0.000, y = 260.000, z = 0.000 }, tag = 4 },
{ config_id = 36016, pos = { x = -8.611, y = 0.102, z = 560.471 }, rot = { x = 0.000, y = 80.000, z = 0.000 }, tag = 4 },
{ config_id = 36017, pos = { x = 8.831, y = 0.101, z = 560.527 }, rot = { x = 0.000, y = 280.000, z = 0.000 }, tag = 4 },
{ config_id = 36018, pos = { x = -5.633, y = 0.100, z = 555.804 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 4 },
{ config_id = 36019, pos = { x = 5.724, y = 0.100, z = 555.719 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 4 },
{ config_id = 36020, pos = { x = 0.006, y = 0.100, z = 554.924 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 4 },
{ config_id = 36021, pos = { x = -7.110, y = 0.142, z = 570.014 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 36022, pos = { x = 7.170, y = 0.117, z = 570.017 }, rot = { x = 0.000, y = 210.000, z = 0.000 }, tag = 8 },
{ config_id = 36023, pos = { x = -7.108, y = 0.100, z = 555.663 }, rot = { x = 0.000, y = 30.000, z = 0.000 }, tag = 8 },
{ config_id = 36024, pos = { x = 7.093, y = 0.100, z = 555.741 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 36025, pos = { x = 0.195, y = 0.117, z = 570.262 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 8 },
{ config_id = 36026, pos = { x = -0.003, y = 0.100, z = 555.505 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 8 },
{ config_id = 36027, pos = { x = -8.085, y = 0.101, z = 562.835 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, tag = 8 },
{ config_id = 36028, pos = { x = 8.291, y = 0.104, z = 562.801 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, tag = 8 },
{ config_id = 36029, pos = { x = -7.980, y = 0.102, z = 558.771 }, rot = { x = 0.000, y = 60.000, z = 0.000 }, tag = 8 },
{ config_id = 36030, pos = { x = 7.988, y = 0.109, z = 566.210 }, rot = { x = 0.000, y = 240.000, z = 0.000 }, tag = 8 },
{ config_id = 36031, pos = { x = 3.427, y = 0.100, z = 552.320 }, rot = { x = 0.000, y = 330.000, z = 0.000 }, tag = 8 },
{ config_id = 36032, pos = { x = -3.825, y = 0.126, z = 567.243 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 8 },
{ config_id = 36033, pos = { x = 0.714, y = 0.126, z = 564.070 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 16 },
{ config_id = 36034, pos = { x = -2.036, y = 0.126, z = 564.070 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 16 },
{ config_id = 36035, pos = { x = 2.737, y = 0.126, z = 565.585 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 16 },
{ config_id = 36036, pos = { x = -0.013, y = 0.126, z = 565.585 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 16 },
{ config_id = 36037, pos = { x = -2.706, y = 0.126, z = 565.476 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 16 },
{ config_id = 36038, pos = { x = -5.456, y = 0.126, z = 565.476 }, rot = { x = 0.000, y = 150.000, z = 0.000 }, tag = 16 },
{ config_id = 36039, pos = { x = -4.431, y = 0.050, z = 563.360 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36040, pos = { x = -2.494, y = 0.050, z = 563.360 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36041, pos = { x = -0.702, y = 0.050, z = 563.359 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36042, pos = { x = 1.235, y = 0.050, z = 563.360 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36043, pos = { x = 3.161, y = 0.050, z = 563.360 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36044, pos = { x = 5.099, y = 0.050, z = 563.359 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36045, pos = { x = -2.638, y = 0.050, z = 561.922 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36046, pos = { x = -0.701, y = 0.050, z = 561.923 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36047, pos = { x = 1.225, y = 0.050, z = 561.923 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36048, pos = { x = 3.163, y = 0.050, z = 561.921 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, tag = 16 },
{ config_id = 36049, pos = { x = -0.002, y = 0.050, z = 550.775 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, tag = 32 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 36001 },
triggers = { "ENTER_REGION_36001" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_Require"

View File

@@ -0,0 +1,635 @@
-- 基础信息
local base_info = {
group_id = 247001037
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 37001, gadget_id = 70310154, pos = { x = -24.675, y = -3.605, z = 665.775 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 37002, gadget_id = 70310154, pos = { x = 24.794, y = -3.605, z = 673.500 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 },
{ config_id = 37003, gadget_id = 70310154, pos = { x = -7.224, y = -3.615, z = 694.337 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1 },
{ config_id = 37004, gadget_id = 70310154, pos = { x = -26.230, y = 1.390, z = 150.030 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37005, gadget_id = 70360291, pos = { x = -26.230, y = 1.390, z = 163.802 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37007, gadget_id = 70310154, pos = { x = -48.780, y = 1.390, z = 151.308 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37008, gadget_id = 70360291, pos = { x = -48.780, y = 1.390, z = 171.962 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37009, gadget_id = 70310154, pos = { x = 7.207, y = -3.615, z = 694.337 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1 },
{ config_id = 37010, gadget_id = 70360291, pos = { x = -26.097, y = -3.556, z = 673.508 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37012, gadget_id = 70360291, pos = { x = 26.089, y = -3.504, z = 665.790 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37013, gadget_id = 70360291, pos = { x = -7.234, y = -3.612, z = 644.302 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37014, gadget_id = 70360291, pos = { x = 7.220, y = -3.622, z = 644.301 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37015, gadget_id = 70310154, pos = { x = -26.443, y = 1.390, z = 230.037 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37016, gadget_id = 70360291, pos = { x = -26.443, y = 1.390, z = 243.783 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37017, gadget_id = 70310154, pos = { x = -48.866, y = 1.390, z = 231.276 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37018, gadget_id = 70360291, pos = { x = -48.866, y = 1.390, z = 251.953 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37040, gadget_id = 70360283, pos = { x = 70.727, y = 3.918, z = 288.874 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37042, gadget_id = 70310154, pos = { x = 35.549, y = 2.232, z = 403.326 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37043, gadget_id = 70360291, pos = { x = 35.549, y = 2.232, z = 410.688 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37045, gadget_id = 70360283, pos = { x = 49.814, y = 7.965, z = 394.634 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37047, gadget_id = 70360283, pos = { x = 0.020, y = 3.850, z = 530.113 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37048, gadget_id = 70360291, pos = { x = 7.483, y = -1.665, z = 429.389 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37049, gadget_id = 70310154, pos = { x = 7.381, y = -1.665, z = 445.876 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1 },
{ config_id = 37052, gadget_id = 70310154, pos = { x = -15.186, y = 0.820, z = 235.849 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 37053, gadget_id = 70360291, pos = { x = 15.750, y = 0.820, z = 235.849 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37056, gadget_id = 70360291, pos = { x = 15.750, y = 0.820, z = 244.066 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37057, gadget_id = 70310154, pos = { x = -15.186, y = 0.820, z = 244.066 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 37064, gadget_id = 70310154, pos = { x = -19.859, y = 1.241, z = 390.584 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 37065, gadget_id = 70360291, pos = { x = 16.209, y = 1.241, z = 390.584 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37067, gadget_id = 70310154, pos = { x = 5.562, y = 1.436, z = 419.859 }, rot = { x = 0.000, y = 180.000, z = 0.000 }, level = 1 },
{ config_id = 37068, gadget_id = 70360291, pos = { x = 5.562, y = 1.436, z = 379.172 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37070, gadget_id = 70310154, pos = { x = 19.858, y = 1.358, z = 569.476 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 },
{ config_id = 37071, gadget_id = 70360291, pos = { x = -20.782, y = 1.358, z = 569.476 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37074, gadget_id = 70360291, pos = { x = -20.782, y = 1.358, z = 550.656 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37075, gadget_id = 70310154, pos = { x = 19.858, y = 1.358, z = 550.656 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 },
{ config_id = 37076, gadget_id = 70310154, pos = { x = -19.870, y = 1.358, z = 553.936 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 37077, gadget_id = 70360291, pos = { x = 20.427, y = 1.358, z = 553.936 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37080, gadget_id = 70360291, pos = { x = 20.427, y = 1.358, z = 565.757 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 37081, gadget_id = 70310154, pos = { x = -19.870, y = 1.358, z = 565.757 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
{ config_id = 37006, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 20.000 }, pos = { x = -26.230, y = 1.390, z = 154.010 } },
{ config_id = 37011, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 20.000 }, pos = { x = -48.780, y = 1.390, z = 155.290 } },
{ config_id = 37019, shape = RegionShape.CUBIC, size = { x = 50.000, y = 10.000, z = 4.500 }, pos = { x = 0.089, y = -2.326, z = 665.775 } },
{ config_id = 37020, shape = RegionShape.CUBIC, size = { x = 50.000, y = 10.000, z = 4.500 }, pos = { x = 0.089, y = -2.326, z = 673.445 } },
{ config_id = 37021, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 50.000 }, pos = { x = -7.224, y = -3.615, z = 669.677 } },
{ config_id = 37022, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 20.000 }, pos = { x = -26.443, y = 1.390, z = 233.991 } },
{ config_id = 37023, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 20.000 }, pos = { x = -48.866, y = 1.390, z = 235.281 } },
{ config_id = 37024, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 50.000 }, pos = { x = 7.239, y = -3.615, z = 669.677 } },
{ config_id = 37041, shape = RegionShape.CUBIC, size = { x = 5.000, y = 10.000, z = 5.000 }, pos = { x = 70.727, y = 3.918, z = 288.874 } },
{ config_id = 37044, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 10.000 }, pos = { x = 35.549, y = 2.232, z = 408.485 } },
{ config_id = 37046, shape = RegionShape.CUBIC, size = { x = 5.000, y = 10.000, z = 5.000 }, pos = { x = 49.814, y = 4.602, z = 394.634 } },
{ config_id = 37050, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 15.000 }, pos = { x = 7.483, y = -1.665, z = 438.443 } },
{ config_id = 37051, shape = RegionShape.CUBIC, size = { x = 5.000, y = 10.000, z = 5.000 }, pos = { x = 0.020, y = 3.850, z = 530.113 } },
{ config_id = 37054, shape = RegionShape.CUBIC, size = { x = 40.000, y = 10.000, z = 4.500 }, pos = { x = 3.314, y = 1.602, z = 235.849 } },
{ config_id = 37055, shape = RegionShape.CUBIC, size = { x = 40.000, y = 10.000, z = 4.500 }, pos = { x = 3.314, y = 1.602, z = 244.066 } },
{ config_id = 37066, shape = RegionShape.CUBIC, size = { x = 40.000, y = 10.000, z = 4.500 }, pos = { x = -0.002, y = 1.241, z = 390.584 } },
{ config_id = 37069, shape = RegionShape.CUBIC, size = { x = 4.500, y = 10.000, z = 40.000 }, pos = { x = 5.562, y = 1.941, z = 400.583 } },
{ config_id = 37072, shape = RegionShape.CUBIC, size = { x = 40.000, y = 10.000, z = 4.500 }, pos = { x = 0.164, y = 1.358, z = 569.476 } },
{ config_id = 37073, shape = RegionShape.CUBIC, size = { x = 40.000, y = 10.000, z = 4.500 }, pos = { x = 0.164, y = 1.358, z = 550.656 } },
{ config_id = 37078, shape = RegionShape.CUBIC, size = { x = 40.000, y = 10.000, z = 4.500 }, pos = { x = 0.164, y = 1.358, z = 553.845 } },
{ config_id = 37079, shape = RegionShape.CUBIC, size = { x = 40.000, y = 10.000, z = 4.500 }, pos = { x = 0.164, y = 1.358, z = 565.933 } }
}
-- 触发器
triggers = {
{ config_id = 1037006, name = "ENTER_REGION_37006", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37006", action = "action_EVENT_ENTER_REGION_37006", trigger_count = 0 },
{ config_id = 1037011, name = "ENTER_REGION_37011", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37011", action = "action_EVENT_ENTER_REGION_37011", trigger_count = 0 },
{ config_id = 1037019, name = "ENTER_REGION_37019", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37019", action = "action_EVENT_ENTER_REGION_37019", trigger_count = 0 },
{ config_id = 1037020, name = "ENTER_REGION_37020", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37020", action = "action_EVENT_ENTER_REGION_37020", trigger_count = 0 },
{ config_id = 1037021, name = "ENTER_REGION_37021", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37021", action = "action_EVENT_ENTER_REGION_37021", trigger_count = 0 },
{ config_id = 1037022, name = "ENTER_REGION_37022", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37022", action = "action_EVENT_ENTER_REGION_37022", trigger_count = 0 },
{ config_id = 1037023, name = "ENTER_REGION_37023", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37023", action = "action_EVENT_ENTER_REGION_37023", trigger_count = 0 },
{ config_id = 1037024, name = "ENTER_REGION_37024", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37024", action = "action_EVENT_ENTER_REGION_37024", trigger_count = 0 },
{ config_id = 1037041, name = "ENTER_REGION_37041", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37041", action = "action_EVENT_ENTER_REGION_37041" },
{ config_id = 1037044, name = "ENTER_REGION_37044", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37044", action = "action_EVENT_ENTER_REGION_37044", trigger_count = 0 },
{ config_id = 1037046, name = "ENTER_REGION_37046", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37046", action = "action_EVENT_ENTER_REGION_37046" },
{ config_id = 1037050, name = "ENTER_REGION_37050", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37050", action = "action_EVENT_ENTER_REGION_37050", trigger_count = 0 },
{ config_id = 1037051, name = "ENTER_REGION_37051", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37051", action = "action_EVENT_ENTER_REGION_37051" },
{ config_id = 1037054, name = "ENTER_REGION_37054", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37054", action = "action_EVENT_ENTER_REGION_37054", trigger_count = 0 },
{ config_id = 1037055, name = "ENTER_REGION_37055", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37055", action = "action_EVENT_ENTER_REGION_37055", trigger_count = 0 },
{ config_id = 1037066, name = "ENTER_REGION_37066", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37066", action = "action_EVENT_ENTER_REGION_37066", trigger_count = 0 },
{ config_id = 1037069, name = "ENTER_REGION_37069", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37069", action = "action_EVENT_ENTER_REGION_37069", trigger_count = 0 },
{ config_id = 1037072, name = "ENTER_REGION_37072", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37072", action = "action_EVENT_ENTER_REGION_37072", trigger_count = 0 },
{ config_id = 1037073, name = "ENTER_REGION_37073", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37073", action = "action_EVENT_ENTER_REGION_37073", trigger_count = 0 },
{ config_id = 1037078, name = "ENTER_REGION_37078", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37078", action = "action_EVENT_ENTER_REGION_37078", trigger_count = 0 },
{ config_id = 1037079, name = "ENTER_REGION_37079", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_37079", action = "action_EVENT_ENTER_REGION_37079", trigger_count = 0 }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 37001, 37002, 37003, 37004, 37005, 37007, 37008, 37009, 37010, 37012, 37013, 37014, 37015, 37016, 37017, 37018, 37040, 37042, 37043, 37045, 37047, 37048, 37049, 37052, 37053, 37056, 37057, 37064, 37065, 37067, 37068, 37070, 37071, 37074, 37075, 37076, 37077, 37080, 37081 },
regions = { 37006, 37011, 37019, 37020, 37021, 37022, 37023, 37024, 37041, 37044, 37046, 37050, 37051, 37054, 37055, 37066, 37069, 37072, 37073, 37078, 37079 },
triggers = { "ENTER_REGION_37006", "ENTER_REGION_37011", "ENTER_REGION_37019", "ENTER_REGION_37020", "ENTER_REGION_37021", "ENTER_REGION_37022", "ENTER_REGION_37023", "ENTER_REGION_37024", "ENTER_REGION_37041", "ENTER_REGION_37044", "ENTER_REGION_37046", "ENTER_REGION_37050", "ENTER_REGION_37051", "ENTER_REGION_37054", "ENTER_REGION_37055", "ENTER_REGION_37066", "ENTER_REGION_37069", "ENTER_REGION_37072", "ENTER_REGION_37073", "ENTER_REGION_37078", "ENTER_REGION_37079" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
-- 触发条件
function condition_EVENT_ENTER_REGION_37006(context, evt)
if evt.param1 ~= 37006 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37006(context, evt)
-- 将configid为 37004 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37004, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37011(context, evt)
if evt.param1 ~= 37011 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37011(context, evt)
-- 将configid为 37007 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37007, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37019(context, evt)
if evt.param1 ~= 37019 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37019(context, evt)
-- 将configid为 37001 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37001, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37020(context, evt)
if evt.param1 ~= 37020 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37020(context, evt)
-- 将configid为 37002 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37002, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37021(context, evt)
if evt.param1 ~= 37021 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37021(context, evt)
-- 将configid为 37003 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37003, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37022(context, evt)
if evt.param1 ~= 37022 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37022(context, evt)
-- 将configid为 37015 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37015, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37023(context, evt)
if evt.param1 ~= 37023 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37023(context, evt)
-- 将configid为 37017 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37017, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37024(context, evt)
if evt.param1 ~= 37024 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37024(context, evt)
-- 将configid为 37009 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37009, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37041(context, evt)
if evt.param1 ~= 37041 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37041(context, evt)
-- 将configid为 37040 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37040, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37044(context, evt)
if evt.param1 ~= 37044 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37044(context, evt)
-- 将configid为 37042 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37042, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37046(context, evt)
if evt.param1 ~= 37046 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37046(context, evt)
-- 将configid为 37045 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37045, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37050(context, evt)
if evt.param1 ~= 37050 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37050(context, evt)
-- 将configid为 37049 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37049, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37051(context, evt)
if evt.param1 ~= 37051 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37051(context, evt)
-- 将configid为 37047 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37047, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37054(context, evt)
if evt.param1 ~= 37054 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37054(context, evt)
-- 将configid为 37052 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37052, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37055(context, evt)
if evt.param1 ~= 37055 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37055(context, evt)
-- 将configid为 37057 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37057, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37066(context, evt)
if evt.param1 ~= 37066 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37066(context, evt)
-- 将configid为 37064 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37064, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37069(context, evt)
if evt.param1 ~= 37069 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37069(context, evt)
-- 将configid为 37067 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37067, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37072(context, evt)
if evt.param1 ~= 37072 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37072(context, evt)
-- 将configid为 37070 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37070, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37073(context, evt)
if evt.param1 ~= 37073 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37073(context, evt)
-- 将configid为 37075 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37075, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37078(context, evt)
if evt.param1 ~= 37078 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37078(context, evt)
-- 将configid为 37076 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37076, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_37079(context, evt)
if evt.param1 ~= 37079 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_37079(context, evt)
-- 将configid为 37081 的物件更改为状态 GadgetState.GearStart
if 0 ~= ScriptLib.SetGadgetStateByConfigId(context, 37081, GadgetState.GearStart) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : set_gadget_state_by_configId")
return -1
end
return 0
end

View File

@@ -0,0 +1,91 @@
-- 基础信息
local base_info = {
group_id = 247001039
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 39001, pos = { x = 4.979, y = 4.427, z = 206.563 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39002, pos = { x = -26.293, y = 1.559, z = 152.441 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39003, pos = { x = -44.827, y = 1.085, z = 248.499 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39004, pos = { x = -13.087, y = 1.582, z = 291.005 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39005, pos = { x = 81.892, y = 1.507, z = 437.251 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39006, pos = { x = -82.452, y = 1.123, z = 203.675 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39007, pos = { x = -8.348, y = 0.809, z = 542.054 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39009, pos = { x = -12.876, y = 1.095, z = 121.795 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39010, pos = { x = -1.975, y = -9.280, z = 361.432 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39011, pos = { x = 34.932, y = 1.130, z = 408.345 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39012, pos = { x = 50.561, y = 0.497, z = 394.831 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39013, pos = { x = 7.881, y = -2.558, z = 432.935 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39015, pos = { x = 6.727, y = 1.187, z = 524.831 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39016, pos = { x = -0.231, y = 1.424, z = 602.115 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39017, pos = { x = -15.522, y = 0.832, z = 337.192 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 39018, pos = { x = 61.857, y = 1.094, z = 383.496 }, rot = { x = 0.000, y = 0.000, z = 0.000 } }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,125 @@
-- 基础信息
local base_info = {
group_id = 247001040
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 点位
points = {
{ config_id = 40001, pos = { x = -9.994, y = 0.082, z = 291.361 }, rot = { x = 0.000, y = 52.923, z = 0.000 } },
{ config_id = 40002, pos = { x = -8.651, y = 0.137, z = 289.582 }, rot = { x = 0.000, y = 52.923, z = 0.000 } },
{ config_id = 40005, pos = { x = -1.311, y = 0.082, z = 354.584 }, rot = { x = 0.000, y = 31.083, z = 0.000 } },
{ config_id = 40006, pos = { x = 0.591, y = 0.077, z = 353.431 }, rot = { x = 0.000, y = 31.083, z = 0.000 } },
{ config_id = 40007, pos = { x = 29.695, y = 0.082, z = 397.661 }, rot = { x = 0.000, y = 355.020, z = 0.000 } },
{ config_id = 40008, pos = { x = 27.482, y = 0.082, z = 397.471 }, rot = { x = 0.000, y = 355.020, z = 0.000 } },
{ config_id = 40051, pos = { x = -5.113, y = 0.050, z = 70.757 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 40052, pos = { x = -2.884, y = 0.050, z = 70.757 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 40053, pos = { x = 6.198, y = 0.050, z = 70.757 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 40054, pos = { x = 3.970, y = 0.050, z = 70.757 }, rot = { x = 0.000, y = 0.000, z = 0.000 } },
{ config_id = 40055, pos = { x = -5.197, y = 0.046, z = 83.606 }, rot = { x = 0.000, y = 132.778, z = 0.000 } },
{ config_id = 40056, pos = { x = -3.683, y = 0.046, z = 85.242 }, rot = { x = 0.000, y = 132.778, z = 0.000 } },
{ config_id = 40057, pos = { x = -8.246, y = 0.042, z = 80.037 }, rot = { x = 0.000, y = 132.778, z = 0.000 } },
{ config_id = 40058, pos = { x = -6.732, y = 0.046, z = 81.673 }, rot = { x = 0.000, y = 132.778, z = 0.000 } },
{ config_id = 40059, pos = { x = -30.230, y = 0.074, z = 156.886 }, rot = { x = 0.000, y = 53.835, z = 0.000 } },
{ config_id = 40060, pos = { x = -28.915, y = 0.082, z = 155.086 }, rot = { x = 0.000, y = 53.835, z = 0.000 } },
{ config_id = 40061, pos = { x = -52.021, y = 0.082, z = 159.050 }, rot = { x = 0.000, y = 66.394, z = 0.000 } },
{ config_id = 40062, pos = { x = -51.128, y = 0.082, z = 157.008 }, rot = { x = 0.000, y = 66.394, z = 0.000 } },
{ config_id = 40063, pos = { x = -74.721, y = -0.600, z = 162.219 }, rot = { x = 0.000, y = 52.916, z = 0.000 } },
{ config_id = 40064, pos = { x = -73.377, y = -0.600, z = 160.441 }, rot = { x = 0.000, y = 52.916, z = 0.000 } },
{ config_id = 40065, pos = { x = -77.510, y = -0.619, z = 166.091 }, rot = { x = 0.000, y = 52.916, z = 0.000 } },
{ config_id = 40066, pos = { x = -76.166, y = -0.600, z = 164.313 }, rot = { x = 0.000, y = 52.916, z = 0.000 } },
{ config_id = 40067, pos = { x = -85.154, y = -0.600, z = 158.716 }, rot = { x = 0.000, y = 89.603, z = 0.000 } },
{ config_id = 40068, pos = { x = -85.138, y = -0.600, z = 156.487 }, rot = { x = 0.000, y = 89.603, z = 0.000 } },
{ config_id = 40069, pos = { x = -85.076, y = -0.600, z = 163.487 }, rot = { x = 0.000, y = 89.603, z = 0.000 } },
{ config_id = 40070, pos = { x = -85.061, y = -0.600, z = 161.258 }, rot = { x = 0.000, y = 89.603, z = 0.000 } },
{ config_id = 40071, pos = { x = -52.164, y = 0.082, z = 237.661 }, rot = { x = 0.000, y = 44.769, z = 0.000 } },
{ config_id = 40072, pos = { x = -50.582, y = 0.082, z = 236.091 }, rot = { x = 0.000, y = 44.769, z = 0.000 } },
{ config_id = 40073, pos = { x = -29.553, y = 0.082, z = 236.894 }, rot = { x = 0.000, y = 62.619, z = 0.000 } },
{ config_id = 40074, pos = { x = -28.528, y = 0.082, z = 234.915 }, rot = { x = 0.000, y = 62.619, z = 0.000 } },
{ config_id = 40083, pos = { x = 2.569, y = 0.050, z = 314.308 }, rot = { x = 0.000, y = 322.814, z = 0.000 } },
{ config_id = 40084, pos = { x = 4.345, y = 0.050, z = 315.650 }, rot = { x = 0.000, y = 322.814, z = 0.000 } },
{ config_id = 40085, pos = { x = -3.705, y = 0.050, z = 315.059 }, rot = { x = 0.000, y = 48.642, z = 0.000 } },
{ config_id = 40086, pos = { x = -2.238, y = 0.050, z = 313.386 }, rot = { x = 0.000, y = 48.642, z = 0.000 } },
{ config_id = 40087, pos = { x = -4.620, y = 0.050, z = 323.259 }, rot = { x = 0.000, y = 0.366, z = 0.000 } },
{ config_id = 40088, pos = { x = -2.396, y = 0.050, z = 323.239 }, rot = { x = 0.000, y = 0.366, z = 0.000 } },
{ config_id = 40089, pos = { x = 74.295, y = 0.050, z = 395.589 }, rot = { x = 0.000, y = 273.039, z = 0.000 } },
{ config_id = 40090, pos = { x = 74.415, y = 0.050, z = 397.808 }, rot = { x = 0.000, y = 273.039, z = 0.000 } },
{ config_id = 40091, pos = { x = 85.318, y = 0.050, z = 403.300 }, rot = { x = 0.000, y = 273.039, z = 0.000 } },
{ config_id = 40092, pos = { x = 85.443, y = 0.050, z = 405.520 }, rot = { x = 0.000, y = 273.039, z = 0.000 } },
{ config_id = 40093, pos = { x = 85.059, y = 0.050, z = 398.515 }, rot = { x = 0.000, y = 273.039, z = 0.000 } },
{ config_id = 40094, pos = { x = 85.181, y = 0.050, z = 400.734 }, rot = { x = 0.000, y = 273.039, z = 0.000 } },
{ config_id = 40095, pos = { x = 6.601, y = -2.790, z = 432.060 }, rot = { x = 0.000, y = 235.705, z = 0.000 } },
{ config_id = 40096, pos = { x = 5.351, y = -2.966, z = 433.897 }, rot = { x = 0.000, y = 235.705, z = 0.000 } },
{ config_id = 40097, pos = { x = -0.542, y = 0.082, z = 452.567 }, rot = { x = 0.000, y = 235.705, z = 0.000 } },
{ config_id = 40098, pos = { x = -1.791, y = 0.082, z = 454.403 }, rot = { x = 0.000, y = 235.705, z = 0.000 } },
{ config_id = 40099, pos = { x = 4.323, y = 0.050, z = 559.450 }, rot = { x = 0.000, y = 235.705, z = 0.000 } },
{ config_id = 40100, pos = { x = 3.077, y = 0.050, z = 561.288 }, rot = { x = 0.000, y = 235.705, z = 0.000 } },
{ config_id = 40101, pos = { x = -2.416, y = 0.050, z = 560.937 }, rot = { x = 0.000, y = 131.912, z = 0.000 } },
{ config_id = 40102, pos = { x = -3.905, y = 0.050, z = 559.288 }, rot = { x = 0.000, y = 131.912, z = 0.000 } }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,90 @@
-- 基础信息
local base_info = {
group_id = 247001041
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 41001, gadget_id = 70210101, pos = { x = 14.929, y = 1.361, z = 2.389 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41002, gadget_id = 70210101, pos = { x = -6.404, y = 1.343, z = 12.006 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41003, gadget_id = 70210101, pos = { x = -12.533, y = 1.376, z = 131.335 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41004, gadget_id = 70210101, pos = { x = -30.816, y = 1.525, z = 153.691 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41005, gadget_id = 70310146, pos = { x = 1.525, y = 1.184, z = 132.679 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41006, gadget_id = 70210101, pos = { x = -52.248, y = 1.315, z = 233.274 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41008, gadget_id = 70310146, pos = { x = -52.721, y = 1.425, z = 154.100 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41009, gadget_id = 70210101, pos = { x = 81.464, y = -8.589, z = 280.041 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41010, gadget_id = 70210101, pos = { x = 7.253, y = 5.140, z = 347.597 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41011, gadget_id = 70310146, pos = { x = -95.101, y = 0.678, z = 225.361 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41012, gadget_id = 70210101, pos = { x = 49.210, y = 1.693, z = 393.842 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41013, gadget_id = 70310146, pos = { x = -69.157, y = 1.135, z = 229.730 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41014, gadget_id = 70210101, pos = { x = -79.822, y = 1.571, z = 241.192 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, drop_tag = "搜刮点解谜果蔬稻妻", isOneoff = true, persistent = true },
{ config_id = 41015, gadget_id = 70310146, pos = { x = 27.128, y = 1.297, z = 234.162 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41016, gadget_id = 70310146, pos = { x = -1.749, y = -2.294, z = 276.910 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41017, gadget_id = 70310146, pos = { x = 64.433, y = 0.729, z = 335.377 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41018, gadget_id = 70310146, pos = { x = 27.171, y = 1.389, z = 394.151 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41019, gadget_id = 70310146, pos = { x = 80.228, y = -0.333, z = 480.699 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 41020, gadget_id = 70310146, pos = { x = -78.973, y = 1.354, z = 528.884 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600007, drop_count = 1, isOneoff = true, persistent = true }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 41001, 41002, 41003, 41004, 41005, 41006, 41008, 41009, 41010, 41011, 41012, 41013, 41014, 41015, 41016, 41017, 41018, 41019, 41020 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,115 @@
-- 基础信息
local base_info = {
group_id = 247001042
}
-- DEFS_MISCS
local GroupId = 247001042
local ChestConfigID = 42001
local RegionID = 42023
local ChestConfigIDList = {42001}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 42001, gadget_id = 70211111, pos = { x = -92.859, y = 5.726, z = 248.602 }, rot = { x = 0.000, y = 2.879, z = 0.000 }, level = 1, chest_drop_id = 21600009, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 42002, gadget_id = 70310133, pos = { x = -70.557, y = 0.086, z = 231.978 }, rot = { x = 0.000, y = 340.564, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42003, gadget_id = 70310132, pos = { x = -68.474, y = 0.050, z = 232.719 }, rot = { x = 0.000, y = 340.564, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42006, gadget_id = 70310133, pos = { x = -72.897, y = 0.050, z = 228.328 }, rot = { x = 0.000, y = 289.825, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42007, gadget_id = 70310132, pos = { x = -72.153, y = 0.054, z = 230.410 }, rot = { x = 0.000, y = 289.825, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42009, gadget_id = 70310129, pos = { x = -69.082, y = 0.059, z = 229.236 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42011, gadget_id = 70310130, pos = { x = -68.757, y = 0.050, z = 231.450 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42012, gadget_id = 70310130, pos = { x = -67.944, y = 0.058, z = 229.235 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42013, gadget_id = 70310131, pos = { x = -69.149, y = 0.050, z = 230.796 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42016, gadget_id = 70310133, pos = { x = -90.585, y = 0.117, z = 227.597 }, rot = { x = 0.000, y = 58.292, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42017, gadget_id = 70310132, pos = { x = -89.418, y = 0.050, z = 225.719 }, rot = { x = 0.000, y = 58.292, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42018, gadget_id = 70310133, pos = { x = -94.177, y = 0.048, z = 230.068 }, rot = { x = 0.000, y = 24.835, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42019, gadget_id = 70310132, pos = { x = -92.169, y = 0.050, z = 229.144 }, rot = { x = 0.000, y = 24.835, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42025, gadget_id = 70310099, pos = { x = -80.731, y = 0.050, z = 240.100 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42027, gadget_id = 70310129, pos = { x = -80.933, y = 0.050, z = 241.377 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42028, gadget_id = 70310129, pos = { x = -79.373, y = 0.038, z = 240.737 }, rot = { x = 0.000, y = 0.000, z = 22.986 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42031, gadget_id = 70310125, pos = { x = -79.978, y = 0.206, z = 260.167 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 42032, gadget_id = 70310125, pos = { x = -100.128, y = 0.169, z = 239.982 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 },
{ config_id = 42033, gadget_id = 70310125, pos = { x = -60.158, y = 0.206, z = 239.982 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 42037, gadget_id = 70310130, pos = { x = -80.051, y = 0.050, z = 238.620 }, rot = { x = 45.439, y = 19.352, z = 0.001 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42038, gadget_id = 70310130, pos = { x = -80.535, y = 0.050, z = 242.020 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42040, gadget_id = 70310130, pos = { x = -79.468, y = 0.050, z = 239.608 }, rot = { x = 0.000, y = 0.000, z = 17.504 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42041, gadget_id = 70310133, pos = { x = -86.154, y = 0.018, z = 253.521 }, rot = { x = 0.000, y = 106.985, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42042, gadget_id = 70310132, pos = { x = -86.795, y = 0.022, z = 251.405 }, rot = { x = 0.000, y = 106.985, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42043, gadget_id = 70310133, pos = { x = -88.130, y = 0.018, z = 249.628 }, rot = { x = 0.000, y = 135.631, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42044, gadget_id = 70310132, pos = { x = -89.707, y = 0.022, z = 248.078 }, rot = { x = 0.000, y = 135.631, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42045, gadget_id = 70310131, pos = { x = -92.918, y = 5.981, z = 247.740 }, rot = { x = 333.741, y = 5.351, z = 78.047 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42048, gadget_id = 70310130, pos = { x = -92.683, y = 5.718, z = 247.969 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42049, gadget_id = 70310130, pos = { x = -93.651, y = 5.718, z = 248.086 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42050, gadget_id = 70310130, pos = { x = -91.939, y = 5.718, z = 249.651 }, rot = { x = 0.000, y = 0.000, z = 17.504 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42051, gadget_id = 70310131, pos = { x = -92.107, y = 5.718, z = 248.242 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42053, gadget_id = 70310129, pos = { x = -91.580, y = 5.706, z = 248.914 }, rot = { x = 0.000, y = 0.000, z = 22.986 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 42054, gadget_id = 70310125, pos = { x = -79.978, y = 0.114, z = 220.072 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart }
}
-- 区域
regions = {
{ config_id = 42023, shape = RegionShape.CUBIC, size = { x = 40.000, y = 20.000, z = 40.000 }, pos = { x = -80.000, y = 0.000, z = 240.000 } }
}
-- 触发器
triggers = {
{ config_id = 1042023, name = "ENTER_REGION_42023", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 变量
variables = {
{ config_id = 1, name = "challenge", value = 0, no_refresh = false }
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 42001, 42002, 42003, 42006, 42007, 42009, 42011, 42012, 42013, 42016, 42017, 42018, 42019, 42025, 42027, 42028, 42031, 42032, 42033, 42037, 42038, 42040, 42041, 42042, 42043, 42044, 42045, 42048, 42049, 42050, 42051, 42053, 42054 },
regions = { 42023 },
triggers = { "ENTER_REGION_42023" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_ChestRoom"

View File

@@ -0,0 +1,83 @@
-- 基础信息
local base_info = {
group_id = 247001043
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 43003, gadget_id = 70310111, pos = { x = 0.128, y = 0.384, z = 104.294 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43005, gadget_id = 70310111, pos = { x = -23.079, y = 0.384, z = 159.886 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43007, gadget_id = 70310111, pos = { x = -80.025, y = 0.384, z = 182.623 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43009, gadget_id = 70310111, pos = { x = -54.961, y = 0.384, z = 240.023 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43011, gadget_id = 70310111, pos = { x = 0.201, y = 0.431, z = 183.185 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43013, gadget_id = 70310111, pos = { x = -0.048, y = 0.384, z = 264.038 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43021, gadget_id = 70310111, pos = { x = 0.227, y = 0.431, z = 344.365 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43023, gadget_id = 70310111, pos = { x = 25.229, y = 0.384, z = 400.034 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43025, gadget_id = 70310111, pos = { x = 79.969, y = 0.475, z = 425.253 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43027, gadget_id = 70310111, pos = { x = -0.093, y = 0.384, z = 424.386 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43033, gadget_id = 70310111, pos = { x = -0.054, y = 0.384, z = 504.339 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 43035, gadget_id = 70310111, pos = { x = -0.037, y = 0.384, z = 583.591 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 43003, 43005, 43007, 43009, 43011, 43013, 43021, 43023, 43025, 43027, 43033, 43035 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,118 @@
-- 基础信息
local base_info = {
group_id = 247001044
}
-- DEFS_MISCS
local GroupId = 247001044
local ChestConfigID = 44013
local RegionID = 44015
local ChestConfigIDList = {44013}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 44001, gadget_id = 70310133, pos = { x = 73.728, y = -0.591, z = 482.068 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44002, gadget_id = 70310132, pos = { x = 75.047, y = -0.608, z = 480.737 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44003, gadget_id = 70310133, pos = { x = 73.817, y = -0.591, z = 479.423 }, rot = { x = 0.000, y = 178.101, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44004, gadget_id = 70310132, pos = { x = 72.454, y = -0.608, z = 480.709 }, rot = { x = 0.000, y = 268.101, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44005, gadget_id = 70310133, pos = { x = 79.634, y = -0.591, z = 482.068 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44006, gadget_id = 70310132, pos = { x = 80.953, y = -0.608, z = 480.737 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44007, gadget_id = 70310133, pos = { x = 79.723, y = -0.591, z = 479.423 }, rot = { x = 0.000, y = 178.101, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44008, gadget_id = 70310132, pos = { x = 78.360, y = -0.608, z = 480.709 }, rot = { x = 0.000, y = 268.101, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44009, gadget_id = 70310133, pos = { x = 85.272, y = -0.591, z = 482.068 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44010, gadget_id = 70310132, pos = { x = 86.591, y = -0.608, z = 480.737 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44011, gadget_id = 70310133, pos = { x = 85.361, y = -0.591, z = 479.423 }, rot = { x = 0.000, y = 178.101, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44012, gadget_id = 70310132, pos = { x = 83.998, y = -0.608, z = 480.709 }, rot = { x = 0.000, y = 268.101, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44013, gadget_id = 70211111, pos = { x = 73.849, y = -0.602, z = 480.779 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, chest_drop_id = 21600009, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 44016, gadget_id = 70310125, pos = { x = 79.977, y = 0.114, z = 500.042 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1 },
{ config_id = 44017, gadget_id = 70310125, pos = { x = 79.977, y = 0.113, z = 460.294 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 44018, gadget_id = 70310125, pos = { x = 59.937, y = 0.114, z = 479.997 }, rot = { x = 0.000, y = 270.000, z = 0.000 }, level = 1 },
{ config_id = 44019, gadget_id = 70310100, pos = { x = 85.314, y = -0.607, z = 480.781 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true },
{ config_id = 44020, gadget_id = 70310125, pos = { x = 99.752, y = 0.113, z = 480.026 }, rot = { x = 0.000, y = 90.000, z = 0.000 }, level = 1 },
{ config_id = 44024, gadget_id = 70310099, pos = { x = 79.612, y = -0.622, z = 480.668 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, isOneoff = true, persistent = true }
}
-- 区域
regions = {
{ config_id = 44015, shape = RegionShape.CUBIC, size = { x = 40.000, y = 20.000, z = 40.000 }, pos = { x = 80.000, y = 0.000, z = 480.000 } }
}
-- 触发器
triggers = {
{ config_id = 1044015, name = "ENTER_REGION_44015", event = EventType.EVENT_ENTER_REGION, source = "", condition = "", action = "" }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 44001, 44002, 44003, 44004, 44005, 44006, 44007, 44008, 44009, 44010, 44011, 44012, 44013, 44016, 44017, 44018, 44019, 44020, 44024 },
regions = { 44015 },
triggers = { "ENTER_REGION_44015" },
rand_weight = 100
},
{
-- suite_id = 2,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
},
{
-- suite_id = 3,
-- description = ,
monsters = { },
gadgets = { },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
require "V2_2/RogueDungeon_ChestRoom"

View File

@@ -0,0 +1,75 @@
-- 基础信息
local base_info = {
group_id = 247001046
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 46001, gadget_id = 70211101, pos = { x = -0.801, y = -2.968, z = 116.218 }, rot = { x = 0.000, y = 151.227, z = 0.000 }, level = 1, chest_drop_id = 21600008, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 46002, gadget_id = 70211101, pos = { x = -50.609, y = 0.082, z = 234.642 }, rot = { x = 0.000, y = 26.879, z = 0.000 }, level = 1, chest_drop_id = 21600008, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 46003, gadget_id = 70211101, pos = { x = -0.733, y = -9.806, z = 365.635 }, rot = { x = 0.000, y = 128.231, z = 0.000 }, level = 1, chest_drop_id = 21600008, drop_count = 1, isOneoff = true, persistent = true },
{ config_id = 46004, gadget_id = 70211101, pos = { x = -2.819, y = 0.111, z = 583.219 }, rot = { x = 0.000, y = 310.100, z = 0.000 }, level = 1, chest_drop_id = 21600008, drop_count = 1, isOneoff = true, persistent = true }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 46001, 46002, 46003, 46004 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,119 @@
-- 基础信息
local base_info = {
group_id = 247001047
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
{ config_id = 47001, gadget_id = 70310144, pos = { x = -2.140, y = 0.150, z = 26.138 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47002, gadget_id = 70310144, pos = { x = 2.116, y = 0.082, z = 36.241 }, rot = { x = 0.000, y = 21.872, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47003, gadget_id = 70310144, pos = { x = -1.971, y = 0.082, z = 45.942 }, rot = { x = 0.000, y = 50.381, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47004, gadget_id = 70310144, pos = { x = 2.092, y = 0.155, z = 53.786 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47005, gadget_id = 70310144, pos = { x = -3.052, y = -2.820, z = 114.457 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47006, gadget_id = 70310144, pos = { x = -6.278, y = 0.131, z = 121.986 }, rot = { x = 0.000, y = 317.584, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47007, gadget_id = 70310144, pos = { x = -5.447, y = 0.082, z = 133.895 }, rot = { x = 0.000, y = 315.844, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47008, gadget_id = 70310144, pos = { x = -35.880, y = -0.036, z = 161.964 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47009, gadget_id = 70310144, pos = { x = -45.536, y = 0.146, z = 157.984 }, rot = { x = 0.000, y = 335.785, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47010, gadget_id = 70310144, pos = { x = -53.775, y = 0.082, z = 161.977 }, rot = { x = 0.000, y = 49.640, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47011, gadget_id = 70310144, pos = { x = -82.158, y = 0.150, z = 186.096 }, rot = { x = 0.000, y = 48.889, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47012, gadget_id = 70310144, pos = { x = -77.859, y = 0.082, z = 195.929 }, rot = { x = 0.000, y = 41.973, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47013, gadget_id = 70310144, pos = { x = -82.021, y = 0.082, z = 205.687 }, rot = { x = 0.000, y = 61.337, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47014, gadget_id = 70310144, pos = { x = -77.936, y = 0.155, z = 213.765 }, rot = { x = 0.000, y = 30.064, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47015, gadget_id = 70310144, pos = { x = -53.841, y = 0.082, z = 242.147 }, rot = { x = 0.000, y = 307.443, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47016, gadget_id = 70310144, pos = { x = -46.035, y = 0.137, z = 238.081 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47017, gadget_id = 70310144, pos = { x = -36.039, y = 0.099, z = 241.802 }, rot = { x = 0.000, y = 100.045, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47018, gadget_id = 70310144, pos = { x = -3.083, y = -2.822, z = 274.545 }, rot = { x = 0.000, y = 45.384, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47019, gadget_id = 70310144, pos = { x = -6.180, y = 0.131, z = 281.888 }, rot = { x = 0.000, y = 297.913, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47020, gadget_id = 70310144, pos = { x = -5.305, y = 0.082, z = 294.140 }, rot = { x = 0.000, y = 163.330, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47021, gadget_id = 70310144, pos = { x = 26.245, y = 0.082, z = 242.165 }, rot = { x = 0.000, y = 310.898, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47022, gadget_id = 70310144, pos = { x = 34.031, y = 0.143, z = 238.030 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47023, gadget_id = 70310144, pos = { x = 43.981, y = 0.099, z = 241.800 }, rot = { x = 0.000, y = 75.997, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47024, gadget_id = 70310144, pos = { x = 54.129, y = 0.150, z = 317.809 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47025, gadget_id = 70310144, pos = { x = 43.948, y = 0.082, z = 322.115 }, rot = { x = 0.000, y = 308.020, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47026, gadget_id = 70310144, pos = { x = 34.084, y = 0.082, z = 317.886 }, rot = { x = 0.000, y = 82.913, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47027, gadget_id = 70310144, pos = { x = 26.444, y = 0.154, z = 321.957 }, rot = { x = 0.000, y = 58.347, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47028, gadget_id = 70310144, pos = { x = 26.047, y = 0.082, z = 402.152 }, rot = { x = 0.000, y = 300.607, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47029, gadget_id = 70310144, pos = { x = 34.019, y = 0.141, z = 398.043 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47030, gadget_id = 70310144, pos = { x = 44.220, y = -0.035, z = 401.824 }, rot = { x = 0.000, y = 341.786, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47031, gadget_id = 70310144, pos = { x = 77.978, y = 0.150, z = 426.023 }, rot = { x = 0.000, y = 34.362, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47032, gadget_id = 70310144, pos = { x = 81.962, y = 0.082, z = 435.849 }, rot = { x = 0.000, y = 51.441, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47033, gadget_id = 70310144, pos = { x = 77.892, y = 0.082, z = 445.960 }, rot = { x = 0.000, y = 49.597, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47034, gadget_id = 70310144, pos = { x = 82.092, y = 0.155, z = 453.810 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47035, gadget_id = 70310144, pos = { x = -3.068, y = -2.817, z = 434.600 }, rot = { x = 0.000, y = 40.445, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47036, gadget_id = 70310144, pos = { x = -6.353, y = 0.131, z = 441.931 }, rot = { x = 0.000, y = 197.867, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47037, gadget_id = 70310144, pos = { x = -5.352, y = 0.082, z = 454.033 }, rot = { x = 0.000, y = 45.137, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47038, gadget_id = 70310144, pos = { x = -26.126, y = 0.150, z = 477.700 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47039, gadget_id = 70310144, pos = { x = -35.632, y = 0.082, z = 481.955 }, rot = { x = 0.000, y = 303.354, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47040, gadget_id = 70310144, pos = { x = -45.838, y = 0.082, z = 477.863 }, rot = { x = 0.000, y = 177.399, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47041, gadget_id = 70310144, pos = { x = -53.637, y = 0.154, z = 481.987 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47042, gadget_id = 70310144, pos = { x = 1.948, y = 0.036, z = 516.002 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47043, gadget_id = 70310144, pos = { x = -1.770, y = 0.169, z = 525.715 }, rot = { x = 0.000, y = 314.996, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47044, gadget_id = 70310144, pos = { x = 2.109, y = 0.082, z = 533.832 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47045, gadget_id = 70310144, pos = { x = -2.025, y = 0.150, z = 586.127 }, rot = { x = 0.000, y = 34.832, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47046, gadget_id = 70310144, pos = { x = 1.955, y = 0.082, z = 595.961 }, rot = { x = 0.000, y = 34.256, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47047, gadget_id = 70310144, pos = { x = -1.860, y = 0.175, z = 605.575 }, rot = { x = 0.000, y = 0.000, z = 0.000 }, level = 1, state = GadgetState.GearStart },
{ config_id = 47048, gadget_id = 70310144, pos = { x = 2.052, y = 0.154, z = 613.552 }, rot = { x = 0.000, y = 22.461, z = 0.000 }, level = 1, state = GadgetState.GearStart }
}
-- 区域
regions = {
}
-- 触发器
triggers = {
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { 47001, 47002, 47003, 47004, 47005, 47006, 47007, 47008, 47009, 47010, 47011, 47012, 47013, 47014, 47015, 47016, 47017, 47018, 47019, 47020, 47021, 47022, 47023, 47024, 47025, 47026, 47027, 47028, 47029, 47030, 47031, 47032, 47033, 47034, 47035, 47036, 47037, 47038, 47039, 47040, 47041, 47042, 47043, 47044, 47045, 47046, 47047, 47048 },
regions = { },
triggers = { },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================

View File

@@ -0,0 +1,121 @@
-- 基础信息
local base_info = {
group_id = 247001048
}
--================================================================
--
-- 配置
--
--================================================================
-- 怪物
monsters = {
}
-- NPC
npcs = {
}
-- 装置
gadgets = {
}
-- 区域
regions = {
{ config_id = 48001, shape = RegionShape.SPHERE, radius = 5, pos = { x = 0.577, y = 1.374, z = 140.511 } },
{ config_id = 48002, shape = RegionShape.SPHERE, radius = 5, pos = { x = -0.264, y = 2.264, z = 263.044 } }
}
-- 触发器
triggers = {
{ config_id = 1048001, name = "ENTER_REGION_48001", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_48001", action = "action_EVENT_ENTER_REGION_48001" },
{ config_id = 1048002, name = "ENTER_REGION_48002", event = EventType.EVENT_ENTER_REGION, source = "", condition = "condition_EVENT_ENTER_REGION_48002", action = "action_EVENT_ENTER_REGION_48002" }
}
-- 变量
variables = {
}
--================================================================
--
-- 初始化配置
--
--================================================================
-- 初始化时创建
init_config = {
suite = 1,
end_suite = 0,
rand_suite = false
}
--================================================================
--
-- 小组配置
--
--================================================================
suites = {
{
-- suite_id = 1,
-- description = ,
monsters = { },
gadgets = { },
regions = { 48001, 48002 },
triggers = { "ENTER_REGION_48001", "ENTER_REGION_48002" },
rand_weight = 100
}
}
--================================================================
--
-- 触发器
--
--================================================================
-- 触发条件
function condition_EVENT_ENTER_REGION_48001(context, evt)
if evt.param1 ~= 48001 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_48001(context, evt)
-- 调用提示id为 470010101 的提示UI会显示在屏幕中央偏下位置id索引自 ReminderData表格
if 0 ~= ScriptLib.ShowReminder(context, 470010101) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : active_reminder_ui")
return -1
end
return 0
end
-- 触发条件
function condition_EVENT_ENTER_REGION_48002(context, evt)
if evt.param1 ~= 48002 then return false end
-- 判断角色数量不少于1
if ScriptLib.GetRegionEntityCount(context, { region_eid = evt.source_eid, entity_type = EntityType.AVATAR }) < 1 then
return false
end
return true
end
-- 触发操作
function action_EVENT_ENTER_REGION_48002(context, evt)
-- 调用提示id为 470010103 的提示UI会显示在屏幕中央偏下位置id索引自 ReminderData表格
if 0 ~= ScriptLib.ShowReminder(context, 470010103) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : active_reminder_ui")
return -1
end
return 0
end

View File

@@ -0,0 +1,45 @@
{
"areas": {},
"doors": {},
"entities": {},
"forces": {},
"points": {
"1": {
"$type": "DungeonQuitPoint",
"alias": "",
"areaId": 0,
"gadgetId": 70010001,
"groupLimit": false,
"isModelHidden": false,
"pointType": "DungeonQuitPoint",
"pos": {
"x": -0.1637707,
"y": 17.86098,
"z": 696.8058
},
"rot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"size": {
"x": 5.0,
"y": 5.0,
"z": 5.0
},
"tranPos": {
"x": 0.0,
"y": -3.169,
"z": 670.1317
},
"tranRot": {
"x": 0.0,
"y": 0.0,
"z": 0.0
},
"type": "NORMAL",
"unlocked": false
}
},
"transRadius": 0.0
}