When using AnimalTaming skill
In the cs file
Mintameskill is used by default.
Can you add other skills to limit the amount of AnimalTaming?
For example, Sword Manship skill 100 or more ... like this.
 
Is there no way?
Base creature lists this
private double m_dMinTameSkill;
private double m_CurrentTameSkill;
private bool m_bTamable;
lines 271-273 on mine, so my guess would be to start there, but it sounds like it would be a difficult thing to do that would effect all animals.
 
Back