-- 任务配置数据开始----------------------------- main_id = 71803 sub_ids = { 7180301, 7180302, 7180303, 7180304, 7180305, 7180306, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { QUEST_EXEC_UNREGISTER_DYNAMIC_GROUP = { { "133107931", }, }, }, } fail_action = { CLIENT = { }, SERVER = { QUEST_EXEC_UNREGISTER_DYNAMIC_GROUP = { { "133107931", }, }, }, } cancel_action = { CLIENT = { }, SERVER = { QUEST_EXEC_UNREGISTER_DYNAMIC_GROUP = { { "133107931", }, }, }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["7180301"] = { }, ["7180302"] = { }, ["7180303"] = { }, ["7180304"] = { npcs = { { id = 2016, alias = "Npc2016", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCLanJie", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20180, alias = "Npc20180", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180304NPCBorn", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7180305"] = { }, ["7180306"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["7180301"] = { npcs = { { id = 2016, alias = "Npc2016", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCLanJie", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20180, alias = "Npc20180", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180304NPCBorn", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7180302"] = { npcs = { { id = 2016, alias = "Npc2016", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCLanJie", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20180, alias = "Npc20180", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180304NPCBorn", scene_id = 3, room_id = 0, data_index = 2, }, }, transmit_points = { { point_id = 1, scene_id = 3, pos = "WQ7180304TalkPos", }, }, }, ["7180303"] = { npcs = { { id = 2016, alias = "Npc2016", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCLanJie", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20180, alias = "Npc20180", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180304NPCBorn", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7180304"] = { npcs = { { id = 2016, alias = "Npc2016", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCLanJie", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20180, alias = "Npc20180", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180304NPCBorn", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7180305"] = { npcs = { { id = 2016, alias = "Npc2016", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCLanJie", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20180, alias = "Npc20180", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180304NPCBorn", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["7180306"] = { npcs = { { id = 2016, alias = "Npc2016", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCLanJie", scene_id = 3, room_id = 0, data_index = 1, }, { id = 20180, alias = "Npc20180", script = "Actor/Npc/NpcFSMBehaviour", pos = "WQ7180306NPCCat", scene_id = 3, room_id = 0, data_index = 2, }, }, transmit_points = { { point_id = 2, scene_id = 3, pos = "WQ7180306Player", }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>