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

62 lines
841 B
Lua
Raw Normal View History

2022-11-21 11:30:31 +03:00
-- 任务配置
-- 父任务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"] =
{
}