Originally Posted by supplicium
Ok, So I've been searching for a way to change some naming conventions for my Focus target Name text.
If the focus target is any one other than me, I want the naming to be class colored and size=100% If it's me, I want the size to be 300 and Bright red. Is dynamic text scaling even possible? Let me know. I'd be happy with Just a name color change, but the scaling just adds that extra pop I'm really looking for.
Thanks.
|
Are you using Pitbull? One thing you could do is make two dogtags. One larger and one smaller and have them along the lines of:
[if IsUnit("player") then Name:Red] for the large one
[if ~IsUnit("player") then Name:ClassColor] for the small one
Then put them in similar spots like Health bar left and Frame Inside Left. If you're using another addon you may be able to put a dogtag on top of another one (like DaHud -- I've done this a few times). You can get creative with the use of spaces and line returns within the dogtag itself to get the text pretty much in the same place in Pitbull. I bet future Pitbulls will allow more customization as far as where we can put text. I honestly use Pitbull and Dahud (with all the modules turned off aside from Text) to perfect my UI.