Yoko

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

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2004-09-28 20:08:31 
Offline

Joined: 2004-09-12 10:48:45
Posts: 6
sub tailoring()
while 1
if uo.count(0x175D)<30 then
move_clothes_to_pack()
uo.findtype('0x175D',-1,0x40272F96)
uo.grab('300','finditem')
wait(1000)
end if
do_robes()
wait(10500)
wend
end sub
sub do_robes()
uo.waitmenu('Cloth','Headwear','Headwear','skullcap')
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('0x1543',-1,'0x4007477A')
if uo.findCount()>0 then
for var i=0 to uo.findCount()-1
uo.findtype('0x1543',-1,'my')
uo.usetype('0x0F9E')
uo.waitmenu('What do you want to use this on?')
uo.waittargettype('0x1543')
wait(700)
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


Вот скрипт работает правильно но нехочет резать изделие на бинты помогите исправьте или дайте какойнибуть другой скрипт чтобы прокачать тейлоринг до 59% штобы робы делать можно было.
Плиззз помогите!!!


Top
   
 Post subject:
PostPosted: 2004-09-29 00:08:45 
Offline

Joined: 2004-08-18 21:43:57
Posts: 26
sub tailoring()
UO.CancelMenu()
var counterr , cont=20 , Meshochek , Bochka1=0x400911E7 , Bochka2=0x40092676
UO.AutoMenu('Cloth','Shirts')
UO.AutoMenu('Shirts','Robe')
repeat
UO.FindType(0x175D,-1,1)
UO.Grab('220','finditem')
wait(1000)
if cont>15 then
UO.FindType(0x0E76,-1,Bochka1)
Meshochek=UO.GetSerial('finditem')
wait(500)
UO.Grab(0,Meshochek)
wait(1000)
UO.MoveItem(Meshochek,0,Bochka2)
cont=0
end if
cont=cont+1

while UO.Count(0x175D)>20
UO.FindType(0x1F03,-1,2);Robe
;UO.FindType(0x1515,-1,2);Cape
if UO.FindCount()>0 then
UO.MoveItem('finditem',0,Meshochek) ; Если нужно резать на бинты меняем эту строчку на UO.WaitTargetObject('Finditem') и UO.UseObject('nognitsi')
wait(500)
end if

UO.WaitTargetType(0x175D)
UO.UseObject(0x40074DC4)
while not (UO.InJournal('put the')or UO.InJournal('Tailoring failed') or counterr>20)
wait(500)
counterr=counterr+1
wend
counterr=0
UO.DeleteJournal()
wend
until False
end sub


Top
   
 Post subject:
PostPosted: 2004-09-29 22:11:11 
Offline

Joined: 2004-09-12 10:48:45
Posts: 6
Я немогу робы делать тейлор 41% дайте плизз на чтонибуть што я могу делать!!!
СПАСИБО!


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 1 guest


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