新手引导修改
parent
2cb125db92
commit
213fc450a5
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue