-- 任务配置数据开始----------------------------- main_id = 23030 sub_ids = { 2303001, 2303007, 2303002, 2303003, 2303006, 2303004, 2303005, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { QUEST_EXEC_UNREGISTER_DYNAMIC_GROUP = { { "133302148", "", }, { "133302153", "", }, }, }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["2303001"] = { }, ["2303003"] = { }, ["2303004"] = { }, ["2303005"] = { }, ["2303007"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["2303001"] = { npcs = { { id = 12688, alias = "Npc12688", script = "Actor/Npc/TempNPC", pos = "Q2303001_N12688", scene_id = 3, room_id = 0, data_index = 1, }, { id = 12689, alias = "Npc12689", script = "Actor/Npc/TempNPC", pos = "Q2303001_N12689", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4178, alias = "Npc4178", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2303005_N4178", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["2303002"] = { npcs = { { id = 12688, alias = "Npc12688", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12688", scene_id = 3, room_id = 0, data_index = 1, }, { id = 12689, alias = "Npc12689", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12689", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4178, alias = "Npc4178", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2303005_N4178", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["2303003"] = { npcs = { { id = 12688, alias = "Npc12688", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12688", scene_id = 3, room_id = 0, data_index = 1, }, { id = 12689, alias = "Npc12689", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12689", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4178, alias = "Npc4178", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2303005_N4178", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["2303004"] = { npcs = { { id = 12688, alias = "Npc12688", script = "Actor/Npc/TempNPC", pos = "Q2303004_N12688", scene_id = 3, room_id = 0, data_index = 1, }, { id = 12689, alias = "Npc12689", script = "Actor/Npc/TempNPC", pos = "Q2303004_N12689", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4178, alias = "Npc4178", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2303005_N4178", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["2303005"] = { npcs = { { id = 12688, alias = "Npc12688", script = "Actor/Npc/TempNPC", pos = "Q2303004_N12688", scene_id = 3, room_id = 0, data_index = 1, }, { id = 12689, alias = "Npc12689", script = "Actor/Npc/TempNPC", pos = "Q2303004_N12689", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4178, alias = "Npc4178", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2303005_N4178", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["2303006"] = { npcs = { { id = 12688, alias = "Npc12688", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12688", scene_id = 3, room_id = 0, data_index = 1, }, { id = 12689, alias = "Npc12689", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12689", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4178, alias = "Npc4178", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2303005_N4178", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["2303007"] = { npcs = { { id = 12688, alias = "Npc12688", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12688", scene_id = 3, room_id = 0, data_index = 1, }, { id = 12689, alias = "Npc12689", script = "Actor/Npc/TempNPC", pos = "Q2303002_N12689", scene_id = 3, room_id = 0, data_index = 2, }, { id = 4178, alias = "Npc4178", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2303005_N4178", scene_id = 3, room_id = 0, data_index = 3, }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>