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
Code: Select all
uo.usetype(0x0e85)
wait(100)
uo.lclick(375,255)