| | |
| | |
|
| | | def NotifyCanEnterMergeServer(curPlayer, actionType):
|
| | | # 通用包,通知客户端可进入跨服服务器
|
| | | # mapID, lineID = 0, 0
|
| | | # mapPosInfo = GetMergeActionMapPos(actionType)
|
| | | # if mapPosInfo:
|
| | | # mapID = mapPosInfo[0]
|
| | | # lineID = mapPosInfo[2]
|
| | | # |
| | | # canEnterMServer = ChPyNetSendPack.tagCanEnterMergeServer()
|
| | | # canEnterMServer.Clear()
|
| | | # canEnterMServer.ActionType = actionType
|
| | | # canEnterMServer.MapID = mapID
|
| | | # canEnterMServer.LineID = lineID
|
| | | # canEnterMServer.NewAccID = newAccID
|
| | | # canEnterMServer.NewAccIDLen = len(canEnterMServer.NewAccID)
|
| | | # canEnterMServer.NewPsw = newPwd
|
| | | # canEnterMServer.NewPswLen = len(canEnterMServer.NewPsw)
|
| | | # NetPackCommon.SendFakePack(curPlayer, canEnterMServer)
|
| | | return
|
| | |
|
| | | #// C0 02 查看跨服玩家信息 #tagCGViewCrossPlayerInfo
|