Do we yet have bodyvalules for itemids #45566 #45565 #45564 #45563 #45413 and #45410? I am using PUB 54. Ridable would be kool. Just not a Anamation.
ItemID's that look like new horses.What are these?
Hmm, interesting. Ill look some more, see what I can find.View attachment 26886
they are only statics from Haazen's showart gump.
Thinks we can use without having to use pandora? LOL Id be happy with bodyvalues that work with normal horses so ppl could ride 🙂OHHH if can find animations and can extract them i would love to create animations for the classic client create vd fles for them.
I use older client so I make my own animations. Makes it easier to customize lolThinks we can use without having to use pandora? LOL Id be happy with bodyvalues that work with normal horses so ppl could ride 🙂
hehe Sweet.I use older client so I make my own animations. Makes it easier to customize lol

the bodyvalue is what Im looking for luv
That is the Britain Steed or True britain steedDo you happen to know what this horse mountid is luv?View attachment 28044
using Server.Mobiles;
namespace Server.Custom.Misc
{
public class TrueBritannianHorse : EtherealMount
{
[Constructable]
public TrueBritannianHorse() : base(0xB52B, 0x6C1, 0x6C1)
{ }
public TrueBritannianHorse(Serial serial) : base(serial)
{ }
public override int LabelNumber { get { return 1165895; } } // True Britannian Horse
public override void Serialize(GenericWriter writer)
{
base.Serialize(writer);
writer.Write(1); // version
}
public override void Deserialize(GenericReader reader)
{
base.Deserialize(reader);
int version = reader.ReadInt();
if (version == 0)
{
NonTransparentMountedID = 0x6C1;
Transparent = false;
}
}
}
}
We use essential cookies to make this site work, and optional cookies to enhance your experience.