-- 任务配置数据开始----------------------------- main_id = 73027 sub_ids = { 7302701, 7302702, 7302703, 7302704, 7302705, 7302706, 7302707, 7302708, 7302710, 7302711, 7302712, 7302713, 7302714, 7302709, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7302701"] = { }, ["7302702"] = { }, ["7302703"] = { }, ["7302704"] = { }, ["7302705"] = { }, ["7302706"] = { }, ["7302707"] = { }, ["7302708"] = { }, ["7302709"] = { }, ["7302710"] = { }, ["7302711"] = { }, ["7302712"] = { }, ["7302713"] = { }, ["7302714"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7302701"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302702"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20600, alias = "Npc4185", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7302702_N20600", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4185, alias = "Npc4185", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7302702_N20600", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["7302703"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302704"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302705"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20645, alias = "Npc20645", script = "Actor/Npc/TempNPC", pos = "WQL1_NPCABYSS", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7302706"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302707"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302708"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302709"] = { }, ["7302710"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302711"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302712"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302713"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7302714"] = { npcs = { { id = 20601, alias = "Npc20601", script = "Actor/Npc/NpcEnkanomiya", pos = "WQL1_NPCCOCKPIT", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20600, alias = "Npc4185", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQL1_NPCFIN", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4185, alias = "Npc4185", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQL1_NPCFIN", scene_id = 3, room_id = 0, data_index = 3, }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>