-- 任务配置数据开始----------------------------- main_id = 40096 sub_ids = { 4009601, 4009602, 4009603, 4009604, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["4009601"] = { }, ["4009602"] = { }, ["4009603"] = { }, ["4009604"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["4009601"] = { npcs = { { id = 1021, alias = "Npc1021", script = "Actor/Npc/TempNPC", pos = "Q4009601_N1021_guide", scene_id = 1035, room_id = 1, data_index = 1, }, }, }, ["4009602"] = { npcs = { { id = 10204, alias = "Xiao", script = "Actor/Npc/TempNPC", pos = "Q4009602_N10204_guide", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["4009603"] = { npcs = { { id = 1021, alias = "Npc1021", script = "Actor/Npc/TempNPC", pos = "Q4009603_N1021_guide", scene_id = 1035, room_id = 1, data_index = 1, }, }, }, ["4009604"] = { npcs = { { id = 10204, alias = "Xiao", script = "Actor/Npc/TempNPC", pos = "Q4009604_N10204_guide", scene_id = 3, room_id = 0, data_index = 1, }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>