| Yoko http://forum.yoko.com.ua/ |
|
| Tailoring http://forum.yoko.com.ua/viewtopic.php?f=20&t=202 |
Page 1 of 1 |
| Author: | F-master [ 2004-04-27 14:55:50 ] |
| Post subject: | Tailoring |
Люди дайте скрипт на тейлоринг... |
|
| Author: | ИгорьАлек [ 2004-05-22 07:51:08 ] |
| Post subject: | Re: Tailoring |
F-master wrote: Люди дайте скрипт на тейлоринг...
Шьет и режет на бинты, у себя нужно иметь ткань, ножницы и инструмент для пошива. Code: sub main() |
|
| Author: | I][][ [ 2004-05-24 19:53:33 ] |
| Post subject: | |
вот другой скрипт: sub tailoring() while 1 if uo.count(0x175D)<30 then move_clothes_to_pack() uo.findtype('0x175D',-1,0x40118E88) uo.grab('300','finditem') wait(1000) end if do_robes() wait(10500) wend end sub sub do_robes() uo.waitmenu('Cloth','Shirts','Shirts','robe') uo.usetype('0x0F9D') uo.waitmenu('What do you want to use the sewing kit on?') uo.waittargettype('0x175D') end sub sub move_clothes_to_pack() uo.findtype('0x1F03',-1,'0x4007477A') if uo.findCount()>0 then for var i=0 to uo.findCount()-1 uo.findtype('0x1F03',-1,'my') uo.usetype('0x0F9E') uo.waitmenu('What do you want to use this on?') uo.waittargettype('0x1F03') wait(1000) next endif endsub sub to_30() while 1 if uo.count(0x1515)<5 then move_staffs_to_pack() uo.findtype('0x1515',-1,0x400CE918) uo.grab('30','finditem') wait(1000) end if do_robes() wait(1000) wend endsub ...берёт из ящика 300 тряпок - делает робы(под свой скилл можете подкорректировать,что шить), после того как из оставшихся тряпок сделать ничего нельзя будет - чар режет робы на бинты...потом всё сначала в паке должны быть ножницы и нитки... |
|
| Page 1 of 1 | All times are UTC+02:00 |
| Powered by phpBB® Forum Software © phpBB Limited https://www.phpbb.com/ |
|