-- 任务配置数据开始----------------------------- main_id = 73102 sub_ids = { 7310201, 7310202, 7310204, 7310205, 7310206, 7310207, 7310208, 7310209, 7310210, 7310211, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7310201"] = { }, ["7310202"] = { }, ["7310204"] = { npcs = { { id = 4225, alias = "Npc4225", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_a", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4226, alias = "Npc4226", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_b", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4227, alias = "Npc4227", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_c", scene_id = 3, room_id = 0, data_index = 3, }, { id = 4228, alias = "Npc4228", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_d", scene_id = 3, room_id = 0, data_index = 4, }, }, }, ["7310205"] = { }, ["7310206"] = { }, ["7310207"] = { }, ["7310208"] = { }, ["7310209"] = { }, ["7310210"] = { }, ["7310211"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7310201"] = { }, ["7310202"] = { npcs = { { id = 4225, alias = "Npc4225", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_a", scene_id = 3, room_id = 0, data_index = 1, }, { id = 4226, alias = "Npc4226", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_b", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4227, alias = "Npc4227", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_c", scene_id = 3, room_id = 0, data_index = 3, }, { id = 4228, alias = "Npc4228", script = "Actor/Npc/NpcFSMBehaviour", pos = "wq73077_mgd_d", scene_id = 3, room_id = 0, data_index = 4, }, }, }, ["7310204"] = { transmit_points = { { point_id = 1, scene_id = 3, pos = "wq73101_player", }, }, }, ["7310205"] = { }, ["7310206"] = { transmit_points = { { point_id = 2, scene_id = 3, pos = "wq73101_player", }, }, }, ["7310207"] = { }, ["7310208"] = { transmit_points = { { point_id = 3, scene_id = 3, pos = "wq73101_player", }, }, }, ["7310209"] = { }, ["7310210"] = { transmit_points = { { point_id = 4, scene_id = 3, pos = "wq73101_player", }, }, }, ["7310211"] = { }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>