Discussion in   Tutorials   started     10 years ago   October 08, 2013, 03:11:08 PM   by   Kyn

Assist UO: Harm Spam

Kyn
Offline
336 Posts
Topic :   Assist UO: Harm Spam
10 years ago  October 08, 2013, 03:11:08 PM

This script covers fireball, magic arrow and harm spam. One key and thats all ;)


Code: [Select]

if @inrange 'enemy' 10
  // Dump harmful target into current enemy
  if targetexists 'harmful'
    target! 'enemy'
    // Harm if enemy is standing next to you
  elseif @inrange 'enemy' 1
    cast 'Harm' 'enemy'
  else
    // Handle sequence, alias trick
    if not @findalias 'Sequencing'
      cast 'Magic Arrow' 'enemy'
      @setalias 'Sequencing' 'self'
    else
      cast 'Fireball' 'enemy'
      @unsetalias 'Sequencing'
    endif
    // Wait until cast is finished
    while waitingfortarget 'harmful'
    endwhile
  endif
endif

Blackbeard
Offline
15 Posts
#1 Re :   Assist UO: Harm Spam
10 years ago  April 09, 2014, 11:30:11 PM

Don't think it works >.< but im new to UO steam im moving over from Razr just to try it out.

Kyn
Offline
336 Posts
#2 Re :   Assist UO: Harm Spam
10 years ago  April 10, 2014, 12:09:46 AM

Don't think it works >.< but im new to UO steam im moving over from Razr just to try it out.


Tried and tested :D