View Single Post
Old 08/01/08, 3:17 PM   #357 (permalink)
Lobonija
Glass Joe
 
Night Elf Druid
 
Akama
Dogtags in Aloft

Originally Posted by Gearknight View Post
3 options for you to try:

[HasThreat ? ( MissingThreat = 0 ? "MAX":Green ! MissingThreat )]

[HasThreat ? ( IsUnit('player', Target) ? "MAX":Green ! MissingThreat )]

The first displays MAX when you have the highest threat on the target, regardless of who's tanking it. The 2nd displays MAX when you're tanking the target, even if someone has surpassed you in threat (within their 10% or 30% window). You can combine these two methods to something like this third option:

[HasThreat ? ( IsUnit('player', Target) ? (MissingThreat = 0 ? "MAX":Green ! MissingThreat:Yellow) ! (MissingThreat = 0 ? "MAX" ! MissingThreat):Red )]

This is exactly like the first option above, but colored red when you've lost aggro. A yellow number means someone has passed you in aggro, but not yet pulled aggro - so it's a warning sign to step up your threat on that mob.
These DogTags look amazing. I've tried to put them into Aloft, as I would like them on my nameplates, Unfortunately I can't seem to get any tags to work besides [Name] or [Level]. Does Aloft just not support anything other than these two or am I integrating the tags in the wrong place, I've been putting them into Aloft > Name Text > Advanced > Format.
 
User is offline.
Reply With Quote