From a3451e590b0bb3f2a59add1047d80117eccd4ccb Mon Sep 17 00:00:00 2001 From: wangzhenxing <1545929779@qq.com> Date: Sat, 11 Nov 2023 11:02:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC]=3D=3D=3D?= =?UTF-8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D?= =?UTF-8?q?=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=E5=B1=8F=E8=94=BD?= =?UTF-8?q?=E6=96=B0=E6=89=8B=E5=BC=95=E5=AF=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../~Lua/Modules/Guide/GuideManager.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua index 74c1b0b2d8..6a0b9fdd7e 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guide/GuideManager.lua @@ -57,12 +57,18 @@ function this.PracticeGuideFun() end function this.OnLevelChange() + --屏比等级引导 + if not AppConst.isGuide then + -- --LogGreen("不在引导内") + return + end -- 提审服不再出发相关引导 if SERVER_VERSION == 1 then return end -- 首充引导特殊处理到十级开放 if PlayerManager.level == 10 then + table.insert(_FuncGuideList, 100200) --解开孙悟空封印的剧情 --StoryMapManager.isShowStory = 1 @@ -138,6 +144,10 @@ function this.OnFightPass(fightId) end -- 通过关卡时判断 function this.BeforeFightCheck(fightId, func) + if not AppConst.isGuide then + -- --LogGreen("不在引导内") + return + end -- 引导完成 local function OnFuncGuideDone() if func then