-- 任务配置数据开始----------------------------- main_id = 73014 sub_ids = { 7301401, 7301402, 7301403, 7301416, 7301418, 7301417, 7301404, 7301405, 7301407, 7301408, 7301409, 7301410, 7301411, 7301412, 7301413, 7301415, 7301414, 7301406, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7301401"] = { }, ["7301402"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "guide_Q7301401", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301403"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "guide_Q7301401", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301404"] = { }, ["7301405"] = { }, ["7301406"] = { }, ["7301407"] = { }, ["7301408"] = { }, ["7301409"] = { }, ["7301410"] = { }, ["7301411"] = { }, ["7301412"] = { }, ["7301413"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "guide_Q7301411", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301414"] = { }, ["7301415"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "guide_Q7301411", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301416"] = { }, ["7301417"] = { }, ["7301418"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7301401"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "guide_Q7301401", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301401", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301402"] = { npcs = { { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301401", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301403"] = { npcs = { { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301401", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301404"] = { }, ["7301405"] = { }, ["7301406"] = { }, ["7301407"] = { }, ["7301408"] = { }, ["7301409"] = { }, ["7301410"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "guide_Q7301409", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301409", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301411"] = { }, ["7301412"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "guide_Q7301411", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301411", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301413"] = { npcs = { { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301411", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301414"] = { }, ["7301415"] = { npcs = { { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301411", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301416"] = { }, ["7301417"] = { npcs = { { id = 20605, alias = "Npc20605", script = "Actor/Npc/TempNPC", pos = "Q7301416_guide", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4187, alias = "Npc4187", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q7301416_guide", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301418"] = { }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>