-- 任务配置数据开始----------------------------- main_id = 73019 sub_ids = { 7301901, 7301902, 7301903, 7301904, 7301905, 7301906, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7301901"] = { }, ["7301902"] = { npcs = { { id = 20651, alias = "Npc20651", script = "Actor/Npc/TempNPC", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20727, alias = "Npc20727", script = "Actor/Npc/TempNPC", pos = "Q7301901_N20727", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301903"] = { npcs = { { id = 20651, alias = "Npc20651", script = "Actor/Npc/TempNPC", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20727, alias = "Npc20727", script = "Actor/Npc/TempNPC", pos = "Q7301901_N20727", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301904"] = { npcs = { { id = 20651, alias = "Npc20651", script = "Actor/Npc/TempNPC", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20599, alias = "Npc20599", script = "Actor/Npc/TempNPC", pos = "Q7301903_N4196", scene_id = 3, room_id = 0, data_index = 2, }, { id = 20727, alias = "Npc20727", script = "Actor/Npc/TempNPC", pos = "Q7301901_N20727", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["7301905"] = { npcs = { { id = 20651, alias = "Npc20651", script = "Actor/Npc/TempNPC", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20727, alias = "Npc20727", script = "Actor/Npc/TempNPC", pos = "Q7301901_N20727", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301906"] = { npcs = { { id = 20651, alias = "Npc20651", script = "Actor/Npc/TempNPC", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20727, alias = "Npc20727", script = "Actor/Npc/TempNPC", pos = "Q7301901_N20727", scene_id = 3, room_id = 0, data_index = 2, }, }, }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7301901"] = { npcs = { { id = 20651, alias = "Npc20651", script = "Actor/Npc/TempNPC", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20727, alias = "Npc20727", script = "Actor/Npc/TempNPC", pos = "Q7301901_N20727", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4193, alias = "Npc4193", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["7301902"] = { npcs = { { id = 4193, alias = "Npc4193", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301903"] = { npcs = { { id = 20599, alias = "Npc20599", script = "Actor/Npc/TempNPC", pos = "Q7301903_N4196", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4193, alias = "Npc4193", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301904"] = { npcs = { { id = 4193, alias = "Npc4193", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301905"] = { npcs = { { id = 4193, alias = "Npc4193", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301906"] = { npcs = { { id = 4193, alias = "Npc4193", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7301901_N4193", scene_id = 3, room_id = 0, data_index = 1, }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>