sorry to drag this up but
Dmitrij wrote:
if you know id or type of mount you can use
UO.UseObject(id);
- using graphic type and color of mount
Code:
UO.FindType(mount_type, mount_color, "ground");
if (UO.FindCount()) then
UO.UseObject("finditem");
endif
for using graphic type and color of mount getting the color is fine how do i find graphic type (its a giant beetle)
Dmitrij wrote:
- using id of mount
Code:
UO.UseObject(mount_id);
unfortuantly using id of mount doesnt work cause when i release the id changes