Hello you 🙂
Episode 1 Flirting GIF by SpongeBob SquarePants
 
Did we find out what the bodyvalues are for these new horses that showw in [showart for pub 54? I do not use pandora or animations on my White Tiger server 🙁 Saadly I think there should be a mount id for these.
 
1773157095980.png

MountIDs
16091 Manticore
16092 Dead Bear
16093 Dragon
16094 New Horse Brown
16095 New Horse ??
16096 New Horse Fire
16097 New Horse ??
16098 New Horse ??

Unfortunately all these mounts are messed up, you do not sit on them properly, not sure if there is a way to fix this.

BodyValues
1651 ANIMAL 10000 # Horse_Clydesdale
1652 ANIMAL 10000 # Horse_Elemental_Earth
1653 ANIMAL 10000 # Horse_Elemental_Fire
1656 ANIMAL 10000 # Horse_Elemental_Water
1657 ANIMAL 10000 # Horse_Elemental_Air
1638 ANIMAL 12000 # Bear_Zombie
1573 ANIMAL 12000 # Manticore_L / 1553 ANIMAL 12000 # Manticore

I did not find the BodyValue for the new dragon, but you could use a drake for the bodyvalue if needed
 
Last edited:
Try this!

C#:
Expand Collapse Copy
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;
            }
        }
    }
}
 
View attachment 28058
This is the id you need to set to have the mount have a graphic when its mounted.
Still not showing luv 🙁
Try this!

C#:
Expand Collapse Copy
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;
            }
        }
    }
}
I tried this and still see nothing 🙁
 
Last edited:
Can you detail how you tried the script I posted? Did you install it as is and rebuild your server? Also, what client are you using to login to your server? I at first had issues just adding as a mount, but was able to add as a ethereal, using pub 54 + UOClassic w/ UO Patched up!
 
Can you detail how you tried the script I posted? Did you install it as is and rebuild your server? Also, what client are you using to login to your server? I at first had issues just adding as a mount, but was able to add as a ethereal, using pub 54 + UOClassic w/ UO Patched up!
Pub 54 sadly lol Hmm didn't think of patching. I get my client from uo.com
Can you detail how you tried the script I posted? Did you install it as is and rebuild your server? Also, what client are you using to login to your server? I at first had issues just adding as a mount, but was able to add as a ethereal, using pub 54 + UOClassic w/ UO Patched up!
Pub 54 sadly lol
Can you detail how you tried the script I posted? Did you install it as is and rebuild your server? Also, what client are you using to login to your server? I at first had issues just adding as a mount, but was able to add as a ethereal, using pub 54 + UOClassic w/ UO Patched up!
1788819284624.png
this is what I get lol
 
Last edited:

Donations

Total amount
$0.00
Goal
$500.00

Shards

Back