ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py
@@ -311,7 +311,10 @@ if isLVUp: updPoint = min(ChConfig.Def_UpperLimit_DWord, curPoint + addValue) else: updPoint = min(IpyGameDataPY.GetFuncCfg('ImmortalDomainActivePoint'), curPoint + addValue) maxPoint = IpyGameDataPY.GetFuncCfg('ImmortalDomainActivePoint', 1) if maxPoint and curPoint >= maxPoint: return updPoint = curPoint + addValue __SetPDictValue(curPlayer, ChConfig.Def_PDict_ActivityCanCostTotalPoint, updPoint) return