更新配置表

This commit is contained in:
flswld
2023-01-29 13:00:55 +08:00
parent 0ab4fd1d18
commit 5fbe66113e
3108 changed files with 587829 additions and 26766 deletions

View File

@@ -136,16 +136,16 @@ function action_EVENT_ANY_MONSTER_LIVE_12(context, evt)
return -1
end
-- 生gadget 7012
-- 建id为7012的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 7012 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
-- 生gadget 7013
-- 建id为7013的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 7013 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0
@@ -227,10 +227,10 @@ end
-- 触发操作
function action_EVENT_TIMER_EVENT_19(context, evt)
-- 生gadget 7012
-- 建id为7012的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 7012 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0
@@ -238,10 +238,10 @@ end
-- 触发操作
function action_EVENT_TIMER_EVENT_20(context, evt)
-- 生gadget 7013
-- 建id为7013的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 7013 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0