Smart Magic Arrow PVP by Jaseowns
# Smart Magic Arrow PVP by Jaseowns
# UO Outlands
// make sure they are weak or break their magic reflect
// magic arrow
// clumsy
// weaken
// feeblemind
@setvar! checkLastTarget lasttarget
@setvar! checkSelf self
if targetexists 'beneficial' or targetexists 'neutral'
hotkey 'Cancel Current Target'
endif
while not targetexists 'harmful'
cast 'Magic Arrow'
endwhile
if checkLastTarget = checkSelf
overhead "Not gonna blow yourself up" 34
stop
else
target lasttarget
endif