xdh
2018-10-19 bf197aadaa9d5b0c022dff461cf27c6ee4bd5e64
4243 【后端】仙魔之争增加前三次特殊匹配逻辑
1个文件已修改
2 ■■■ 已修改文件
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerXMZZ.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/CoreServerGroup/GameServer/Script/Player/PlayerXMZZ.py
@@ -694,7 +694,7 @@
                aboveList2.append(playerID)
        GameWorld.DebugLog('    筛选对手 myPower=%s,underList1=%s, aboveList1=%s,underList2=%s, aboveList2=%s' % (myPower, underList1, aboveList1, underList2, aboveList2), myPlayerID)
        if conWinCnt % 5 == 0: #每5个匹配战力低的对手
        if conWinCnt % 5 == 0 or conWinCnt <= IpyGameDataPY.GetFuncCfg('XMZZPKPowerRange', 3): #每5个匹配战力低的对手
            if underList1:
                pkPlayerID = underList1[0]
            elif underList2: