mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-23 14:32:27 +08:00
更新配置表
This commit is contained in:
@@ -114,10 +114,10 @@ end
|
||||
|
||||
-- 触发操作
|
||||
function action_EVENT_DUNGEON_SETTLE_15(context, evt)
|
||||
-- 创生gadget 38
|
||||
-- 创建id为38的gadget
|
||||
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 38 }) then
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
|
||||
return -1
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
|
||||
return -1
|
||||
end
|
||||
|
||||
return 0
|
||||
|
||||
@@ -97,28 +97,28 @@ end
|
||||
|
||||
-- 触发操作
|
||||
function action_EVENT_ANY_MONSTER_DIE_19(context, evt)
|
||||
-- 创生gadget 50
|
||||
-- 创建id为50的gadget
|
||||
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 50 }) then
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
|
||||
return -1
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
|
||||
return -1
|
||||
end
|
||||
|
||||
-- 创生gadget 51
|
||||
-- 创建id为51的gadget
|
||||
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 51 }) then
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
|
||||
return -1
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
|
||||
return -1
|
||||
end
|
||||
|
||||
-- 创生gadget 52
|
||||
-- 创建id为52的gadget
|
||||
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 52 }) then
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
|
||||
return -1
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
|
||||
return -1
|
||||
end
|
||||
|
||||
-- 创生gadget 53
|
||||
-- 创建id为53的gadget
|
||||
if 0 ~= ScriptLib.CreateGadget(context, { config_id = 53 }) then
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : dungeon_settle")
|
||||
return -1
|
||||
ScriptLib.PrintContextLog(context, "@@ LUA_WARNING : create_gadget")
|
||||
return -1
|
||||
end
|
||||
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user