263 【主界面】头像系统(内政-幻境阁系统)-服务端(优化改名任务,历史改过就算;)
2个文件已修改
5 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/UpdatePlayerName.py 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerTask.py
@@ -213,6 +213,9 @@
                equipCnt += 1
        taskValue = equipCnt
        
    elif taskType == ChConfig.TaskType_Rename:
        taskValue = 1 if curPlayer.NomalDictGetProperty(ChConfig.Def_Player_Rename) else 0
    return taskValue
def UpdTaskValue(curPlayer, taskType):
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/UpdatePlayerName.py
@@ -93,7 +93,7 @@
    PlayerBillboard.UpdatePlayerBillboardName(curPlayer)
    #社交名待更新
    
    PlayerTask.AddTaskValue(curPlayer, ChConfig.TaskType_Rename, 1)
    PlayerTask.UpdTaskValue(curPlayer, ChConfig.TaskType_Rename)
    return
def GetPlayerFullName(curPlayer, playerName):