Information about a character's role-playing attributes.
Options:
Code: Select all
Playing Unit Attributes
dead ## Shows 'Dead' when the unit is dead
difficultycolor ## Colors the difficulty, red for impossible, orange for hard,
green for easy, etc.
faction ## Shows 'Aliance' or 'Horde'
group ## Shows the group number the unit is in ('1' - '8')
leader ## Shows 'L' if the unit is the group leader
leaderlong ## Shows 'Leader' if the unit is the group leader
level ## Shows the unit's level
pvptimer ## Shows PVP until unit is leaving PVP, then it shows the
timer until the player safe
smartlevel ## Only shows the unit's level if it is not the same as yours
class ## Shows the class of the unit, if that unit is a player
smartclass ## Shows the class of a unit, if that unit is a player, or will show
what type of creature, if the unit is a NPC
Non-Player Unit Attributes
rare ## Shows 'Rare' when the unit is a rare or rare elite
classification ## Shows 'Rare', 'Rare Elite', 'Elite', 'Boss'
classification:icon ## Shows a dragon overlay icon, same as on NamePlate
shortclassification ## Shows 'R', 'R+', '+', 'B'
Examples:
Code: Select all
[pvptimer]

Code: Select all
[pvptimer]

Code: Select all
[dead]

Code: Select all
[faction]

Code: Select all
[difficultycolor][level]

Code: Select all
[difficultycolor][rare]

Code: Select all
[difficultycolor][classification]

Code: Select all
[difficultycolor][shortclassification]
