263 【主界面】头像系统(内政-幻境阁系统)-服务端(形象、头像 增加关联武将皮肤解锁方式4;)
2个文件已修改
7 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFace.py 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHJG.py 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerFace.py
@@ -186,7 +186,9 @@
        if unlockWay == 3: # 关联武将
            heroID = unlockValue
            return True if PlayerHero.GetHeroActivite(curPlayer, heroID) else False
        if unlockWay == 4: # 关联武将皮肤
            skinID = unlockValue
            return True if PlayerHero.GetHeroSkinState(curPlayer, skinID) else False
    return False
def RefreshFaceAttr(curPlayer):
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHJG.py
@@ -698,6 +698,9 @@
        if unlockWay == 3: # 关联武将
            heroID = unlockValue
            return True if PlayerHero.GetHeroActivite(curPlayer, heroID) else False
        if unlockWay == 4: # 关联武将皮肤
            skinID = unlockValue
            return True if PlayerHero.GetHeroSkinState(curPlayer, skinID) else False
        
    return False