Вот сам скрипт
Code: Select all
sub Camping()
var i,j,mX=uo.GetX(),mY=uo.GetY(),mZ=uo.GetZ(),time=uo.Time()
uo.FindType('0x0DE1',-1,'backpack')
while uo.findcount()
for i=mx-3 to mx+3
for j=my-3 to my+3
uo.FindType('0x0DE1',-1,'backpack')
uo.Grab("finditem","1","ground",str(i),str(j),str(mz))
checklag()
wait(1000)
uo.FindType('0x0DE1','0x0000','ground')
;if uo.findcount() then
checklag()
uo.UseObject('finditem')
wait(4000)
; endif
uo.FindType('0x0DE1',-1,'backpack')
wend
end sub