0
0
mirror of https://gitlab.com/YuukiPS/GC-Resources.git synced 2025-04-28 09:05:26 +00:00

revert local defs, make sure in config.json set FAST_REQUIRE=false

This commit is contained in:
Yuuki 2024-01-17 04:06:09 +08:00
parent 15f3fa996c
commit e9cca5523f
2 changed files with 2 additions and 4 deletions

View File

@ -125,9 +125,7 @@ function action_EVENT_ANY_MONSTER_LIVE(context, evt)
ScriptLib.PrintContextLog(context, "GetEntityIdByConfigId: "..monsterEntityId)
local monsterId=ScriptLib.GetMonsterIdByEntityId(context, monsterEntityId)
ScriptLib.PrintContextLog(context, "GetMonsterIdByEntityId :"..monsterId)
if LF_IsBossMonster(context,monsterId) then
ScriptLib.SetEntityServerGlobalValueByConfigId(context, evt.param1, "SGV_MONSTER_NADA", 1)
end
ScriptLib.SetEntityServerGlobalValueByConfigId(context, evt.param1, "SGV_MONSTER_NADA", 1)
return 0
end

View File

@ -4,7 +4,7 @@ local base_info = {
}
-- Trigger变量
defs = {
local defs = {
transTarget = 1004,
phaseOneBoss = 1001,
phaseTwoBoss = 1002,