Template:PetControllCalculator
From Ultima Online Forever Wiki
<form name="AnimalLoreCalc" action="">
Pet's min. Taming Skill: <input type="text" name="minTaming" size="3">
Pet's Loyalty: <input type="text" name="minTaming" size="3">
Your Taming Skill: <input type="text" name="myTaming" size="3">
Your Animal Lore Skill: <input type="text" name="myLore" size="3">
<input type="button" value="Calculate Success" onclick="Quadrat()">
Resulting Success Rate: <input type="text" disabled name="successRate" size="3">
</form>