Targeting tile

Ask for help

Moderators: Murderator+, Murderator

Post Reply
Diablo
Posts: 16
Joined: 2004-07-22 16:41:14

Targeting tile

Post 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.
AGRS
Expert!
Posts: 1007
Joined: 2004-04-04 21:40:09
Contact:

Post by AGRS »

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 »

try to add
uo.resend()
wait(1000)

before it
Diablo
Posts: 16
Joined: 2004-07-22 16:41:14

Post 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.
Post Reply