| | |
| | | curOrder = billBoard.IndexOfByID(playerID) + 1 # 更新前获取名次
|
| | | cmpValue2 = fightPower / ShareDefine.Def_PerPointValue
|
| | | cmpValue3 = fightPower % ShareDefine.Def_PerPointValue
|
| | | face = curPlayer.GetFace()
|
| | | facePic = curPlayer.GetFacePic()
|
| | | PlayerBillboard.UpdatePlayerBillboard(playerID, playerName, opInfo, ShareDefine.Def_BT_Arena, playerJob,
|
| | | realmLV, playerLV, updScore, autoSort=False, cmpValue2=cmpValue2, cmpValue3=cmpValue3)
|
| | | realmLV, playerLV, updScore, autoSort=False, cmpValue2=cmpValue2, cmpValue3=cmpValue3, value3=face, value4=facePic)
|
| | |
|
| | | awardItemList = []
|
| | | if isWin:
|
| | |
| | | tagAccID = cacheDict["AccID"]
|
| | | tagCmpValue2 = tagFightPower / ShareDefine.Def_PerPointValue
|
| | | tagCmpValue3 = tagFightPower % ShareDefine.Def_PerPointValue
|
| | | tagFace = cacheDict.get("Face", 0)
|
| | | tagFacePic = cacheDict.get("FacePic", 0)
|
| | | PlayerBillboard.UpdatePlayerBillboard(tagPlayerID, tagPlayerName, tagOpInfo, ShareDefine.Def_BT_Arena, tagJob,
|
| | | tagRealmLV, tagLV, updTagScore, autoSort=False, cmpValue2=tagCmpValue2, cmpValue3=tagCmpValue3)
|
| | | tagRealmLV, tagLV, updTagScore, autoSort=False, cmpValue2=tagCmpValue2, cmpValue3=tagCmpValue3, value3=tagFace, value4=tagFacePic)
|
| | | else:
|
| | | robotBillboardData = billBoard.FindByID(tagPlayerID)
|
| | | if robotBillboardData:
|