-- 任务配置数据开始----------------------------- main_id = 20020 sub_ids = { 2002001, 2002029, 2002003, 2002027, 2002012, 2002028, 2002021, 2002024, 2002025, 2002026, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { QUEST_EXEC_DEL_ALL_SPECIFIC_PACK_ITEM = { { "101650", }, { "101651", }, { "101652", }, }, }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { QUEST_EXEC_UNREGISTER_DYNAMIC_GROUP = { { "133002098", "0", }, { "133002107", "0", }, { "133003073", "0", }, }, QUEST_EXEC_DEL_ALL_SPECIFIC_PACK_ITEM = { { "101652", }, { "101651", }, { "101650", }, }, }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["2002001"] = { }, ["2002003"] = { npcs = { { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["2002012"] = { npcs = { { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002021"] = { npcs = { { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002024"] = { npcs = { { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002025"] = { npcs = { { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002027"] = { npcs = { { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002028"] = { npcs = { { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 1, }, }, }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["2002001"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1408", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["2002003"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, { id = 1408, alias = "Npc1408", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2001402_N1408", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["2002012"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002021"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002024"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002025"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002026"] = { }, ["2002027"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002028"] = { npcs = { { id = 1405, alias = "Npc1405", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q2002001_N1405", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["2002029"] = { }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>