-- 任务配置数据开始----------------------------- main_id = 73220 sub_ids = { 7322001, 7322002, 7322011, 7322003, 7322009, 7322012, 7322010, 7322013, 7322005, 7322014, 7322004, 7322006, 7322015, 7322007, 7322016, 7322008, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7322001"] = { }, ["7322002"] = { }, ["7322003"] = { }, ["7322004"] = { }, ["7322005"] = { }, ["7322006"] = { }, ["7322007"] = { }, ["7322008"] = { }, ["7322009"] = { }, ["7322010"] = { }, ["7322011"] = { }, ["7322012"] = { }, ["7322013"] = { }, ["7322014"] = { }, ["7322015"] = { }, ["7322016"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7322001"] = { }, ["7322002"] = { }, ["7322003"] = { }, ["7322004"] = { }, ["7322005"] = { }, ["7322006"] = { npcs = { { id = 4296, alias = "Npc4296", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7322006_N20723", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7322007"] = { }, ["7322008"] = { }, ["7322009"] = { }, ["7322010"] = { }, ["7322011"] = { npcs = { { id = 4296, alias = "Npc4296", script = "Actor/Npc/NpcFSMBehaviour", pos = "T7322011_N20723", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7322012"] = { npcs = { { id = 20846, alias = "Npc20846", script = "Actor/Npc/TempNPC", pos = "T7322012_N20846", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7322013"] = { npcs = { { id = 20846, alias = "Npc20846", script = "Actor/Npc/TempNPC", pos = "T7322012_N20846", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7322014"] = { npcs = { { id = 4296, alias = "Npc4296", script = "Actor/Npc/NpcFSMBehaviour", pos = "T7322014_N20723", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7322015"] = { npcs = { { id = 4296, alias = "Npc4296", script = "Actor/Npc/NpcFSMBehaviour", pos = "T7322015_N20723", scene_id = 3, room_id = 0, data_index = 1, }, }, transmit_points = { { point_id = 1, scene_id = 3, pos = "Q7322015_Trans", }, }, }, ["7322016"] = { npcs = { { id = 4296, alias = "Npc4296", script = "Actor/Npc/NpcFSMBehaviour", pos = "T7322016_N20723", scene_id = 3, room_id = 0, data_index = 1, }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>