Page 1 of 1
Coords
Posted: 2004-05-06 19:30:31
by Spirito
how can i get x and y of a target?
for example: pseudo-code
targetnext
move on coord of targetnext
taming it
...
etc
Re: Coords
Posted: 2004-05-07 02:03:38
by banan
Spirito wrote:how can i get x and y of a target?
for example: pseudo-code
targetnext
move on coord of targetnext
taming it
...
etc
uo.GetX(charId)
uo.GetY(charId)
Posted: 2004-05-07 02:21:55
by Spirito
hmm.. what's charid?
if i use targetnext how i code?
uo.GetX(what's?)
Posted: 2004-05-07 18:13:45
by Spirito
hmm.. how can i get charid of a animal with next target?
Posted: 2004-05-08 20:17:25
by Lord Ruslan Nightmare
uo.getx(uo.getserial("targetnext"))
Posted: 2004-05-09 03:30:14
by Yoko
uo.getserial("laststatus")
Posted: 2007-09-15 17:03:47
by lelezado
and how i can get a target of a player in pvp, using injection?
i know how do do in client, but q want to know how do u do whit injection plz!
