更新配置表

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

@@ -167,10 +167,10 @@ function action_EVENT_ANY_MONSTER_DIE_10(context, evt)
return -1
end
-- 生gadget 3020
-- 建id为3020的gadget
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 3020 }) then
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
return -1
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
return -1
end
-- 触发镜头注目注目位置为坐标4845120持续时间为3秒并且为强制注目形式不广播其他玩家

View File

@@ -124,10 +124,10 @@ end
-- 触发操作
function action_EVENT_ANY_MONSTER_DIE_9(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
-- 杀死Group内所有monster
@@ -243,10 +243,10 @@ end
-- 触发操作
function action_EVENT_DUNGEON_SETTLE_15(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