新手引导修改

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) this.SyncFuncGuideServer(guideId)
GuideManager.ShowGuide(guideId) GuideManager.ShowGuide(guideId)
end end
table.remove(_FuncGuideList, 1) --table.remove(_FuncGuideList, 1)
table.removebyvalue(_FuncGuideList,guideId)
else else
Game.GlobalEvent:DispatchEvent(GameEvent.Guide.FuncGuideDone) Game.GlobalEvent:DispatchEvent(GameEvent.Guide.FuncGuideDone)
end end

View File

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