My mount script code do like this:
Code:
case (mount_who.graphic)
//dark brown/horse
0xcc: mounttype := 0x3ea2;
var mount := CreateItemAtLocation(ITEM_CREATION_X, ITEM_CREATION_Y, ITEM_CREATION_Z, UOBJ_MOUNT, 1, GetMapRealm(ITEM_CREATION_M));
mount.graphic := mounttype;
EquipItem(me, mount);
EraseMobile(mount_who);
My question is.... where i found code 0x3ea2 ?