Veterinary ress kill script help

Ask for scripts here

Moderators: Murderator+, Murderator

Post Reply
engong
Posts: 3
Joined: 2017-10-24 03:02:00

Veterinary ress kill script help

Post by engong »

Hello

I am new to write my own script and i am stuck now. Can anyone help me to get it to work thx.


Code: Select all

sub Veterinary()
   Repeat   #Kill Ostard
      UO.DeleteJournal()
      UO.LClick(862,354) #Attack (dubble left click to attack)
      UO.LClick(862,354) #Attack
      Wait(13000)
    Until FALSE
end sub

sub Ress()
   Repeat    #Ress Ostard
      UO.DeleteJournal()
      UO.LClick(867,372) #use bandages on ostard
      UO.Usetype("0x0e21") #bandages id
      Wait(13000)
      Repeat
         if UO.InJournal("resurrected") Then
            Veterinary()
end sub
Post Reply