-- 任务配置数据开始----------------------------- main_id = 12015 sub_ids = { 1201501, 1201502, 1201503, 1201504, 1201505, 1201506, 1201507, 1201508, 1201509, 1201510, 1201511, 1201512, 1201513, } -- 任务配置数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 父任务执行项数据开始----------------------------- finish_action = { CLIENT = { }, SERVER = { }, } fail_action = { CLIENT = { }, SERVER = { }, } cancel_action = { CLIENT = { }, SERVER = { }, } -- 父任务执行项数据结束----------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- Actor模块数据开始-------------------------------- -- 空 -- Actor模块数据结束-------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 文本模块数据开始--------------------------------- -- 空 -- 文本模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 路点模块数据开始--------------------------------- -- 空 -- 路点模块数据结束--------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 断线重连生成内容 开始---------------------------- -- 和questdata配的存档点对应 rewind_data = { ["1201501"] = { }, ["1201502"] = { npcs = { { id = 3054, alias = "Npc3054", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q12015KujoKamaj1", scene_id = 3, room_id = 0, data_index = 1, }, { id = 1033, alias = "Npc1033", script = "Actor/Npc/TempNPC", pos = "Q12015Tohma1", scene_id = 3, room_id = 0, data_index = 2, }, { id = 12077, alias = "Npc12077", script = "Actor/Npc/TempNPC", pos = "Q12015Yiping1", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["1201503"] = { npcs = { { id = 1033, alias = "Npc1033", script = "Actor/Npc/TempNPC", pos = "Q12015Tohma1", scene_id = 3, room_id = 0, data_index = 2, }, { id = 12077, alias = "Npc12077", script = "Actor/Npc/TempNPC", pos = "Q12015Yiping1", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["1201504"] = { }, ["1201505"] = { npcs = { { id = 1034, alias = "Npc1034", script = "Actor/Npc/TempNPC", pos = "Q12015Yaeko1", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["1201506"] = { npcs = { { id = 1034, alias = "Npc1034", script = "Actor/Npc/TempNPC", pos = "Q12015Yaeko1", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["1201507"] = { npcs = { { id = 3064, alias = "Npc3064", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q12015Shouwei2", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["1201508"] = { npcs = { { id = 3064, alias = "Npc3064", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q12015Shouwei2", scene_id = 3, room_id = 0, data_index = 2, }, }, }, ["1201509"] = { npcs = { { id = 1036, alias = "Npc1036", script = "Actor/Npc/TempNPC", pos = "Q12015Shougun1", scene_id = 1063, room_id = 1, data_index = 2, }, }, }, ["1201510"] = { npcs = { { id = 12076, alias = "Npc12076", script = "Actor/Npc/TempNPC", pos = "Q12015ShougunYing1", scene_id = 20116, room_id = 1, data_index = 1, }, }, }, ["1201513"] = { }, } -- 断线重连生成内容 结束---------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -- 校验数据 开始---------------------------------- -- 和任务lua中生成NPC/Monster/Gadget/Item等对应 quest_data = { ["1201501"] = { npcs = { { id = 3054, alias = "Npc3054", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q12015KujoKamaj1", scene_id = 3, room_id = 0, data_index = 1, }, { id = 1033, alias = "Npc1033", script = "Actor/Npc/TempNPC", pos = "Q12015Tohma1", scene_id = 3, room_id = 0, data_index = 2, }, { id = 12077, alias = "Npc12077", script = "Actor/Npc/TempNPC", pos = "Q12015Yiping1", scene_id = 3, room_id = 0, data_index = 3, }, }, }, ["1201502"] = { }, ["1201503"] = { }, ["1201504"] = { npcs = { { id = 1034, alias = "Npc1034", script = "Actor/Npc/TempNPC", pos = "Q12015Yaeko1", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["1201505"] = { }, ["1201506"] = { npcs = { { id = 3064, alias = "Npc3064", script = "Actor/Npc/NpcFSMBehaviour", pos = "Q12015Shouwei2", scene_id = 3, room_id = 0, data_index = 1, }, }, }, ["1201507"] = { transmit_points = { { point_id = 1201508, scene_id = 1063, pos = "Q12015Born", }, }, }, ["1201508"] = { npcs = { { id = 1036, alias = "Npc1036", script = "Actor/Npc/TempNPC", pos = "Q12015Shougun1", scene_id = 1063, room_id = 1, data_index = 1, }, }, }, ["1201509"] = { npcs = { { id = 12076, alias = "Npc12076", script = "Actor/Npc/TempNPC", pos = "Q12015ShougunYing1", scene_id = 20116, room_id = 1, data_index = 1, }, }, }, ["1201510"] = { }, ["1201511"] = { }, ["1201512"] = { }, ["1201513"] = { transmit_points = { { point_id = 1201513, scene_id = 3, pos = "Q12015Shougun1", }, }, }, } -- 校验数据 结束---------------------------------- -- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>