help me with waittargettile

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
lixo
Posts: 9
Joined: 2004-05-08 00:34:20

help me with waittargettile

Post by lixo »

well, this isnt working
u = UO.GetX()
t = UO.GetY()

UO.UseType("pickaxe")
UO.WaitTargetTile ("1339", "u", "t", "0")

apear a windows saying "parse error"

what this 1339 means, btw?


and

if i change waittargettile for this line
UO.WaitTargetTile("1339",STR(UO.GetX()),STR(UO.GetY()),"0")
it only work in some mines... there are some mine that it dont work

can anyone help me please?
Daioh
Posts: 63
Joined: 2004-06-28 19:06:26
Contact:

Re: help me with waittargettile

Post by Daioh »

lixo wrote:UO.WaitTargetTile ("1339", "u", "t", "0")

Change to
UO.WaitTargetTile ("1339", u, t, "0")
Post Reply