скрипт арчери.

Anything and all.

Moderators: Murderator+, Murderator

Post Reply
Ekkie
Posts: 56
Joined: 2005-01-13 08:40:40
Contact:

скрипт арчери.

Post by Ekkie »

Может ктото плиз сделать чтоб когда чар хилил он юзал скил спирит спик?

Code: Select all

sub Archery() 


while 1
   uo.usetype("0x13B1") # òèï îðóæèÿ
   UO.Exec("attack 0x003706B8") #àéäè 2-ãî ÷àðà
   Repeat
      wait (500)
   if uo.injournal("destroyed")then
   UO.usetype("0x13B1") # òèï îðóæèÿ
   uo.deletejournal()
   endif
   Until ((UO.GetHP("0x0025A5FF") <75)or (UO.GetHP("0x003706B8")  <100)) #
#æèçíè 1-ãî è 2-ãî ÷àðà
   repeat
   wait (500)
   UO.Exec("warmode 0") # âûêëþ÷àåì âàð ìîä 
      UO.Usetype("0x0E21") #Bandages
      UO.Exec("waittargetobject 0x003706B8") # àéäè 2-ãî ÷àðà
      wait(3500)
   Until (UO.InJournal("need you"))
      UO.DeleteJournal()
   Repeat 
      UO.Usetype("0x0E21") #Bandages
      UO.Exec("waittargetobject 0x0025A5FF")  # àéäè 1-ãî ÷àðà
      wait(3500)
   Until (UO.InJournal("need healing"))
wend
end sub


sub Healing()
   UO.SetArm('CWeapon')
   UO.Exec("bandageself")
   wait(500)
 
   UO.Arm('CWeapon')
SAMURAI
Posts: 203
Joined: 2004-07-10 00:38:43
Location: From DrW
Contact:

Post by SAMURAI »

ХМД :D
Нет ничего невозможного...
Кто ИЩЕТ, тот всегда найдёт...

Code: Select all

sub UO() 
UO.Chto-To("S Chem-To")
end sub

© I'm
Destruction
Junior Expert
Posts: 3221
Joined: 2004-06-24 22:08:56

Post by Destruction »

Code: Select all

UO.Usetype("0x0E21") #Bandages 

и
uo.useskill('Спиритс Спик')
YokoInjection CodeSweeper
Function not found?
Possession of mathematics at the level of art - a gift that is only available for election.
Sorry for my clumsy English.
Telegram: @tatikom
Post Reply