【引导临时处理】关闭高级账号的引导

dev_chengFeng
gaoxin 2021-02-27 18:09:58 +08:00
parent 843900d659
commit 159dd3fa1d
2 changed files with 2 additions and 2 deletions

View File

@ -79,7 +79,7 @@ function this.InitData(guideData)
funcDic = {}
--this.RefreshTriggerListen(1701, 35, { 17,})
--只有勾了新手引导,才会读取引导数据,否则置为-1
if not AppConst.isGuide then
if not AppConst.isGuide or PlayerManager.level == 200 then
openDic[GuideType.Force] = -1
NetManager.SaveGuideDataRequest(GuideType.Force, -1)
return

View File

@ -487,7 +487,7 @@ function this.ExecuteLoading()
--[[[35] =]] function() -- 登录请求最终接口,所有请求放在此接口之前
if AppConst.isGuide then
if GuideManager.GetCurId(GuideType.Force) == 1 and PlayerManager.nickName == tostring(PlayerManager.uid) then
if GuideManager.GetCurId(GuideType.Force) == 1 and PlayerManager.nickName == tostring(PlayerManager.uid) and PlayerManager.level == 1 then
--创号阶段先进入剧情对话,进入假战斗,然后对话起名,最后进入主界面
StoryManager.EventTrigger(100001, function()
PatFaceManager.isLogin = true