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/Q23038ShareConfig.lua
2023-04-12 18:47:17 +08:00

3 lines
4.8 KiB
Lua

-- 任务配置数据开始-----------------------------
main_id = 23038
sub_ids =
{
2303801,
2303802,
2303803,
2303804,
2303805,
2303806,
2303807,
2303808,
}
-- 任务配置数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 父任务执行项数据开始-----------------------------
finish_action =
{
CLIENT = { },
SERVER = { },
}
fail_action =
{
CLIENT = { },
SERVER = { },
}
cancel_action =
{
CLIENT = { },
SERVER =
{
QUEST_EXEC_DEL_ALL_SPECIFIC_PACK_ITEM =
{
{ "120056", },
},
QUEST_EXEC_DEACTIVE_ITEM_GIVING =
{
{ "2303805", },
{ "2303807", },
{ "2303809", },
},
},
}
-- 父任务执行项数据结束-----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- Actor模块数据开始--------------------------------
-- 空
-- Actor模块数据结束--------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 文本模块数据开始---------------------------------
-- 空
-- 文本模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 路点模块数据开始---------------------------------
-- 空
-- 路点模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 断线重连生成内容 开始----------------------------
-- 和questdata配的存档点对应
rewind_data =
{
["2303801"] = { },
["2303802"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4071,
alias = "Npc4071",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303702_N4071",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2303803"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4071,
alias = "Npc4071",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303702_N4071",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2303804"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4071,
alias = "Npc4071",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303702_N4071",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2303805"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4071,
alias = "Npc4071",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303702_N4071",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2303806"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4071,
alias = "Npc4071",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303702_N4071",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2303807"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4071,
alias = "Npc4071",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303702_N4071",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2303808"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
}
-- 断线重连生成内容 结束----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 校验数据 开始----------------------------------
-- 和任务lua中生成NPC/Monster/Gadget/Item等对应
quest_data =
{
["2303801"] =
{
npcs =
{
{
id = 4412,
alias = "Npc4412",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303801_N4412",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4071,
alias = "Npc4071",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q2303702_N4071",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2303802"] = { },
["2303803"] = { },
["2303804"] = { },
["2303805"] = { },
["2303806"] = { },
["2303807"] = { },
["2303808"] = { },
}
-- 校验数据 结束----------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>