How to get the name of target's merc?

Wolfborn

New member
Joined
Jun 1, 2013
Messages
145
Reaction score
5
Points
0
Location
Texas of course!
I can find the name of my merc with

${Me.Mercenary.Name} or ${Me.Mercenary.CleanName}

but I can't find the name of anyone else's mercenary.

${Target.Mercenary.Name} returns
No such "target" member "Mercenary".

I'm able to get the Merc's owner via ${Target.Owner}
I'm able to get the Target's pet name via ${Target.Pet.Name}

Is there something I'm missing?
How can I get a target's Merc name?

-Wolf
 
Last edited:
Me.Mercenary.blah is self mercenary only. As is Mercenary.Blah.

I dont see any method to directly access merc info via Target.blah. Now if your target is a merc, then you can access the owner by: Target.Owner.