Revert "[新手引导]=====================================屏蔽新手引导"
This reverts commit a3451e590b.
parent
eb56c7ff1b
commit
469db60439
|
|
@ -57,18 +57,12 @@ function this.PracticeGuideFun()
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.OnLevelChange()
|
function this.OnLevelChange()
|
||||||
--屏比等级引导
|
|
||||||
if not AppConst.isGuide then
|
|
||||||
-- --LogGreen("不在引导内")
|
|
||||||
return
|
|
||||||
end
|
|
||||||
-- 提审服不再出发相关引导
|
-- 提审服不再出发相关引导
|
||||||
if SERVER_VERSION == 1 then
|
if SERVER_VERSION == 1 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
-- 首充引导特殊处理到十级开放
|
-- 首充引导特殊处理到十级开放
|
||||||
if PlayerManager.level == 10 then
|
if PlayerManager.level == 10 then
|
||||||
|
|
||||||
table.insert(_FuncGuideList, 100200)
|
table.insert(_FuncGuideList, 100200)
|
||||||
--解开孙悟空封印的剧情
|
--解开孙悟空封印的剧情
|
||||||
--StoryMapManager.isShowStory = 1
|
--StoryMapManager.isShowStory = 1
|
||||||
|
|
@ -144,10 +138,6 @@ function this.OnFightPass(fightId)
|
||||||
end
|
end
|
||||||
-- 通过关卡时判断
|
-- 通过关卡时判断
|
||||||
function this.BeforeFightCheck(fightId, func)
|
function this.BeforeFightCheck(fightId, func)
|
||||||
if not AppConst.isGuide then
|
|
||||||
-- --LogGreen("不在引导内")
|
|
||||||
return
|
|
||||||
end
|
|
||||||
-- 引导完成
|
-- 引导完成
|
||||||
local function OnFuncGuideDone()
|
local function OnFuncGuideDone()
|
||||||
if func then
|
if func then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue