9701 【后端】【越南】【BT7】【主干】跨服竞技64位排位赛(仙官相关)
| | |
| | | offObj = offZoneMgr.GetOfficialObj(officialID)
|
| | | if not offObj:
|
| | | continue
|
| | | GameWorld.Log(" officialID=%s,playerID=%s,rank=%s,worshipCount=%s,applyPlayerIDList=%s,challengeCount=%s" |
| | | % (officialID, offObj.playerID, offObj.rank, offObj.worshipCount, offObj.applyPlayerInfo.keys(), len(offObj.challengeList)))
|
| | | GameWorld.Log(" officialID=%s,playerID=%s,rank=%s,worshipCount=%s,worshipDouble=%s,applyPlayerIDList=%s,challengeCount=%s,lastDismissJuniorTime=%s" |
| | | % (officialID, offObj.playerID, offObj.rank, offObj.worshipCount, offObj.worshipDouble, offObj.applyPlayerInfo.keys(), len(offObj.challengeList), offObj.lastDismissJuniorTime))
|
| | |
|
| | | GameWorld.Log("==================================================")
|
| | | return
|
| | |
| | | if not mainOffObj or not officialObj:
|
| | | return
|
| | |
|
| | | if mainOffObj.playerID:
|
| | | if not mainOffObj.playerID:
|
| | | GameWorld.Log("仙官所属界主无玩家,无法申请! zoneID=%s,mainOfficialID=%s,officialID=%s" % (zoneID, mainOfficialID, officialID), playerID)
|
| | | return
|
| | |
|
| | |
| | | if not mainOffObj or not officialObj:
|
| | | return
|
| | |
|
| | | if mainOffObj.playerID:
|
| | | if not mainOffObj.playerID:
|
| | | GameWorld.Log("仙官所属界主无玩家,无法挑战! zoneID=%s,mainOfficialID=%s,officialID=%s" % (zoneID, mainOfficialID, officialID), playerID)
|
| | | return
|
| | |
|
| | |
| | | GameWorld.DebugLog("非双倍膜拜期间: doubleHM(%s~%s), curHM=%s" % (fromValue, toValue, curValue), playerID)
|
| | |
|
| | | if gongdePoint:
|
| | | PlayerControl.GiveMoney(curPlayer, ShareDefine.TYPE_Price_GuShenMoney, gongdePoint, "OfficialWorship")
|
| | | PlayerControl.GiveMoney(curPlayer, ShareDefine.TYPE_Price_GongdePoint, gongdePoint, "OfficialWorship")
|
| | |
|
| | | return
|
| | |
|