I am trying to add my totems to the HasAura string but I can't seem to get it to work. I'm using. [HasAura(Mana Spring Totem)?Text(MST):White] Any suggestions?
I'm trying to create a DogTag that'll tell me when to refresh Light's Grace, so I want a duration timer on my buffs - Cyrrently I've got this
[HasAura(Light's Grace) ? Text(LG):White]
which is just telling me whether or not Light's Grace is up. Is there a way to get something that looks somewhat like LG: 0.12? Or even better: is it possible to only have the text show up when there's a certain time left on the buff?
Also: thanks to all the people on this forum, I've been using DogTags for a while, and I just love it :)
I'm trying to create a DogTag that'll tell me when to refresh Light's Grace, so I want a duration timer on my buffs - Cyrrently I've got this
[HasAura(Light's Grace) ? Text(LG):White]
which is just telling me whether or not Light's Grace is up. Is there a way to get something that looks somewhat like LG: 0.12? Or even better: is it possible to only have the text show up when there's a certain time left on the buff?
Also: thanks to all the people on this forum, I've been using DogTags for a while, and I just love it :)
You can use [AuraTimeLeft(Light's Grace)] to get the remaining duration on it.
There isn't one. Windfury Totem puts a temporary enchant on your weapon; it's not a buff. I have no idea if there's a DogTag to return information about temporary weapon enchants... guessing not though.
Edited to add: If I'm stuck in a melee group (no shadow priest >_<) where I'm keeping Windfury down, I just look for the buff from Strength of Earth or whatever earth totem I'm dropping, and assume that if they're getting that one, they're also getting Windfury. If my assumption is wrong I'll certainly hear about it from the melee types I'm babysitting. :P
Is there a DogTag for the MainTank and Main Assist units?
What I am trying to do is to enable Raidtargets and write a sequence that hides the target (I will probably have to hide the bars from the start and only display the text) if the unit it belongs to is not a Main Tank or Main Assist.
Is that even possible? I like the functionality of the Main Tank and Assist Frames, but I want to reduce the amount of clutter on my screen and those frames kinda serve no other purpose than show me a second frame for an existing unit. I could do with only one frame and a way to distinguish the MT/MA from the other raidmembers.
Done, but I accidantly made it a bug report. Is there a way to edit your Jira Reports?
I am going to add a feature request for hiding bars based on MT and MA status as well, though I have no idea if that is even possible or feasable performance wise. (I was thinking raid targets).
Also: thanks to all the people on this forum, I've been using DogTags for a while, and I just love it :)
You can use [AuraTimeLeft(Light's Grace)] to get the remaining duration on it.
Thanks Phanx. So its either with or without "totem?" Because on say Windfury Totem I cannot get either Windfury or Windfury Totem to register.
Edited to add: If I'm stuck in a melee group (no shadow priest >_<) where I'm keeping Windfury down, I just look for the buff from Strength of Earth or whatever earth totem I'm dropping, and assume that if they're getting that one, they're also getting Windfury. If my assumption is wrong I'll certainly hear about it from the melee types I'm babysitting. :P
I am looking for a DogTag that tells me the level of a player only if it is not lvl 70.
Remember, people, there's ingame documentation for this, you can check it out with /dog.
Following the same idea, I want to put the following:
... At the same line as my combo points.
Is it possible now to display the number of charges of an aura on a target in a Tag ? (like displaying 1,2,3... instead of 'Poison').
[edit]
I found a custom Tag on p.15 on this topic. Will get it work soon ;)
/curtsey Taekan
Next time, I'll check more than 3 or 4 pages before posting.
/sorry
What I am trying to do is to enable Raidtargets and write a sequence that hides the target (I will probably have to hide the bars from the start and only display the text) if the unit it belongs to is not a Main Tank or Main Assist.
Is that even possible? I like the functionality of the Main Tank and Assist Frames, but I want to reduce the amount of clutter on my screen and those frames kinda serve no other purpose than show me a second frame for an existing unit. I could do with only one frame and a way to distinguish the MT/MA from the other raidmembers.
I am going to add a feature request for hiding bars based on MT and MA status as well, though I have no idea if that is even possible or feasable performance wise. (I was thinking raid targets).
Trying to figure out how to, if both GuildRank and Guild:
GuildRank of Guild
and if no GuildRank, then just display a colored Guild (red or something.)
Suggestions?
Thanks :D
No problem, I've edited it to the correct type and priority. :)
This should work:
[GuildRank:Append( of ) | Red][Guild:Angle]
[IsMana ? [CurMP < 2000]:Hide(0):Short:Cyan][IsMana ? [CurMP > 2000:Short:Color(81BEF7)] ] [~IsMana ? ~IsMaxDruidMP ? [CurDruidMP > 3000]:VeryShort:Color(81BEF7)][~IsMana ? ~IsMaxDruidMP ? [CurDruidMP < 3000]:Short:Hide(0):Color(81BEF7)] | [IsRage ? CurMP:Short:PowerColor] [IsEnergy ? CurMP:Short:PowerColor]
my mana dogtag, is it possible to show 7.2k mana instant of 7k (veryshort)
7k|10
7234|10
7.2k|10
i can life with the first one but the last would be better :P