更新配置表

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

@@ -221,10 +221,10 @@ function action_EVENT_ANY_MONSTER_DIE_1011(context, evt)
return -1
end
-- 生gadget 1017
-- 建id为1017的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 1017 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
-- 改变指定group组220032002中 configid为2009的gadget的state

View File

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

View File

@@ -204,10 +204,10 @@ function action_EVENT_ANY_MONSTER_DIE_3008(context, evt)
return -1
end
-- 生gadget 3015
-- 建id为3015的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 3015 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
-- 添加suite1的新内容

View File

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