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

28 lines
459 B
Lua
Raw Permalink Normal View History

2022-11-21 11:30:31 +03:00
-- 任务配置
-- 父任务id
main_id = 311
sub_ids =
{
31101,
}
---存放断线重连生成内容和questdata配的存档点对应
rewind_data = {}
---校验用和任务lua中生成NPC/monster/gadget/item等对应
quest_data = {}
--[[ quest_data["30902"] =
{
npcs = {
{
id = 1005,
alias = "Paimon",
script = "Actor/Quest/Q352/Paimon",
--相对玩家位置pos = "",
}
} ]]