well all my guys names are really close and i was wonder if there was a exact name auto follow macro
Printable View
well all my guys names are really close and i was wonder if there was a exact name auto follow macro
well you could try.........
/target "Exact Name"
/follow
I wonder if the following works:
/follow [target=targetname]
would be nice to get rid of that target thingy, I'm gonna try that when i get home.
Have your slaves focus your master.
Then use the following macro;
This way they won't target your master. You can also do the same thing for assist. :)Code:/follow focus
I hope this was what you were looking for.
You can follow with the character name.
/follow abc
where abc is the name of you character. Type the exact name and it will follow that character, regardless of focus or target.
I use the Designated Driver addon personally. Fight, then type /dd and away you go. It will auto follow whoever typed it. You can look it up on curse.
If you're using focus assist, or party1 assist you can always
/follow focus or /follow party1 -- although I've never tried the second...
/follow also accepts the key unit conditionals... so
So you have to watch out with target conditionals.Code:/follow [target=focus,dead] [target=focus,noexists] party1; focus
/targetexact <personName>
/follow
I had the same issue with "Velath" and "Velathi".
If I did /target Velath SOMETIMES it would get "Velathi" instead.
I use the second one so I can say that it does work.Quote:
Originally Posted by 'Depherios',index.php?page=Thread&postID=109519#po st109519
Try this:
/script FollowUnit( "exactcharactername" )
Thats very similar to what I do, although I do it with a variable and an addon I'm writing.
Ahh good, plan to rework my PvE team (all different classes) to use party1 so I can use my focus for CC, eventually.Quote:
Originally Posted by 'wetstreet',index.php?page=Thread&postID=110011#po st110011