Log in

View Full Version : Can't get my /follow macro to work.



Arryth
05-14-2008, 10:59 AM
Being that the character I want followed is named Aarrinah, I did the following macro...



/follow [target=Aarrinah, nodead]; [target=Barrinah, nodead]; [target=Carrinah]



When used it just gives me the "unknown unit" error.. if I just type
"/follow Aarrinah" it works. I want to use this as part of my macro
setup to change mains being followed when the lead dies.

Any one know where im going wrong here?

Eteocles
05-14-2008, 11:06 AM
Change /follow to /target, then add a 2nd line for just plain "/follow"

Arryth
05-14-2008, 11:25 AM
Thanks mate. I was using on of the posted macros from Suvega's sweet guide. I could not for the life of me figure out what I was messing up. Must have been a typo there.

Eteocles
05-14-2008, 11:33 AM
Aye I think it's because /follow was intended to be simply /follow and doesn't play nicely with targeting, /target can handle that(/t or /tar if yer short on the character limit) and simple /follow works well enough =)