Code: Select all
sub main()
start:
UO.FindType('0x0DE1','0x0000','ground') ; container vs kindling
If UO.GetQuantity('finditem')>0 Then
UO.Grab('1','finditem')
UO.DropHere('finditem')
UO.UseObject('finditem')
wait(5000)
cook:
UO.FindType('0x0DE3','0x0000','ground')
if UO.FindCount('finditem')>0 then
uo.waittargetground(0x0DE3)
wait(500)
uo.usetype(0x097A)
wait(2500)
end if
goto cook
wait(5000)
goto start
end sub
Помогите поправить. Что то глючит....
Есть пара ошибок, а как поправить что то не приходит в голову.