新手引导修改

tcx_xiyou_dev
PC-202302260912\Administrator 2024-04-30 10:59:38 +08:00
parent 2cb125db92
commit 213fc450a5
2 changed files with 3 additions and 1 deletions

View File

@ -250,7 +250,8 @@ function GuideManager.CheckFuncGuide()
this.SyncFuncGuideServer(guideId)
GuideManager.ShowGuide(guideId)
end
table.remove(_FuncGuideList, 1)
--table.remove(_FuncGuideList, 1)
table.removebyvalue(_FuncGuideList,guideId)
else
Game.GlobalEvent:DispatchEvent(GameEvent.Guide.FuncGuideDone)
end

View File

@ -243,6 +243,7 @@ function this.BcakUpdateUserExp(_msg)
this.level = _msg.level
if this.level > oldLevel then
Game.GlobalEvent:DispatchEvent(GameEvent.Player.OnLevelChange)
CheckRedPointStatus(RedPointType.HeroExplore_OpenMap)
CheckRedPointStatus(RedPointType.EpicExplore_OpenCarbon)
--FightManager.SetAndGetSingleFightState3(this.level)