Can someone tell me please how I can make FractionalHP show with a "|" instead of a "/"?
I want the health to be shown in short like 17.5k so I use FractionalHP but I can't figure how to change the slash.
Is there a way to to change the Text Alpha? I have pitbull set to out of range alpha, but this makes the text also faded. I want the unit frama faded but all text at 100%.
First , is there some place/wiki/somthing , where people could share dogtags ? Would be great.
Second , i would like some help with a tag that:
When at full health shows nothing
When mousing over at full health shows max hp.
When not at full health just shows missing hp.
When mousing over not at full health show max hp and missing hp
I can not get my head around the syntax for this. Clearly i should not try to be a programmer. 8)
I was wondering another thing too. Is it possible to make a tag for showing if someone is missing a buff that i choose. Maybe for instance putting a big red G after the name if someone is missing Gift of the Wild , i am using dogtags in a small lightweight 'standard' uf enhancer , so i don't have a lot of options for showing partymembers buffs and stuff. putting this in the name would make it fast and easy to see.
I have 2 lines of text on my bar and I need a dogtag that will allow me to hide the text while casting. Sorry if there is a better way to post the dogtags below or if this has been talked about somewhere else and I missed it.
I need to incorporate both of these lines to hide while player is casting and while target is casting, The 2 lines of text are:
I have 2 lines of text on my bar and I need a dogtag that will allow me to hide the text while casting. Sorry if there is a better way to post the dogtags below or if this has been talked about somewhere else and I missed it.
I need to incorporate both of these lines to hide while player is casting and while target is casting, The 2 lines of text are:
Thanks in advance
[(AFK or DND):Truncate(3,nil):Angle]
will show
<AFK> <DND>
Is there any way to determine if a buff is mine using dogtags?
I want the health to be shown in short like 17.5k so I use FractionalHP but I can't figure how to change the slash.
I'm looking for a way to show only the first three letters of each name in the PitBull 3.0 raid frames. Anybody know a solution?
Second , i would like some help with a tag that:
When at full health shows nothing
When mousing over at full health shows max hp.
When not at full health just shows missing hp.
When mousing over not at full health show max hp and missing hp
I can not get my head around the syntax for this. Clearly i should not try to be a programmer. 8)
When not casting show name when casting show spell name. And also the same but showing cast times or health/mana.
Any ideas?
I need to incorporate both of these lines to hide while player is casting and while target is casting, The 2 lines of text are:
[DifficultyColor]BIO
and
[ClassColor] Lv. [Level] - [SmartRace] [(~IsPlayerOrPet ? Classification:Contains("Rare") ? "Rare":Gray) (~IsPlayerOrPet ? Classification:Contains("Elite") ? "Elite":Yellow) (~IsPlayerOrPet ? Classification:Contains("Boss") ? "Boss":Red)] [IsPlayerOrPet ? Faction:Contains("Alliance") ? "A":HostileColor] [IsPlayerOrPet ? Faction:Contains("Horde") ? "H":HostileColor]
If anyone can help me, that would be aweswome. Thanks in advance.
An update to my own question:
[if CastStartDuration(unit="player") and 'Casting' then ""else
DifficultyColor "BIO"end]
and
[if CastStartDuration(unit="player") and 'Casting' then ""else
ClassColor "Lv. " Level " - " SmartRace (~IsPlayerOrPet ? Classification:Contains("Rare") ? "Rare":Gray) (~IsPlayerOrPet ? Classification:Contains("Elite") ? "Elite":Yellow) (~IsPlayerOrPet ? Classification:Contains("Boss") ? "Boss":Red) (IsPlayerOrPet ?
Faction:Contains("Alliance") ? " A":HostileColor) (IsPlayerOrPet ? Faction:Contains("Horde") ? " H":HostileColor)end]
I am currently using the following piece of code to display my health bar:
[Outline HP " " PercentHP:Percent:Paren]
This shows as 31063 (100%).
But I can't seem to find how to add a thousands seperator into this, so that it would display as 31,063 or 31 063 or something similar.
Anyone happen to know what piece of code I am looking for, or where I might find it?
[Outline HP:SeparateDigits " " PercentHP:Percent:Paren]
Is there a way to get the Classification color to change based on the unit type? (i.e. elite = yellow text, rare = silver, etc.)