-- 任务配置数据开始----------------------------- main_id = 73017 sub_ids = { 7301701, 7301713, 7301702, 7301703, 7301704, 7301715, 7301710, 7301716, 7301712, 7301714, 7301707, 7301708, 7301709, 7301711, 7301706, 7301705, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7301701"] = { }, ["7301702"] = { }, ["7301703"] = { }, ["7301704"] = { }, ["7301705"] = { }, ["7301706"] = { }, ["7301707"] = { }, ["7301708"] = { }, ["7301709"] = { }, ["7301710"] = { npcs = { { id = 20608, alias = "Npc20608", script = "Actor/Npc/TempNPC", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301711"] = { }, ["7301712"] = { npcs = { { id = 20608, alias = "Npc20608", script = "Actor/Npc/TempNPC", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301713"] = { }, ["7301715"] = { npcs = { { id = 20608, alias = "Npc20608", script = "Actor/Npc/TempNPC", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301716"] = { npcs = { { id = 20608, alias = "Npc20608", script = "Actor/Npc/TempNPC", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7301701"] = { npcs = { { id = 20608, alias = "Npc20608", script = "Actor/Npc/TempNPC", pos = "guide_Q7301701", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4190, alias = "Npc4190", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301701", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301702"] = { npcs = { { id = 20608, alias = "Npc20608", script = "Actor/Npc/TempNPC", pos = "guide_Q7301701", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4190, alias = "Npc4190", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301701", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301703"] = { }, ["7301704"] = { npcs = { { id = 20608, alias = "Npc20608", script = "Actor/Npc/TempNPC", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4190, alias = "Npc4190", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7301705"] = { }, ["7301706"] = { }, ["7301707"] = { }, ["7301708"] = { }, ["7301709"] = { }, ["7301710"] = { npcs = { { id = 4190, alias = "Npc4190", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301711"] = { }, ["7301712"] = { transmit_points = { { point_id = 1, scene_id = 3, pos = "Q7301516_player", }, }, npcs = { { id = 4190, alias = "Npc4190", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301713"] = { }, ["7301714"] = { }, ["7301715"] = { npcs = { { id = 4190, alias = "Npc4190", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["7301716"] = { npcs = { { id = 4190, alias = "Npc4190", script = "Actor/Npc/NpcFSMBehaviour", pos = "guide_Q7301703", scene_id = 3, room_id = 0, data_index = 1, }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>