вообщем недавно я просил скрипт на розкладку перье по 1 шт, спасибо за помощ. но он недавно перестал работать =(((
когда запускаю скрипт и указываю перья, инжа кидает перья(весь стак) за сумку ( за графику сумки, но перья остаются в сумке) и не розкидывает их ((, можно ли как то это исправить и что бы перья кидапись рандомно по паку, а не один поверх другого? спасибо
скрипт:
sub main() sub ItemSharing() var delay = 500 ; пауза uo.print("Укажи объект для раскладки по 1шт.") uo.addObject("item to share") while uo.targeting() wait(100) wend while uo.getQuantity("item to share") > 1 uo.moveitem("item to share", uo.getQuantity("item to share")-1, uo.containerOf("item to share"), uo.getX("item to share"), uo.getY("item to share"), uo.getZ("item to share")) wait(delay) wend end sub
sub main() sub ItemSharing() var delay = 500 ; пауза uo.print("Укажи объект для раскладки по 1шт.") uo.addObject("item to share") while uo.targeting() wait(100) wend while uo.getQuantity("item to share") > 1 uo.moveitem(("item to share"), str(uo.getQuantity("item to share")-1), (uo.containerOf("item to share")), uo.Random(200), uo.Random(200), str(uo.getZ("item to share"))) wait(delay) wend end sub
Last edited by DerMeister =) on 2006-04-09 23:27:02, edited 1 time in total.
sub main() sub ItemSharing() var delay = 500 ; пауза uo.print("Укажи объект для раскладки по 1шт.") uo.addObject("item to share") while uo.targeting() wait(100) wend while uo.getQuantity("item to share") > 1 uo.moveitem(("item to share"), str(uo.getQuantity("item to share")-1), (uo.containerOf("item to share")), uo.Random(200), uo.Random(200), str(uo.getZ("item to share"))) wait(delay) wend end sub