0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00
GC-Resources/Resources/Scripts/Quest/Share/Q41311ShareConfig.lua
2022-10-24 11:30:27 +08:00

4 lines
6.4 KiB
Lua

-- 任务配置数据开始-----------------------------
main_id = 41311
sub_ids =
{
4131101,
4131102,
4131103,
4131104,
4131105,
4131106,
4131107,
4131108,
4131111,
4131112,
4131115,
}
-- 任务配置数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 父任务执行项数据开始-----------------------------
finish_action =
{
CLIENT = { },
SERVER = { },
}
fail_action =
{
CLIENT = { },
SERVER = { },
}
cancel_action =
{
CLIENT = { },
SERVER = { },
}
-- 父任务执行项数据结束-----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- Actor模块数据开始--------------------------------
-- 空
-- Actor模块数据结束--------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 文本模块数据开始---------------------------------
-- 空
-- 文本模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 路点模块数据开始---------------------------------
-- 空
-- 路点模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 断线重连生成内容 开始----------------------------
-- 和questdata配的存档点对应
rewind_data =
{
["4131101"] = { },
["4131102"] =
{
npcs =
{
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["4131104"] =
{
npcs =
{
{
id = 202601,
alias = "Npc202601",
script = "Actor/Npc/TempNPC",
pos = "Q40006NPC_JiangZhou",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 202501,
alias = "Npc202501",
script = "Actor/Npc/TempNPC",
pos = "Q4131115ChahChang",
scene_id = 3,
room_id = 0,
data_index = 2,
},
{
id = 209301,
alias = "Npc209301",
script = "Actor/Npc/TempNPC",
pos = "Q4131102Ping",
scene_id = 3,
room_id = 0,
data_index = 3,
},
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 4,
},
},
},
["4131105"] =
{
npcs =
{
{
id = 202601,
alias = "Npc202601",
script = "Actor/Npc/TempNPC",
pos = "Q40006NPC_JiangZhou",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 202501,
alias = "Npc202501",
script = "Actor/Npc/TempNPC",
pos = "Q4131115ChahChang",
scene_id = 3,
room_id = 0,
data_index = 2,
},
{
id = 209301,
alias = "Npc209301",
script = "Actor/Npc/TempNPC",
pos = "Q4131102Ping",
scene_id = 3,
room_id = 0,
data_index = 3,
},
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 4,
},
},
},
["4131106"] =
{
npcs =
{
{
id = 202601,
alias = "Npc202601",
script = "Actor/Npc/TempNPC",
pos = "Q40006NPC_JiangZhou",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 202501,
alias = "Npc202501",
script = "Actor/Npc/TempNPC",
pos = "Q4131115ChahChang",
scene_id = 3,
room_id = 0,
data_index = 2,
},
{
id = 209301,
alias = "Npc209301",
script = "Actor/Npc/TempNPC",
pos = "Q4131102Ping",
scene_id = 3,
room_id = 0,
data_index = 3,
},
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 4,
},
},
},
["4131107"] =
{
npcs =
{
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["4131108"] =
{
npcs =
{
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["4131111"] =
{
npcs =
{
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["4131112"] =
{
npcs =
{
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["4131115"] =
{
npcs =
{
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
}
-- 断线重连生成内容 结束----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 校验数据 开始----------------------------------
-- 和任务lua中生成NPC/Monster/Gadget/Item等对应
quest_data =
{
["4131101"] =
{
npcs =
{
{
id = 220801,
alias = "Npc220801",
script = "Actor/Npc/TempNPC",
pos = "Q4131101Verr",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 30039,
alias = "Npc30039",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q4131101WangYa",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["4131102"] =
{
npcs =
{
{
id = 201301,
alias = "Npc201301",
script = "Actor/Npc/TempNPC",
pos = "Q40006NPC_BoLai",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 202601,
alias = "Npc202601",
script = "Actor/Npc/TempNPC",
pos = "Q40006NPC_JiangZhou",
scene_id = 3,
room_id = 0,
data_index = 2,
},
{
id = 202501,
alias = "Npc202501",
script = "Actor/Npc/TempNPC",
pos = "Q4131115ChahChang",
scene_id = 3,
room_id = 0,
data_index = 3,
},
{
id = 209301,
alias = "Npc209301",
script = "Actor/Npc/TempNPC",
pos = "Q4131102Ping",
scene_id = 3,
room_id = 0,
data_index = 4,
},
},
},
["4131103"] = { },
["4131104"] = { },
["4131105"] = { },
["4131106"] = { },
["4131107"] = { },
["4131108"] = { },
["4131111"] = { },
["4131112"] = { },
["4131115"] = { },
}
-- 校验数据 结束----------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>