Files
hk4e/gdconf/game_data_config/lua/quest/Q21024ShareConfig.lua
2022-11-30 00:00:20 +08:00

75 lines
1.3 KiB
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 任务配置
-- 父任务id
main_id = 21024
sub_ids =
{
2102401,--与兰达对话
2102402,--调查线索总
2102403,--花洲矿洞总
2102404,--花洲茅草屋
2102405,--花洲石门宝儿
2102406,--与宝儿对话1
2102407,--清理怪物营地
2102408,--与宝儿对话2
2102409,--与兰达对话
}
---存放断线重连生成内容和questdata配的存档点对应
rewind_data = {}
quest_data = {}
quest_data["2102401"] =
{
npcs =
{
{
id = 220301,
alias = "Npc220301",
script = "Actor/Npc/TempNPC",
pos = "Q21024_Target",
scene_id = 3,
room_id = 0,
data_index = 1,
}
}
}
quest_data["2102405"] =
{
npcs =
{
{
id = 242101,
alias = "Npc242101",
script = "Actor/Npc/TempNPC",
pos = "Q2102405_Target",
scene_id = 3,
room_id = 0,
data_index = 1,
}
}
}
quest_data["2102408"] =
{
npcs =
{
{
id = 220301,
alias = "Npc220301",
script = "Actor/Npc/TempNPC",
pos = "Q21024_Target",
scene_id = 3,
room_id = 0,
data_index = 1,
}
}
}