vzat veshi katoriji pod tebja
Posted: 2006-08-14 13:41:18
nazhimae6 knopku i 4ar berot v backpack to 6to na danij moment naxoditsa u nego pod nogami.
neykago nety skripta takoga?
neykago nety skripta takoga?
Code: Select all
uo.Set('finddistance','1')
Code: Select all
sub AFKLoot2()
If uo.getglobal('AFKLoot')=='On' then
uo.setglobal('AFKLoot',0)
uo.print(' !!! -= AFKLoot Terminated =- !!! ')
uo.exec('terminate AFKLoot')
else
uo.setglobal('AFKLoot','On')
uo.print(' !!! -= AFKLooting =- !!! ')
uo.set('finddistance','3')
uo.exec('addobject bag')
while uo.targeting()
wait(100)
wend
while uo.weight < uo.str*4
UO.FindType( -1 , -1 ,'ground')
while UO.FindCount()
uo.moveitem('finditem', 0 ,'bag')
uo.ignore('finditem')
Wait(500)
CheckLag()
UO.FindType( -1 , -1 ,'ground')
wend
wait(100)
wend
uo.setglobal('AFKLoot',0)
end sub
Code: Select all
sub LootMe()
uo.set('finddistance','3')
UO.FindType( -1 , -1 ,'ground')
while UO.FindCount()
uo.moveitem('finditem')
uo.ignore('finditem')
Wait(500)
UO.FindType( -1 , -1 ,'ground')
wend
wait(100)
end sub
Code: Select all
sub main()
uo.set('finddistance','3')
while true
UO.FindType( -1 , -1 ,'ground')
If UO.FindCount() then
uo.moveitem('finditem')
uo.ignore('finditem')
Wait(200)
Endif
Wait(250)
wend
end sub
Bangbuss wrote:vot eto uzhe chota polu46e, vot toka e6o odna problema etot tvoj skript ja vklu4il i on rabotaet postajano, vso reme i6et pod nagami 6tota. Mozhno sdelat kak na hotkey, nazhal knopku i 4ar podnjal to 6to na zemle i vso.
Code: Select all
sub main()
uo.set('finddistance','3')
UO.FindType( -1 , -1 ,'ground')
If UO.FindCount() then
uo.moveitem('finditem')
uo.ignore('finditem')
Wait(200)
Endif
Wait(250)
end sub