Merge branch 'china/dev' of http://60.1.1.230/gaoxin/JL_Client into china/dev
commit
55090ed8cc
|
@ -103,6 +103,8 @@ function this.InitRedPointAllRelate()
|
||||||
RPData:SetParent(RedPointType.OrdinaryExplore, RedPointType.ExploreMain)--大闹天宫
|
RPData:SetParent(RedPointType.OrdinaryExplore, RedPointType.ExploreMain)--大闹天宫
|
||||||
RPData:SetParent(RedPointType.HeroExplore, RedPointType.ExploreMain)--日常副本
|
RPData:SetParent(RedPointType.HeroExplore, RedPointType.ExploreMain)--日常副本
|
||||||
RPData:SetParent(RedPointType.EpicExplore, RedPointType.ExploreMain)--心魔试炼
|
RPData:SetParent(RedPointType.EpicExplore, RedPointType.ExploreMain)--心魔试炼
|
||||||
|
RPData:SetParent(RedPointType.FightLevel, RedPointType.ExploreMain)--山河社稷图
|
||||||
|
|
||||||
RPData:SetParent(RedPointType.LegendExplore, RedPointType.Guild)--车迟斗法
|
RPData:SetParent(RedPointType.LegendExplore, RedPointType.Guild)--车迟斗法
|
||||||
RPData:SetParent(RedPointType.HeartDemon,RedPointType.EpicExplore)
|
RPData:SetParent(RedPointType.HeartDemon,RedPointType.EpicExplore)
|
||||||
RPData:SetParent(RedPointType.PersonTrail,RedPointType.EpicExplore)
|
RPData:SetParent(RedPointType.PersonTrail,RedPointType.EpicExplore)
|
||||||
|
@ -165,7 +167,7 @@ function this.InitRedPointAllRelate()
|
||||||
RPData:SetParent(RedPointType.DailyTask, RedPointType.DailyTaskMain)
|
RPData:SetParent(RedPointType.DailyTask, RedPointType.DailyTaskMain)
|
||||||
RPData:SetParent(RedPointType.QinglongSerectTreasure, RedPointType.DailyTaskMain)
|
RPData:SetParent(RedPointType.QinglongSerectTreasure, RedPointType.DailyTaskMain)
|
||||||
RPData:SetParent(RedPointType.QinglongSerectTreasureTrail, RedPointType.DailyTaskMain)
|
RPData:SetParent(RedPointType.QinglongSerectTreasureTrail, RedPointType.DailyTaskMain)
|
||||||
RPData:SetParent(RedPointType.FightLevel, RedPointType.SecretTer)
|
-- RPData:SetParent(RedPointType.FightLevel, RedPointType.SecretTer)
|
||||||
RPData:SetParent(RedPointType.JourneyWithWind, RedPointType.SecretTer)
|
RPData:SetParent(RedPointType.JourneyWithWind, RedPointType.SecretTer)
|
||||||
-- RPData:SetParent(RedPointType.QinglongSerectTreasure, RedPointType.TreasureOfSl)
|
-- RPData:SetParent(RedPointType.QinglongSerectTreasure, RedPointType.TreasureOfSl)
|
||||||
-- RPData:SetParent(RedPointType.QinglongSerectTreasureTrail, RedPointType.TreasureOfSl)
|
-- RPData:SetParent(RedPointType.QinglongSerectTreasureTrail, RedPointType.TreasureOfSl)
|
||||||
|
|
|
@ -23,6 +23,14 @@ function this.Initialize()
|
||||||
this.treasureActiveList = {}
|
this.treasureActiveList = {}
|
||||||
this.InitTreasureData()
|
this.InitTreasureData()
|
||||||
this.battleResult = {}
|
this.battleResult = {}
|
||||||
|
|
||||||
|
-- 特权刷新时,刷新红点
|
||||||
|
Game.GlobalEvent:AddEvent(GameEvent.Privilege.OnPrivilegeUpdate, function(PrivilegeId)
|
||||||
|
if PrivilegeId == 3201 then
|
||||||
|
-- 检测七界试炼红点
|
||||||
|
CheckRedPointStatus(RedPointType.QiJieShiLian)
|
||||||
|
end
|
||||||
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
function this.InitTreasureData()
|
function this.InitTreasureData()
|
||||||
|
|
Loading…
Reference in New Issue