From 01524938c6d455b3b8e3a35f7b82b7de71de2c19 Mon Sep 17 00:00:00 2001 From: hxp <ale99527@vip.qq.com> Date: 星期一, 18 十一月 2024 16:51:26 +0800 Subject: [PATCH] 10261 【越南】【砍树】【英文】【tqxbqy】【btgotq】头像框,头像(补充跨服榜单Value3、Value4,包含古神参与、召集、积分榜,boss历练活动榜、古宝养成活动榜、骑宠养成活动榜、仙匣秘境活动榜;) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py index 7933bf5..1448a6f 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/GameWorldLogic/FBProcess/GameLogic_CrossBattlefield.py @@ -377,6 +377,8 @@ self.factionObj = None self.accID = "" self.job = 1 + self.face = 0 + self.facePic = 0 self.realmLV = 0 self.fightPower = 0 @@ -637,6 +639,8 @@ fightPower = PlayerControl.GetFightPower(curPlayer) battleObj = GetBattlePlayerObj(playerID) battleObj.job = curPlayer.GetJob() + battleObj.face = curPlayer.GetFace() + battleObj.facePic = curPlayer.GetFacePic() battleObj.accID = curPlayer.GetAccID() battleObj.name = curPlayer.GetPlayerName() battleObj.realmLV = curPlayer.GetOfficialRank() @@ -1757,6 +1761,8 @@ playerID = battleObj.playerID score = battleObj.score job = battleObj.job + face = battleObj.face + facePic = battleObj.facePic realmLV = battleObj.realmLV name = battleObj.name highScoreToday = battleObj.highScoreToday @@ -1781,7 +1787,7 @@ battleObj.auraScore, battleObj.superItemAwardCnt, battleObj.factionBuffCollCnt, battleObj.personBuffCollCnt, \ battleObj.crystalCollCnt, battleObj.wallCollCnt - playerInfo = [playerID, job, realmLV, name, + playerInfo = [playerID, job, face, facePic, realmLV, name, isWinner, faction, rank, score, highScoreToday, highScoreWeekTotal, enterCountWeek, teamID, isCallOpen, isCalled, killCnt, ckillCntInfo, killBossCnt, killScoreKing, killGuardCnt, auraScore, superItemAwardCnt, factionBuffCollCnt, personBuffCollCnt, crystalCollCnt, wallCollCnt] -- Gitblit v1.8.0