Controlling Pets: Difference between revisions

From Ultima Online Forever Wiki
Jump to: navigation, search
(Added Pet Commands)
mNo edit summary
Line 26: Line 26:


:Feeding a pet has a chance of 50% to raise the pet's loyalty level (loyalty +10) - "You pet looks happier."
:Feeding a pet has a chance of 50% to raise the pet's loyalty level (loyalty +10) - "You pet looks happier."
:Putting a pet in stable will restore it to full loyalty - this is a very good option for an unhappy pet.


:A pet that reaches a loyalty of <= 0 will become untame and go wild again. It is trivial to retame the pet for a previous owner, but significantly harder to retame by a new one (see [[Animal Taming]] for details).
:A pet that reaches a loyalty of <= 0 will become untame and go wild again. It is trivial to retame the pet for a previous owner, but significantly harder to retame by a new one (see [[Animal Taming]] for details).
Line 34: Line 36:
:If the owner of the pet posesses the minimum [[Animal Taming]] skill as real skill (use 'show real' option on the skill sheet to check), the pet will bond after a period of 7 days when fed with correct food the first time. Subsequent feeding within these 7 days will show a timer with the time left to bond. Correct food can be determined by using [[Animal Lore]] on the pet.
:If the owner of the pet posesses the minimum [[Animal Taming]] skill as real skill (use 'show real' option on the skill sheet to check), the pet will bond after a period of 7 days when fed with correct food the first time. Subsequent feeding within these 7 days will show a timer with the time left to bond. Correct food can be determined by using [[Animal Lore]] on the pet.
:Bonded Animals can be resurrected with bandages using both a [[Veterinary]] skill and an [[Animal Lore]] skill of 80+. They also recall with the owner, when commanded to follow before the recall.
:Bonded Animals can be resurrected with bandages using both a [[Veterinary]] skill and an [[Animal Lore]] skill of 80+. They also recall with the owner, when commanded to follow before the recall.
:Putting pets in stables, after the bonding timer started, is a great way to ensure they survive the 7 day period of bonding.





Revision as of 02:44, 19 September 2014


When controlling a pet, every time a command is issued, a check for the ability to controll is made. The success or failure of these checks has an influence on the level of happieness or also called loyalty of the pet. Loyalty decreases over time with 10% of the maxLoyalty level per hour.


The chance to controll a pet is calculated with an algorithm like this:

   Chance = 700, Bonus = 0 // This is the base chance and base bonus 
   Bonus = (((Taming * 4 + Lore) / 5) * 10) - (minSkillToTame * 10) // Taming and Lore are weighted 
   If Bonus is <= 0 then Bonus = Bonus * 14 // If we are below the taming requirement it gets much harder 
   Else Bonus = Bonus * 6 // If we are above the taming requirement we get a moderate bonus 
   Chance = Chance + Bonus // Chance is modified by the bonus 
   If Chance >= 0 and < 200 then Chance = 200 // IF we can controll, there is a minimum chance of 20% - loyalty pentalties (see below) 
   If Chance > 990 then Chance = 990 // We cannot get higher than 99% 
   Chance = Chance - (maxLoyalty - petLoyalty) * 10 // where loyalty is a value from 0 to 100 
   Chance / 10 would give now the chance to controll in percent.


Loyalty Gains and Decreases

Every bad command (= command that did not work) reduces pet loyalty (-1 point), every good command (command that worked) increases (loyalty +1).
Once at every hour, pet loyalty is reduced by 10% of the max loyalty. This applies to all moveables at the same time - meaning if you fed your pet to "Wonderfully Happy" (= max) and the update happens 5 seconds later it will be reduced.
Feeding a pet has a chance of 50% to raise the pet's loyalty level (loyalty +10) - "You pet looks happier."
Putting a pet in stable will restore it to full loyalty - this is a very good option for an unhappy pet.
A pet that reaches a loyalty of <= 0 will become untame and go wild again. It is trivial to retame the pet for a previous owner, but significantly harder to retame by a new one (see Animal Taming for details).


Pets and Bonding

If the owner of the pet posesses the minimum Animal Taming skill as real skill (use 'show real' option on the skill sheet to check), the pet will bond after a period of 7 days when fed with correct food the first time. Subsequent feeding within these 7 days will show a timer with the time left to bond. Correct food can be determined by using Animal Lore on the pet.
Bonded Animals can be resurrected with bandages using both a Veterinary skill and an Animal Lore skill of 80+. They also recall with the owner, when commanded to follow before the recall.
Putting pets in stables, after the bonding timer started, is a great way to ensure they survive the 7 day period of bonding.


Pet Commands

In generall all pets in range can be commanded with the 'all' keyword. This can be substituted by the exact name of the pet. Should there be more than none with the same name, only the first pet will respond (e.g. 'a horse').

  • (all/name) come ... commands the pet(s) to come and follow
  • (name) drop ... command the pet to drop everything it holds
  • (all/name) follow ... command the pet(s) to follow a target (shows target pointer)
  • (all/name) follow me ... command the pet(s) to follow the owner or friend, who issued the command
  • (name) friend ... commands the pet to accept moving commands from a third person (person must be able to controll the pet)
  • (all/name) guard ... command the pet(s) to guard a target (shows target pointer)
  • (all/name) guard me ... commands the pet(s)
  • (all/name) kill ... command the pet(s) to attack a target (shows target pointer)
  • (name) release ... releases the pet into the wild - pet goes untame (will show confirmation window)
  • (all/name) stay ... commands the pet(s) to stay at their current location
  • (all/name) stop ... commands the pet(s) to stop their current activity (guarding, following, fighting, waiting, etc.)
  • (name) transfer ... designates a new owner of the pet (will open a trade window) the previous owner loses command


(I'll try to get a JavaScript applet in that calculates the controll chances.)


Related Skills

Animal Lore

Animal Taming