xdh
2019-05-31 1863adea598d5d66fe06be49633979bf93966784
6975 【2.0】【后端】日常界面调整(升级给活跃点)
1个文件已修改
6 ■■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerActivity.py
@@ -242,6 +242,8 @@
def DoAddActivity(curPlayer, addValue, isMultiple=False):
    if not addValue:
        return
    multiple = 1
    addExtraPoint = 0
    if isMultiple:
        multiple, extraPointLimit = __GetActionAddPer(curPlayer)
        curExtraPoint = __GetPDictValue(curPlayer, ChConfig.Def_PDict_Activity_ExtraRealmPoint)
@@ -259,8 +261,8 @@
    SyncDailyActivityInfo(curPlayer)
    EventShell.EventRespons_AddActivityValue(curPlayer)
    GameWorld.DebugLog(
        "增加活跃度,addValue=%s, multiple=%s, addExtraPoint=%s,curExtraPoint=%s"
        % (addValue, multiple, addExtraPoint, curExtraPoint), curPlayer.GetPlayerID())
        "增加活跃度,addValue=%s, multiple=%s, addExtraPoint=%s"
        % (addValue, multiple, addExtraPoint), curPlayer.GetPlayerID())
    return