Originally Posted by Malan
[Status ? StatusColor ! [CanAttack ? DifficultyColor] ][Classification:Contains(Boss)?Text(Level 73)!Level:Prepend(Level )] [Classification] [~Status ? Color(FEF2C5)][SmartRace:Hide(Not specified):Hide(Unknown)][SmartRace:Contains(Not specified) ? Text(Creature)] [TalentSpec ? TalentTree:Hide(None):ClassColor] [~Status ? ClassColor][PlayerClass]
[~IsPlayerOrPet?Faction:Hide(Alliance):Hide(Horde):HostileColor]
These 2 tags were from page 1 and I'd been using them with CowTip. They broke in 2.4, the "Boss" tag and a few others are missing from DogTag 3.0, anyone know the new formats for this?
|
Try replacing
[Classification:Contains(Boss)?Text(Level 73)!Level:Prepend(Level )]
With
[Classification="Boss"?"Level 73"!"Level " Level]
As for others, remove the Text() bits and instead just place the text itself surrounded with " " and replace for example RandomTag:Contains(Text) with RandomTag="Text", not sure if there's any other tag there that ain't working.