Page 1 of 1
Targetting player's mounts
Posted: 2004-12-21 17:38:51
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?
Posted: 2004-12-21 17:56:31
by Yoko
completely depending on your shard realisation
Posted: 2004-12-21 17:59:53
by clagio
mmm how can i check if it is possible?
Posted: 2004-12-21 18:48:46
by Yoko
record horse serial before player ride it
the try to do something
Posted: 2004-12-28 21:58:29
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