| | |
| | | seasonStatePack.SeasonID = gameWorld.GetDictByKey(ShareDefine.Def_Notify_WorldKey_CrossPKSeasonID)
|
| | | seasonStatePack.SeasonState = gameWorld.GetDictByKey(ShareDefine.Def_Notify_WorldKey_CrossPKSeasonState)
|
| | | seasonStatePack.MatchState = gameWorld.GetDictByKey(ShareDefine.Def_Notify_WorldKey_CrossDailyActionState % ShareDefine.DailyActionID_CrossReamPK)
|
| | | seasonStatePack.CrossZoneName = GameWorld.GetCrossZoneName()
|
| | | seasonStatePack.CrossZoneNameLen = len(seasonStatePack.CrossZoneName)
|
| | | NetPackCommon.SendFakePack(curPlayer, seasonStatePack)
|
| | |
|
| | | return
|
| | |
| | | seasonStatePack.SeasonID = seasonID
|
| | | seasonStatePack.SeasonState = seasonState
|
| | | seasonStatePack.MatchState = matchState
|
| | | seasonStatePack.CrossZoneName = GameWorld.GetCrossZoneName()
|
| | | seasonStatePack.CrossZoneNameLen = len(seasonStatePack.CrossZoneName)
|
| | | playerManager = GameWorld.GetPlayerManager()
|
| | | for i in xrange(playerManager.GetPlayerCount()):
|
| | | curPlayer = playerManager.GetPlayerByIndex(i)
|