| | |
| | | # 详细描述: 王者争霸(跨服PK赛周积分排名前32可获得争霸资格)
|
| | | #
|
| | | #---------------------------------------------------------------------
|
| | | """Version = 2015-11-19 14:00"""
|
| | | #"""Version = 2015-11-19 14:00"""
|
| | | #---------------------------------------------------------------------
|
| | | import ReadChConfig
|
| | | import PlayerControl
|
| | |
| | | import PlayerCompensation
|
| | | import PlayerUniversalGameRec
|
| | | import PlayerMergeRegister
|
| | | import CrossRealmPlayer
|
| | | import GameWorldMergePK
|
| | | import PlayerDBGSEvent
|
| | | import MergeBroadcast
|
| | |
| | | lastNotifyTime = gameWorld.GetDictByKey(notifyTimeKey)
|
| | | if tick - lastNotifyTime >= notifyCD * 1000:
|
| | | mark = loginNotifyDict[playerRecRank]
|
| | | mergeName = PlayerControl.GetMergePlayerName(accID, curPlayer.GetName())
|
| | | mergeName = CrossRealmPlayer.GetCrossPlayerName(curPlayer)
|
| | | PlayerControl.MergeWorldNotify(0, mark, [mergeName])
|
| | | gameWorld.SetDict(notifyTimeKey, tick)
|
| | | else:
|