四灵试炼开启条件修改

tcx_xiyou_dev
PC-202302260912\Administrator 2024-05-13 14:43:11 +08:00
parent 4affa53d7b
commit 02838f0801
1 changed files with 7 additions and 1 deletions

View File

@ -330,11 +330,17 @@ function CarbonsPanel:BtnClick(id)
end
UIManager.OpenPanel(UIName.DailyCarbonPanel)
elseif id == FUNCTION_OPEN_TYPE.MONSTER_COMING then
if ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.FourElementTrail) then
-- if ActTimeCtrlManager.IsQualifiled(FUNCTION_OPEN_TYPE.FourElementTrail) then
-- UIManager.OpenPanel(UIName.MonsterCampMainPanel)
-- else
-- JumpManager.GoJump(1011)
-- end
if CheckFunctionOpen(FUNCTION_OPEN_TYPE.FourElementTrail) then
UIManager.OpenPanel(UIName.MonsterCampMainPanel)
else
JumpManager.GoJump(1011)
end
elseif id == FUNCTION_OPEN_TYPE.EXPEDITION then
if ActTimeCtrlManager.SingleFuncState(id) then
if #ExpeditionManager.nodeInfo <= 0 then