Page 1 of 1

Razor or Assist UO ?

Posted: Sun May 05, 2013 3:41 am
by tomos
Are these the same thing , which do I want to be using here on Excelsior
Thank you :)

Re: Razor or Assist UO ?

Posted: Sun May 05, 2013 7:17 am
by JimTheDM
They are basically the same. They both help you play UO but I would recommend Razor just because there are macros on the forums for that already and I am not sure about AssistUO if there are any or not.

Re: Razor or Assist UO ?

Posted: Mon May 06, 2013 1:28 am
by Algranna
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!