更新配置表

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

@@ -109,10 +109,10 @@ function action_EVENT_CHALLENGE_SUCCESS_4(context, evt)
return -1
end
-- 生gadget 4011
-- 建id为4011的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 4011 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0

View File

@@ -128,10 +128,10 @@ function action_EVENT_ANY_MONSTER_DIE_11(context, evt)
return -1
end
-- 生gadget 30
-- 建id为30的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 30 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
return 0