mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-23 14:32:27 +08:00
更新配置表
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user