GSServer-CBT/soggy_resources/lua/Quest/Share/Q461ShareConfig.lua

62 lines
841 B
Lua
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 = 461
sub_ids =
{
46100,
46101,
46102,
46103,
46104,
46107,
}
---存放断线重连生成内容和questdata配的存档点对应
rewind_data = {}
--[[rewind_data["46101"] =
{
npcs = {
{
id = 1004,
alias = "Gaia",
script = "Actor/Quest/Q301/Gaia301",
pos = "Q461KaeyaIn",
}
}
}]]
rewind_data["46102"] =
{
npcs = {
{
id = 1004,
alias = "Gaia",
script = "Actor/Quest/Q301/Gaia301",
pos = "Q461KaeyaOut",
}
}
}
rewind_data["46103"] =
{
npcs = {
}
}
---校验用和任务lua中生成NPC/monster/gadget/item等对应
quest_data = {}
quest_data["46101"] =
{
}
quest_data["46102"] =
{
}