9701 【后端】【越南】【BT7】【主干】跨服竞技64位排位赛(修改竞猜返利功德点;同步分组玩家信息去重)
| | |
| | | battleObj = pkZoneMgr.GetBattle(groupMark, battleNum)
|
| | | if not battleObj:
|
| | | continue
|
| | | playerIDList.append(battleObj.playerIDA)
|
| | | playerIDList.append(battleObj.playerIDB)
|
| | | |
| | | if battleObj.playerIDA not in playerIDList:
|
| | | playerIDList.append(battleObj.playerIDA)
|
| | | if battleObj.playerIDB not in playerIDList:
|
| | | playerIDList.append(battleObj.playerIDB)
|
| | | |
| | | clientPack = ChPyNetSendPack.tagGCCrossChampionshipPKZoneGroupInfo()
|
| | | clientPack.ActID = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_CrossChampionshipID)
|
| | | clientPack.StateError = PlayerDBGSEvent.GetDBGSTrig_ByKey(PlayerDBGSEvent.Def_CrossChampionshipStateError)
|
| | |
| | | dataMsg = msgData[1]
|
| | | if not isinstance(dataMsg, dict) or "moneyType" not in dataMsg:
|
| | | return
|
| | | moneyType = dataMsg["moneyType"]
|
| | | #moneyType = dataMsg["moneyType"]
|
| | | guessMoney = dataMsg["guessMoney"]
|
| | | infoDict = dataMsg
|
| | | PlayerControl.PayMoney(curPlayer, moneyType, guessMoney, msgType, infoDict)
|
| | | PlayerControl.PayMoney(curPlayer, ShareDefine.TYPE_Price_GongdePoint, guessMoney, msgType, infoDict)
|
| | |
|
| | | elif msgType == "OfficialWorship":
|
| | | dataMsg = msgData[1]
|