UOS - Simple Crossheal

Share your guides, how-tos, FAQs, and so forth. This is not for support -- post questions in General Discussion.
Post Reply
Haswell
Posts: 44

UOS - Simple Crossheal

Post by Haswell »

Check the "Do not auto interrupt" option and assign a hotkey.

Code: Select all

// Author: Di
// Description: seek low hp friend, miniheal, disrupt paralyze and invisibility if mortaled
// Seek
@unsetalias 'target'
for 15
  @getfriend 'humanoid' 'transformation' 'friend'
  if not @findobject 'friend'
    break
  elseif @inrange 'friend' 10 and not dead 'friend'
    if criminal 'friend' or murderer 'friend'
      if @inregion 'guards' 'friend'
        continue
      endif
    endif
    if not @findobject 'target' or hits 'target' > hits 'friend'
      @setalias 'target' 'friend'
    endif
  endif
endfor
@setalias 'friend' 'target'
// Help
if @findobject 'friend' and not dead 'friend'
  if targetexists 'beneficial'
    target! 'friend'
  endif
  if paralyzed 'friend'
    cast 'clumsy' 'friend'
  elseif yellowhits 'friend'
    cast 'invisibility' 'friend'
  else
    miniheal 'friend'
  endif
  while waitingfortarget
    if criminal 'friend' or murderer 'friend'
      if @inregion 'guards' 'friend'
        sysmsg 'Target cancelled, guards zone!' 55
        cancelautotarget
        break
      endif
    endif
  endwhile
else
  headmsg '* No friend *' 25
endif
zulu2401
Posts: 2009

Re: UOS - Simple Crossheal

Post by zulu2401 »

Lol let's make a script for auto invisibility when mortal so you can get withered or conflag :D
Hugsforpeace likes this.
Top
Haswell
Posts: 44

Re: UOS - Simple Crossheal

Post by Haswell »

zulu2401 wrote:Lol let's make a script for auto invisibility when mortal so you can get withered or conflag :D
well, not everyone play a mage / will be able to perform area attacks in case you are inside guards zone / will have the ability to think and act that fast...

if you consider a gank situation it may help enough so a friend can eat an apple or drink a potion once mortal is gone ;)

ofc I just posted this to help so people can edit and make it the way they like
Russ4ua
Posts: 117

Re: UOS - Simple Crossheal

Post by Russ4ua »

I'd be ashamed for people to know I needed this in PvP
User avatar
Hugsforpeace
Posts: 283
Location: Chicago

Re: UOS - Simple Crossheal

Post by Hugsforpeace »

real men double click skill and spell icons then name plates.
Hugsforpeace, The Skunt, Doom Boss, WhoreForHire

I'm a creepy weeaboo
User avatar
Alvin
Posts: 635

Re: UOS - Simple Crossheal

Post by Alvin »

Thanks, i will check it out.
"To be stupid, selfish, and have good health are three requirements for happiness, though if stupidity is lacking, all is lost."
~Gustave Flaubert
User avatar
MMMartin
Posts: 1219

Re: UOS - Simple Crossheal

Post by MMMartin »

Hugsforpeace wrote:real men double click skill and spell icons then name plates.
aswell, real MENS use only GAMEPLAY KEYBOARD

Image
User avatar
Hugsforpeace
Posts: 283
Location: Chicago

Re: UOS - Simple Crossheal

Post by Hugsforpeace »

MMMartin wrote:
Hugsforpeace wrote:real men double click skill and spell icons then name plates.
aswell, real MENS use only GAMEPLAY KEYBOARD

Image
aswell, real UO machines use ps2 ports.
Hugsforpeace, The Skunt, Doom Boss, WhoreForHire

I'm a creepy weeaboo
Post Reply