1st : the way I move isn't the best, I need something that never break which will allow my player to go to X, Y.
Code: Select all
while x<>5304 or y<>1173
uo.press(38)
wait(100)
x=uo.getx("self")
y=uo.gety("self")
wend
2nd : here is how I tell my player to take the pikeaxe and mines in front of him, it works well but I couldn't use my computer anymore ... a bit boring

Code: Select all
uo.usetype(0x0e85)
wait(100)
uo.lclick(375,255)
Thanks You !!!