OK, so X-Perl has this feature where it displays on the target unit frame a count of the number of people in the raid who are targeting it.
That sounds cool. Installing X-Perl does not. Does anyone know of a simple add-on that has that feature? I don't mind if it has more, just not X-Perl level more.
Targeting counter
Targeting counter
Grisbault, Twice-Made.
The p, s, l, and t are silent, the screams are not.
The p, s, l, and t are silent, the screams are not.
Re: Targeting counter
If I remember correctly, TipTac can do that (but it's a tooltip mod, not a unitframe mod).
http://www.wowinterface.com/downloads/i ... ipTac.html
http://www.wowinterface.com/downloads/i ... ipTac.html
[img]http://www.haloandhorns.com/etc/Erzsebet.png[/img]
Re: Targeting counter
Yeah, TinyTip does too. Not a huge fan of tooltips in combat.
Grisbault, Twice-Made.
The p, s, l, and t are silent, the screams are not.
The p, s, l, and t are silent, the screams are not.
Re: Targeting counter
shadow unit frames says it can do that and is ligher then xperl. does not look as nice.
Re: Targeting counter
See here: http://www.wowinterface.com/downloads/i ... .html#info
It wouldn't be too hard to add another callback to display the player target, something like:
evl_RaidStatus:AddWatch("Target", function(unit) return (player.."target" == unit.."target") end)
It wouldn't be too hard to add another callback to display the player target, something like:
evl_RaidStatus:AddWatch("Target", function(unit) return (player.."target" == unit.."target") end)
Re: Targeting counter
The trick is to set up your combat anchor for your tooltips someplace completely out of your face.Greebo wrote: Yeah, TinyTip does too. Not a huge fan of tooltips in combat.
Silly Rock no trick Kaz.