Yoko

All sides of Injection
It is currently 2025-12-20 00:54:13

All times are UTC+02:00




Post new topic  Reply to topic  [ 3 posts ] 
Author Message
PostPosted: 2005-08-16 17:59:44 
Offline

Joined: 2005-08-15 16:13:32
Posts: 5
Подскожите скрипт чтобы сам oдевалcя у столбов.

Ja ranse polzovalsia etim macrom

Code:
sub Stuff()
UO.LDblClick(334,233);pervi stolb
wait(200)
UO.LClick(209,305);lama
wait(150)
UO.LDblClick(334,233);pervi stolb
wait(150)
UO.LClick(209,186);binti
wait(200)
UO.LDblClick(334,233);pervi stolb
wait(200)
UO.LClick(210,205);potions
wait(150)
UO.LDblClick(334,233);pervi
wait(200)
UO.LClick(209,226);regentai
wait(150)
UO.LDblClick(377,277);ftaroi stolb
wait(200)
UO.LClick(144,205);armor
wait(150)
UO.LDblClick(422,322);trety stolb
wait(200)
UO.LClick(59,202);Swordsmaship
wait(150)
UO.LClick(173,206);Sword
wait(150)
UO.LDblClick(422,322);trety
wait(200)
UO.LClick(58,262);Archery
wait(150)
UO.LClick(214,205);Bow
end sub

No jesli ktonibut v etat mament prixodit na target UO.LDblClick mark sbivajetsa. Ja iscio probaval etat makr viewtopic.php?p=15058#15058 no stota on nerabotaet.


Last edited by Thasd on 2005-08-16 18:02:34, edited 1 time in total.

Top
   
 Post subject:
PostPosted: 2005-08-16 18:01:53 
Offline
Expert!
User avatar

Joined: 2004-10-15 22:38:04
Posts: 1396
Location: Moscow City.
И почему поиск неработает нормально? :roll:

_________________
The End.


Top
   
 Post subject:
PostPosted: 2005-08-16 18:03:47 
Offline

Joined: 2005-08-15 16:13:32
Posts: 5
Ja nasol adyn makr zdelani autoram "666Man666" nerabotaet.

Для молодых бойцов.(Скрипты для ПВП Альфа) viewtopic.php?p=15058#15058

######### Одевалка ##########
Сразу скажу, настраивать сложно, и муторно... :(
Одевается у столбов каторые !НЕ У БАНКА!

Code:
sub Dress_alfa_man()
If UO.Dead() Then
   UO.Print("You are Dead")
   Return
End If
var n

Dim Select[4]
Select[0] = 3
Select[1] = '1'  ; Бинты
Select[2] = '12' ; Химия 2
Select[3] = '3'  ; Реги

Dim Item[4]
Item[0] = 3
Item[1] = '0x0E21'
Item[2] = '0x09B0'
Item[3] = '0x0E76'

If UO.GetGlobal('NorbcalcCheck')<>'yes' Then
   UO.Set('norbcalc','1')
   UO.SetGlobal('NorbcalcCheck','yes')
End If
If UO.GetGlobal('DressCheck')<>'on' Then
   UO.SetGlobal('DressCheck','on')
      If NOT UO.ObjAtLayer('Torso') or UO.Count('0x0EFA')==0 Then ;Проверка на пак
         UO.UseObject('backpack')
         Wait(1000)
      End If
      If UO.CountGround('0x0ED4','0x08BB') and UO.CountGround('0x0ED4','0x079B') Then
         If NOT UO.ObjAtLayer('Torso') Then
            UO.Recall('0x4001361C','7') ; Армор(Композит)
               REPEAT
                  Wait(300)
               Until UO.ObjAtLayer('Torso')
         End If
         If NOT UO.ObjAtLayer('Horse') Then
            UO.Recall('0x40013766','4') ; Зострич
               REPEAT
                  Wait(300)
               Until UO.ObjAtLayer('Horse')
         End If
         For n = 1 TO Select[0]
            If UO.Count(Item[n])==0 Then
               UO.Recall('0x40013766',Select[n])
               UO.DeleteJournal()
                  REPEAT
                     Wait(300)
                  Until UO.InJournal("You put")
            End If
         Next
         UO.Print('Done!')
      Else
         UO.Print("I don't see equipment stone!")
      End If
   UO.SetGlobal('DressCheck','off')
Else
   UO.Print("Wait")
End If
end sub


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