ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/CrossRealmPlayer.py
@@ -27,6 +27,17 @@ import FBLogic import PlayerAssist def GetPlayerCrossPropDataShort(curPlayer): ## 获取跨服玩家属性简短信息 PropData = {} PropData["AccID"] = curPlayer.GetAccID() PropData["LV"] = curPlayer.GetLV() PropData["RealmLV"] = curPlayer.GetOfficialRank() PropData["Job"] = curPlayer.GetJob() PropData["Name"] = GetCrossPlayerName(curPlayer) PropData["FightPower"] = PlayerControl.GetFightPower(curPlayer) return PropData # 获取玩家跨服服务器上的名字 def GetCrossPlayerName(curPlayer): # 通过游戏账号中的平台标志获取名称,目前为spid