Again, used both here, and going to stay with AssistUO personally.
The macro engine is a lot more robust, and from what I have read, the plan [eventually] is to make AssistUO a full replacement for even such tasks as can only be performed in EasyUO.
From looking at the macro engine at the moment, I can see it may just be possible eventually.
For Example:
Code: Select all
if mana <= 10
useskill 'Meditation'
pause 10000
endif
if skill 'Bushido' <= 50
cast 'Confidence'
pause 2000
else
target 'enemy'
cast 'Lightning Strike'
endif
Set to loop and go kill things.
Not the best and not exactly an ideal macro. But it does have a lot more flexibility than razor.
Also some other functions are included:
A Spellgrid setup that actually seems to work! Just remember to save your profile!
And my personal favourite - stamina scaling self autobandages!