like log ore blankscroll
and here have a sample way to anti-lag .i think it is a good solution
Sript Begin
---------------------------------------
Code: Select all
var log=uo.count("log")
sub bowmake()
start:
uo.waitmenu("make","Bow")
uo.waittargettype("log")
uo.usetype("dagger")
waitraw("log",log)
goto start
end sub
sub waitraw(raw,rawnum)
var sum=0
while Uo.Count(raw)==rawnum and sum< 60
wait(2000)
sum=sum+1
wend
log=uo.count("log")
end sub
-------------------------------------------
Script end
var log is a globe variable in the script