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
Почему когда он что-то залутал не выключается ??
Loot s pola !
Moderators: Murderator+, Murderator
Loot s pola !
..l.
Re: Loot s pola !
BlasTin wrote:
Почему когда он что-то залутал не выключается ??
Это:
Code: Select all
while uo.FindCount() && uo.Weight <= 600
Замени на это:
Code: Select all
while uo.FindCount() > 0