Yoko

All sides of Injection
It is currently 2025-11-23 13:31:01

All times are UTC+02:00




Post new topic  Reply to topic  [ 6 posts ] 
Author Message
PostPosted: 2008-01-10 02:27:46 
Offline

Joined: 2006-03-05 17:13:50
Posts: 37
У меня такая прозьба : Пример .Ты облажил чара, кильнул, облутал, можно ли нажатием др. кнопки собрать эти столбики? Если есть скиньте плиз! :oops:


Top
   
PostPosted: 2008-01-10 08:49:53 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
Dim wrote:
У меня такая прозьба : Пример .Ты облажил чара, кильнул, облутал, можно ли нажатием др. кнопки собрать эти столбики? Если есть скиньте плиз! :oops:


Конечно есть ))

1) Ищем стотлбики на земле
2)Пока есть, собираем
3)Все

Дальше включаем голову, смотрим раздел уроков и вперед ) :twisted:


Top
   
PostPosted: 2008-01-10 09:49:07 
Offline

Joined: 2006-03-05 17:13:50
Posts: 37
Kynep wrote:
Dim wrote:
У меня такая прозьба : Пример .Ты облажил чара, кильнул, облутал, можно ли нажатием др. кнопки собрать эти столбики? Если есть скиньте плиз! :oops:


Конечно есть ))

1) Ищем стотлбики на земле
2)Пока есть, собираем
3)Все

Дальше включаем голову, смотрим раздел уроков и вперед ) :twisted:





Мда
:?


Top
   
PostPosted: 2008-01-10 10:43:30 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
Dim wrote:
Мда
:?


А как ты хотел ))) Нужно же когда то начинать :twisted:
Code:
sub podbor()
VAR stolb = ' ' #Тип столба

UO.FindType(stolb, '-1', 'ground')
   If UO.FindCount() > 0 then
      repeat
         UO.MoveItem('finditem', '0', 'backpack')
         wait(500)
         UO.FindType(stolb, '-1', 'ground')
      until not UO.FindCount()
   end if
end sub

Пробуй ))


Top
   
PostPosted: 2008-01-10 18:14:56 
Offline

Joined: 2006-03-05 17:13:50
Posts: 37
Kynep wrote:
Dim wrote:
Мда
:?


А как ты хотел ))) Нужно же когда то начинать :twisted:
Code:
sub podbor()
VAR stolb = ' ' #Тип столба

UO.FindType(stolb, '-1', 'ground')
   If UO.FindCount() > 0 then
      repeat
         UO.MoveItem('finditem', '0', 'backpack')
         wait(500)
         UO.FindType(stolb, '-1', 'ground')
      until not UO.FindCount()
   end if
end sub

Пробуй ))




Пишет You are moving items to fast (((((((


Top
   
PostPosted: 2008-01-10 18:59:46 
Offline
Expert!
User avatar

Joined: 2006-02-07 08:51:40
Posts: 1348
Location: г. Старый Оскол
Dim wrote:
Kynep wrote:
Dim wrote:
Мда
:?


А как ты хотел ))) Нужно же когда то начинать :twisted:

Пробуй ))


Пишет You are moving items to fast (((((((



Сделай задержку побольше тут:
Code:

         UO.MoveItem('finditem', '0', 'backpack')
         wait(1500)
       


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 6 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:  
Powered by phpBB® Forum Software © phpBB Limited