Page 1 of 1

[AssistUO] Resisting Spells/Eval Int/Med macro

Posted: Mon May 06, 2013 1:55 am
by Algranna
Mornin all.

Nothing special, just something I thought I would share for those people who may be starting macroing with AUO rather than Razor.

This [very basic] macro will simply spam 2 low level debuffs on your self, and med when needed.
Enjoy!

Code: Select all

if mana <= 4
 useskill 'Meditation'
 pause 15000
else
 cast 'Clumsy'
 target 'self'
 pause 2000
 cast 'feeblemind'
 target 'self'
 pause 2000
endif