RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

[2.0] Lycanthrope Steeds

otimpyre

Sorceror
Doh!

They can't be stabled with out a distro edit to AnimalTrainer.cs.An alternative to having them stabled is a shrink system. 2.0 FS Animal Taming-Beta


Find
Code:
else if ( pet.Body.IsHuman )

And change to
Code:
else if ( pet.Body.IsHuman && (!( pet is Werewolf )) )
 

otimpyre

Sorceror
Old steeds

If you have my older version I recommend replacing with these. I spent 3 days testing trial & error to make these guys work like I wanted. This is my first true script any comments/feedback crits welcome. :D
 
Top