General Injection issues
Moderators: Murderator+, Murderator
-
Spirito
- Posts: 27
- Joined: 2004-05-04 20:05:56
Post
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
-
banan
- Posts: 16
- Joined: 2004-04-07 12:06:13
-
Contact:
Post
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)
-
Spirito
- Posts: 27
- Joined: 2004-05-04 20:05:56
Post
by Spirito »
hmm.. what's charid?
if i use targetnext how i code?
uo.GetX(what's?)
-
Spirito
- Posts: 27
- Joined: 2004-05-04 20:05:56
Post
by Spirito »
hmm.. how can i get charid of a animal with next target?
-
Lord Ruslan Nightmare
- Expert!
- Posts: 359
- Joined: 2004-04-25 11:11:07
-
Contact:
Post
by Lord Ruslan Nightmare »
uo.getx(uo.getserial("targetnext"))
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...
-
Yoko
- Site Admin
- Posts: 1964
- Joined: 2004-04-03 16:49:38
-
Contact:
Post
by Yoko »
uo.getserial("laststatus")
-
lelezado
- Posts: 2
- Joined: 2007-09-15 16:51:17
Post
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!
