Targetting player's mounts

Ask for help

Moderators: Murderator+, Murderator

Post Reply
clagio
Posts: 58
Joined: 2004-05-09 19:53:49

Targetting player's mounts

Post by clagio »

Is possible to target the mount of a pg, while he is mounting?
something like targetting object in layer 25 or something else?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

completely depending on your shard realisation
clagio
Posts: 58
Joined: 2004-05-09 19:53:49

Post by clagio »

mmm how can i check if it is possible?
Yoko
Site Admin
Posts: 1964
Joined: 2004-04-03 16:49:38
Contact:

Post by Yoko »

record horse serial before player ride it
the try to do something
Umuri
Posts: 37
Joined: 2004-05-16 16:23:27
Contact:

Post by Umuri »

What if the shard changes the ID when the horse is ridden, aka creates a new item?


Is there a way to have objatlayer("mount") for serial(xxxxx)?

EDIT: Found a way in another post.

Code: Select all

uo.findtype(a[c],"-1","laststatus") 

Just cycle through it till you find the right one
Post Reply