Search found 3 matches

by akira
2004-09-14 12:42:01
Forum: Help
Topic: Animal Taming
Replies: 5
Views: 2118

sorry to drag this up but

if you know id or type of mount you can use UO.UseObject(id) ;

- using graphic type and color of mount

UO.FindType(mount_type, mount_color, "ground");
if (UO.FindCount()) then
UO.UseObject("finditem");
endif


for using ...
by akira
2004-08-29 17:32:07
Forum: Help
Topic: Animal Taming
Replies: 5
Views: 2118

how would i go about finding the id or type of mount?

cheers for help
by akira
2004-08-29 06:33:41
Forum: Help
Topic: Animal Taming
Replies: 5
Views: 2118

Animal Taming

i currently have a working taming script except on the shard i play on when you mount then dismount it resets the animal so u can gain by repeating this.

Although to mount and dismount i have to UO.LDblClick(321,194) which has a lot of problems is there any way i can mount or dismount not using ...