Yoko

All sides of Injection
It is currently 2026-03-10 14:51:02

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
 Post subject: Animal Taming
PostPosted: 2004-08-29 06:33:41 
Offline

Joined: 2004-08-29 06:29:24
Posts: 3
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 click


any ideas will be much thanks


Top
   
 Post subject:
PostPosted: 2004-08-29 10:44:54 
Offline

Joined: 2004-08-13 00:00:02
Posts: 14
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


- using id of mount

Code:
UO.UseObject(mount_id);


Top
   
 Post subject:
PostPosted: 2004-08-29 17:32:07 
Offline

Joined: 2004-08-29 06:29:24
Posts: 3
how would i go about finding the id or type of mount?

cheers for help


Top
   
 Post subject:
PostPosted: 2004-08-29 18:38:25 
Offline

Joined: 2004-08-13 00:00:02
Posts: 14
type ",info" in UO and target your mount


Top
   
 Post subject:
PostPosted: 2004-09-14 12:42:01 
Offline

Joined: 2004-08-29 06:29:24
Posts: 3
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


Top
   
 Post subject:
PostPosted: 2004-09-14 21:20:35 
Offline
Site Admin
User avatar

Joined: 2004-04-03 16:49:38
Posts: 1964
on absolutely most shards horse you unmounting do not change serial, that's why serial may be in reliable use.

for your shard i think maybe some kind of advanced search in use only.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 6 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited