Razor or Assist UO ?

Name says it all
Locked
tomos
Novice Scribe
Posts: 6
Joined: Sat May 04, 2013 5:17 am

Razor or Assist UO ?

Post by tomos »

Are these the same thing , which do I want to be using here on Excelsior
Thank you :)
User avatar
JimTheDM
Elder Scribe
Posts: 175
Joined: Sat Oct 01, 2011 10:10 pm

Re: Razor or Assist UO ?

Post 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.
Jamkul
Guild Master
Ghost Walkers Guild (GW)
Algranna
Apprentice Scribe
Posts: 10
Joined: Mon May 06, 2013 1:17 am

Re: Razor or Assist UO ?

Post 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!
Attachments
selfheal.JPG
selfheal.JPG (31.04 KiB) Viewed 2242 times
Locked