Hello, I have problems to increase the speed of pets i
try to change

BaseAI.cs
public abstract class BaseAI
{
public const double FollowSpeed = 0.2; ( for 0.4 o.5)

but the follow and come speed still the same
anyone know how to change speed ?
 
Not really sure, but I would start in basecreature.cs search for things like ontame onaftertame tame things such as that to see what changes after a mobile is tamed as far as speed, if you do not find one perhaps you could add something onaftertame to make tamed creatures faster than untamed creatures.
 
Back