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