Yoko

All sides of Injection
It is currently 2026-01-16 22:01:12

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Tailoring
PostPosted: 2004-04-27 14:55:50 
Offline

Joined: 2004-04-27 14:52:52
Posts: 1
Люди дайте скрипт на тейлоринг...

_________________
Get lowww


Top
   
 Post subject: Re: Tailoring
PostPosted: 2004-05-22 07:51:08 
Offline

Joined: 2004-04-16 09:18:08
Posts: 25
F-master wrote:
Люди дайте скрипт на тейлоринг...


Шьет и режет на бинты, у себя нужно иметь ткань, ножницы и инструмент для пошива.
Code:
sub main()
   UO.CancelMenu()
   UO.AutoMenu('Misc','body')
   UO.AutoMenu('Cloth','Misc')
   
   while UO.Count('0x175D')>10
   UO.DeleteJournal()
      UO.WaitTargetType('0x175D')
      UO.UseType('0x0F9D')
   while NOT UO.InJournal("You put") AND NOT UO.InJournal("Tailoring failed")
         wait(50)
   wend

       UO.WaitTargetType('0x1541')
      UO.UseType('0x0F9E')
      wait(2000)
   wend
   UO.CancelMenu()
   

end sub


Top
   
 Post subject:
PostPosted: 2004-05-24 19:53:33 
Offline

Joined: 2004-05-24 19:50:37
Posts: 2
вот другой скрипт:

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 тряпок - делает робы(под свой скилл можете подкорректировать,что шить), после того как из оставшихся тряпок сделать ничего нельзя будет - чар режет робы на бинты...потом всё сначала
в паке должны быть ножницы и нитки...


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 3 posts ] 

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Limited