4860 【主干】【长尾】【BT】【后端】灵宠觉醒限制条件变更(去除满级才能觉醒限制);
1个文件已修改
8 ■■■■ 已修改文件
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Player/PlayerHorse.py
@@ -547,10 +547,10 @@
#        if not IsHorseMaxLV(curPlayer, horsePetID):
#            GameWorld.DebugLog('骑宠觉醒 对应骑宠未满级 horsePetID=%s' % horsePetID)
#            return
    else:
        if not PlayerPet.IsPetMaxLV(curPlayer, horsePetID):
            GameWorld.DebugLog('骑宠觉醒 对应骑宠未满级 horsePetID=%s' % horsePetID)
            return
#    else:
#        if not PlayerPet.IsPetMaxLV(curPlayer, horsePetID):
#            GameWorld.DebugLog('骑宠觉醒 对应骑宠未满级 horsePetID=%s' % horsePetID)
#            return
    
    skinData = curPlayer.NomalDictGetProperty(ChConfig.Def_PDict_HorsePetSkinData % (skintype, horsePetID), 0)
    curSkinLV, curSkinIndex = skinData / 100, skinData % 100