Page 1 of 1

Targeting tile

Posted: 2004-11-17 01:30:15
by Diablo
hi i just wanted to know why targeting tile using.
UO.WaitTargetTile("1339",STR(UO.GetX()),STR(UO.GetY()),STR(UO.GetZ()))
would make my char jump around all over the place.
i am using client 2.0.3.

Posted: 2004-11-17 07:35:12
by AGRS
May be UO.GetZ()-1 ? ;)

Try 2 use UO.WaitTargetSelf() 2 mine tile under your char.

Posted: 2004-11-17 11:08:59
by Yoko
try to add
uo.resend()
wait(1000)

before it

Posted: 2004-11-23 04:15:43
by Diablo
I did try with the resend thing and still didn't work and alos on this shard targeting self wont work that is what i used to target on old one.