Yoko

All sides of Injection
It is currently 2025-12-03 05:52:40

All times are UTC+02:00




Post new topic  Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Нужен скрипт
PostPosted: 2006-12-12 14:01:00 
Offline

Joined: 2006-12-09 11:15:34
Posts: 3
Может кто написать скрипт! Если такой сделать можно, ну слушайте : надо чтобы всю руду каторая есть в чемодане по 1 разделил а потом на каждую по 2 раза кликал=)


Top
   
 Post subject:
PostPosted: 2006-12-12 14:39:05 
Offline
User avatar

Joined: 2006-12-04 00:23:37
Posts: 36
Code:
sub perekladka() 
  repeat
         UO.Findtype('0x19B9', '-1','backpack')     
         If UO.Findcount() == 0 Then
            UO.Findtype('0x19B8', '-1','backpack')
            If UO.Findcount() == 0 Then
               UO.Findtype('0x19BA', '-1','backpack')
               If UO.Findcount() == 0 Then
                  UO.Findtype('0x19B7', '-1','backpack')
                  If UO.Findcount() == 0 Then
                    return
                  Endif
               Endif
            Endif
         Endif
      UO.moveitem('finditem','1','backpack',44,121,0 )
      Wait(100)
  until uo.findcount()== 0
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 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:  
Powered by phpBB® Forum Software © phpBB Limited