Yoko

All sides of Injection
It is currently 2025-11-23 17:39:48

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
PostPosted: 2004-10-05 00:45:07 
Offline

Joined: 2004-08-30 02:29:19
Posts: 11
Короче нарыл на этом форуме скриптик на тейлоринг рабочий (один из немногих рабочих если честно). Но надо бы чтоб он сделаные бинты скидывал в сундук, тоесть так
Брал из сундука ткань
Делал штаны (long pants)
Резал штаны на бинты
Скидывал бинты в сундук

Скрипт вот


sub main()
UO.CancelMenu()
UO.AutoMenu('Legwear','long pants')
UO.AutoMenu('Cloth','Legwear')

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('0x1539')
UO.UseType('0x0F9E')
wait(2000)
wend
UO.CancelMenu()


end sub


Помогите если не влом! Заранее спасибо :)!


Top
   
PostPosted: 2004-10-05 08:24:25 
Offline
Expert!
User avatar

Joined: 2004-07-04 00:14:58
Posts: 1284
Manyak wrote:
Code:
sub main() 
var idSunduk='...'
   UO.CancelMenu()
   UO.AutoMenu('Legwear','long pants')
   UO.AutoMenu('Cloth','Legwear')
   
   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('0x1539')
      UO.UseType('0x0F9E')
      wait(2000)
     
      UO.FindType('XxXXXX','-1','backpack')
      if UO.GetQuntity('finditem') > 0 then
             UO.MoveItem('finditem','-1',idSunduk)
      end if

   wend
   UO.CancelMenu()
end sub


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

All times are UTC+02:00


Who is online

Users browsing this forum: No registered users and 3 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:  
Powered by phpBB® Forum Software © phpBB Limited