| | |
| | | # 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
|