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

3 lines
4.4 KiB
Lua

-- 任务配置数据开始-----------------------------
main_id = 23042
sub_ids =
{
2304201,
2304202,
2304203,
2304204,
2304205,
2304206,
}
-- 任务配置数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 父任务执行项数据开始-----------------------------
finish_action =
{
CLIENT = { },
SERVER = { },
}
fail_action =
{
CLIENT = { },
SERVER = { },
}
cancel_action =
{
CLIENT = { },
SERVER =
{
QUEST_EXEC_DEL_ALL_SPECIFIC_PACK_ITEM =
{
{ "120066", },
},
QUEST_EXEC_DEACTIVE_ITEM_GIVING =
{
{ "2304204", },
},
QUEST_EXEC_UNREGISTER_DYNAMIC_GROUP =
{
{ "133308121", "", },
},
},
}
-- 父任务执行项数据结束-----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- Actor模块数据开始--------------------------------
-- 空
-- Actor模块数据结束--------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 文本模块数据开始---------------------------------
-- 空
-- 文本模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 路点模块数据开始---------------------------------
-- 空
-- 路点模块数据结束---------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 断线重连生成内容 开始----------------------------
-- 和questdata配的存档点对应
rewind_data =
{
["2304201"] = { },
["2304202"] =
{
npcs =
{
{
id = 4404,
alias = "Npc4404",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q23041_N4404",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4405,
alias = "Npc4405",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4405",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2304203"] =
{
npcs =
{
{
id = 4404,
alias = "Npc4404",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q23041_N4404",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4405,
alias = "Npc4405",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4405",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2304204"] =
{
npcs =
{
{
id = 4404,
alias = "Npc4404",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q23041_N4404",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4405,
alias = "Npc4405",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4405",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2304205"] =
{
npcs =
{
{
id = 4404,
alias = "Npc4404",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q23041_N4404",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4405,
alias = "Npc4405",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4405",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2304206"] = { },
}
-- 断线重连生成内容 结束----------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
-- 校验数据 开始----------------------------------
-- 和任务lua中生成NPC/Monster/Gadget/Item等对应
quest_data =
{
["2304201"] =
{
npcs =
{
{
id = 4404,
alias = "Npc4404",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q23041_N4404",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4405,
alias = "Npc4405",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4405",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
["2304202"] =
{
npcs =
{
{
id = 4406,
alias = "Npc4406",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4406",
scene_id = 3,
room_id = 0,
data_index = 1,
},
},
},
["2304203"] = { },
["2304204"] = { },
["2304205"] = { },
["2304206"] =
{
npcs =
{
{
id = 4404,
alias = "Npc4404",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4404",
scene_id = 3,
room_id = 0,
data_index = 1,
},
{
id = 4405,
alias = "Npc4405",
script = "Actor/Npc/NpcFSMBehaviour",
pos = "Q73233_N4405",
scene_id = 3,
room_id = 0,
data_index = 2,
},
},
},
}
-- 校验数据 结束----------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>