| Yoko http://forum.yoko.com.ua/ |
|
| Loot s pola ! http://forum.yoko.com.ua/viewtopic.php?f=20&t=13512 |
Page 1 of 1 |
| Author: | BlasTin [ 2008-04-18 16:31:17 ] |
| Post subject: | Loot s pola ! |
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 Почему когда он что-то залутал не выключается ?? |
|
| Author: | Kynep [ 2008-04-18 19:03:39 ] |
| Post subject: | Re: Loot s pola ! |
BlasTin wrote: Почему когда он что-то залутал не выключается ?? Это: Code: while uo.FindCount() && uo.Weight <= 600 Замени на это: Code: while uo.FindCount() > 0 |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|