Page 1 of 1

Loot s pola !

Posted: 2008-04-18 16:31:17
by BlasTin
sub Loot2()
uo.Set('finddistance','3')
uo.Ignore('self')
uo.FindType('-1','-1','ground')
while uo.FindCount() && uo.Weight <= 600
uo.findtype('-1','-1','ground')
uo.moveitem('finditem','all','backpack')
wait(750)
wend
uo.IgnoreReset()
endsub

Почему когда он что-то залутал не выключается ??

Re: Loot s pola !

Posted: 2008-04-18 19:03:39
by Kynep
BlasTin wrote:
Почему когда он что-то залутал не выключается ??


Это:

Code: Select all

while uo.FindCount() && uo.Weight <= 600

Замени на это:

Code: Select all

while uo.FindCount() > 0