Addon for target of...
 
Notifications
Clear all

Addon for target of target

(@tauros)
Active Member

Is there an addon in classic where you can see who is targeting you, but they don't know you see them. In other words when you hover over them, it would say who they are targeting. Would be helpful for pvp. :)

Quote
Topic starter Posted : 27/10/2019 12:25 pm
(@mythric)
Trusted Member

There's an option in the settings for that

ReplyQuote
Posted : 27/10/2019 4:58 pm
(@tauros)
Active Member

I know there is a "show target of target" option, but I am talking about an addon that let's you scroll your mouse over someone and see what they are targeting without clicking on them. Follow me? It would be cool to see who's inspecting you while you don't target them. ;)

ReplyQuote
Topic starter Posted : 27/10/2019 7:40 pm
 Erik
(@erik)
Reputable Member

Don't think there is, maybe there is some kind of "threat" addon that could show if someone has you targeted that's not an NPC.

ReplyQuote
Posted : 27/10/2019 11:08 pm
(@pippina)
Noble Member Moderator

Yeah I haven't seen an addon for this either. I was thinking about this post last night when I was doing some tanking and realized how nice it would be to mouseover a target and see what the mouseover was targeting. Sometimes I don't want to change targets but want to be able to peak around and see who is targeting what without tabbing around.

ReplyQuote
Posted : 28/10/2019 1:26 pm
Selexin
(@selexin)
Prominent Member

I had an add-on in vanilla that told me when someone targeted me... i have no idea what it was called or how it worked but I think it was PvP related (Like Spy)

ReplyQuote
Posted : 29/10/2019 12:28 am
(@beaty)
Eminent Member

tooltip addons can be customized to show the tooltip over the mouse cursor and also show the information who the player you are pointing at targets.

any tooltip addon has the functionality i think:
tipbuddy
tiptac
tinytip

i think i went with the tiptac classic fix because it also adds buffs/debuffs to the tooltip and the others lacked that function when i looked into it.
https://www.wowinterface.com/downloads/info24959-TipTacforClassicquickfix.html

ReplyQuote
Posted : 29/10/2019 1:01 am
(@foohy)
Eminent Member

ShestakUI, alongside it's other functionalities cause it's a whole UI addon, shows you the target of the player you mouseover without targeting him, along with more details, including the rank they have in their guild, regardless if you are in it or not, which is irrelevant to the question but I think it's cool.

You can disable all functionalities of it excluding the tooltips if you do not want a full UI revamp and only keep the things you want.

ReplyQuote
Posted : 29/10/2019 2:21 am
Selexin
(@selexin)
Prominent Member

ShestakUI
How do you enjoy the UI pack? Is it good, and easy to customise?

ReplyQuote
Posted : 29/10/2019 2:25 am
(@arkoniel)
New Member

GameTooltip:HookScript("OnTooltipSetUnit", function(s)
local u = ( s:IsUnit("target") and "target" ) or (s:IsUnit("mouseover") and "mouseover")
if not u then return end
s:AddLine(format("Targeting: %s", UnitName(u.."target") or "<No Target>"))
end)

ReplyQuote
Posted : 02/01/2020 7:02 pm
(@rinkusan)
Estimable Member

Leatrix also has this option

ReplyQuote
Posted : 03/01/2020 2:21 am
(@cable)
Active Member

Leatrix also has this option

Correct.

If you're using Leatrix Plus, there's functionality to just add that. Especially good if you prefer to use the standard Blizzard UI in terms of aesthetics.

ReplyQuote
Posted : 04/01/2020 11:15 am