更新配置表

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

@@ -287,10 +287,10 @@ end
-- 触发操作
function action_EVENT_GATHER_24(context, evt)
-- 生gadget 5009
-- 建id为5009的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 5009 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0

View File

@@ -95,10 +95,10 @@ end
-- 触发操作
function action_EVENT_GADGET_STATE_CHANGE_26(context, evt)
-- 生gadget 31
-- 建id为31的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 31 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0

View File

@@ -75,10 +75,10 @@ suites = {
-- 触发操作
function action_EVENT_GATHER_48(context, evt)
-- 生gadget 67
-- 建id为67的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 67 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0

View File

@@ -145,10 +145,10 @@ end
-- 触发操作
function action_EVENT_PLATFORM_REACH_POINT_55(context, evt)
-- 生gadget 90
-- 建id为90的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 90 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0