-- 任务配置数据开始----------------------------- main_id = 71054 sub_ids = { 7105401, 7105402, 7105403, 7105404, 7105405, 7105406, 7105407, 7105408, 7105409, 7105410, 7105411, 7105412, 7105413, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7105401"] = { }, ["7105402"] = { }, ["7105403"] = { }, ["7105404"] = { }, ["7105405"] = { }, ["7105406"] = { }, ["7105407"] = { }, ["7105408"] = { }, ["7105409"] = { }, ["7105410"] = { }, ["7105411"] = { }, ["7105412"] = { }, ["7105413"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7105401"] = { transmit_points = { { point_id = 1, scene_id = 3, pos = "Q7105402", }, }, }, ["7105402"] = { npcs = { { id = 20527, alias = "Npc20527", script = "Actor/Npc/TempNPC", pos = "Q7105402_N20527", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20612, alias = "Npc20612", script = "Actor/Npc/TempNPC", pos = "Q7105402_N20612", scene_id = 3, room_id = 0, data_index = 2, }, { id = 20613, alias = "Npc20613", script = "Actor/Npc/TempNPC", pos = "Q7105402_N20613", scene_id = 3, room_id = 0, data_index = 3, }, }, transmit_points = { { point_id = 1, scene_id = 3, pos = "Q7105402", }, }, }, ["7105403"] = { npcs = { { id = 20527, alias = "Npc20527", script = "Actor/Npc/TempNPC", pos = "Q7105403_N20527", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7105404"] = { npcs = { { id = 20527, alias = "Npc20527", script = "Actor/Npc/TempNPC", pos = "Q7105404_N20527", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20612, alias = "Npc20612", script = "Actor/Npc/TempNPC", pos = "Q7105404_N20612", scene_id = 3, room_id = 0, data_index = 2, }, { id = 20613, alias = "Npc20613", script = "Actor/Npc/TempNPC", pos = "Q7105404_N20613", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["7105405"] = { npcs = { { id = 20527, alias = "Npc20527", script = "Actor/Npc/TempNPC", pos = "Q7105405_N20527", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20612, alias = "Npc20612", script = "Actor/Npc/TempNPC", pos = "Q7105405_N20612", scene_id = 3, room_id = 0, data_index = 2, }, { id = 20613, alias = "Npc20613", script = "Actor/Npc/TempNPC", pos = "Q7105405_N20613", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["7105406"] = { npcs = { { id = 20527, alias = "Npc20527", script = "Actor/Npc/TempNPC", pos = "Q7105406_N20527", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20612, alias = "Npc20612", script = "Actor/Npc/TempNPC", pos = "Q7105406_N20612", scene_id = 3, room_id = 0, data_index = 2, }, { id = 20613, alias = "Npc20613", script = "Actor/Npc/TempNPC", pos = "Q7105406_N20613", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["7105407"] = { }, ["7105408"] = { }, ["7105409"] = { }, ["7105410"] = { }, ["7105411"] = { }, ["7105412"] = { npcs = { { id = 20527, alias = "Npc20527", script = "Actor/Npc/TempNPC", pos = "Q7105406_N20527", scene_id = 3, room_id = 0, data_index = 1, }, }, transmit_points = { { point_id = 2, scene_id = 3, pos = "Q7105413", }, }, }, ["7105413"] = { npcs = { { id = 2169, alias = "Npc2169", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7105413_N20527", scene_id = 3, room_id = 0, data_index = 1, }, }, transmit_points = { { point_id = 2, scene_id = 3, pos = "Q7105413", }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>