Ask for help
Moderators: Murderator+ , Murderator
Diablo
Posts: 16 Joined: 2004-07-22 16:41:14
Post
by Diablo » 2004-11-17 01:30:15
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.
AGRS
Expert!
Posts: 1007 Joined: 2004-04-04 21:40:09
Contact:
Post
by AGRS » 2004-11-17 07:35:12
May be UO.GetZ()-1 ?
Try 2 use UO.WaitTargetSelf() 2 mine tile under your char.
Yoko
Site Admin
Posts: 1964 Joined: 2004-04-03 16:49:38
Contact:
Post
by Yoko » 2004-11-17 11:08:59
try to add
uo.resend()
wait(1000)
before it
Diablo
Posts: 16 Joined: 2004-07-22 16:41:14
Post
by Diablo » 2004-11-23 04:15:43
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.