-- 任务配置数据开始----------------------------- main_id = 8010 sub_ids = { 801001, 801002, 801003, 801004, 801005, 801006, 801007, 801008, 801009, 801010, 801011, 801012, 801013, 801014, 801015, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["801002"] = { }, ["801003"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801002_N13072", scene_id = 3, room_id = 0, data_index = 1, }, { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["801004"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801002_N13072", scene_id = 3, room_id = 0, data_index = 1, }, { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["801005"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801002_N13072", scene_id = 3, room_id = 0, data_index = 1, }, { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["801007"] = { npcs = { { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["801011"] = { npcs = { { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["801012"] = { }, ["801013"] = { }, ["801014"] = { }, ["801015"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["801001"] = { npcs = { { id = 1022, alias = "Npc1022", script = "Actor/Npc/TempNPC", pos = "Q800904_N1022", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["801002"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801002_N13072", scene_id = 3, room_id = 0, data_index = 1, }, { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["801003"] = { }, ["801004"] = { }, ["801005"] = { }, ["801006"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801006_N13072", scene_id = 3, room_id = 0, data_index = 1, }, { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["801007"] = { }, ["801008"] = { npcs = { { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["801009"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801008_guide", scene_id = 3, room_id = 0, data_index = 1, }, { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["801010"] = { npcs = { { id = 13076, alias = "Npc13076", script = "Actor/Npc/TempNPC", pos = "Q801002_N13076", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["801011"] = { }, ["801012"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801010_guide", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["801013"] = { }, ["801014"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801014_N13072", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["801015"] = { npcs = { { id = 13072, alias = "Npc13072", script = "Actor/Npc/TempNPC", pos = "Q801002_N13072", scene_id = 3, room_id = 0, data_index = 1, }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>