#need help getting nameplate unit in "Conditions"

4 messages · Page 1 of 1 (latest)

hoary dagger
#

im trying to show a faction icon above nameplates which i was hoping was simple but found this weakaura that was doing target only and i changed the triggers to nameplates and trying to change the condition

New (mine): https://wago.io/Kl29mb5c_
Original: https://wago.io/NoJvpKugO

otherwise im also open to a new weakaura or help making a dead simple one with manual icons for both 🙏🏽

#

basically not sure what to put here

function()
    local faction, _ = UnitFactionGroup(SOMETHING_HERE);
    return (faction == "Horde")
end
#

also if there's a simpler way to do that lmk, im fine doing manual icons for each vs with conditions and how this weakaura does it