It is currently 29 Mar 2024, 13:17

All times are UTC + 2 hours [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
PostPosted: 13 Nov 2017, 21:01 
Offline
Начинающий игрок

Joined: 06 Nov 2017, 23:24
Posts: 11
Code:
Sub Drop()
   ;---------------------------------------------------------------------
   uo.findtype('0x19B9','0x0000','backpack')  ;
   if uo.findcount() > 0 then
      UO.Drop('-1',1,1,0,'finditem')
      wait(300)
   endif
   ;-----------------------------------------------------------------------
endsub

народ как сюда добавить что бы не только скидывал айрон а сразу несколько типов руд???


Top
 Profile  
 
PostPosted: 13 Nov 2017, 23:51 
Offline
Игрок
User avatar

Joined: 16 Oct 2012, 22:06
Posts: 191
Location: Aalborg, Denmark
ice_k7 wrote:
Code:
Sub Drop()
   ;---------------------------------------------------------------------
   uo.findtype('0x19B9','0x0000','ади тут','ади тут','backpack')  ;
   if uo.findcount() > 0 then
      UO.Drop('-1',1,1,0,'finditem')
      wait(300)
   endif
   ;-----------------------------------------------------------------------
endsub

народ как сюда добавить что бы не только скидывал айрон а сразу несколько типов руд???


с inject ом не знаком, но думаю так.


Top
 Profile  
 
PostPosted: 14 Nov 2017, 00:02 
Offline
Новичок

Joined: 03 Sep 2017, 14:55
Posts: 6
Code:
   uo.findtype('0x19B9','0x0000','backpack')#iron
   if uo.findcount() > 0 then
      UO.Drop('-1',1,1,0,'finditem')
      wait(300)
   endif
   uo.findtype('0x19B9','0x0AB2','backpack')#copper
   if uo.findcount() > 0 then
      UO.Drop('-1',1,1,0,'finditem')
      wait(300)
   endif
   uo.findtype('0x19B9','0x0488','backpack')#bronze
   if uo.findcount() > 0 then
      UO.Drop('-1',1,1,0,'finditem')
   endif


Top
 Profile  
 
PostPosted: 14 Nov 2017, 18:17 
Offline
Начинающий игрок

Joined: 06 Nov 2017, 23:24
Posts: 11
спс
попробую:)


Top
 Profile  
 
PostPosted: 26 Nov 2017, 12:47 
Offline
Новичок

Joined: 24 Nov 2017, 19:52
Posts: 5
А как заставить ковать мечи?
Code:
sub BS()
   uo.findtype('0x1BEF','0x0000','backpack')
   UO.WaitTargetType('0x1BEF')
   UO.UseType('0x13E3')
   wait(3000)
   While uo.count('0x1BEF') > 9
      UO.SendGumpSelect(58)   
      wait(7000)
      PlavcaItem()
   wend 
endsub

Пишнт что нет такого гампа.


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

All times are UTC + 2 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 205 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 Group