I'm using this for notifications of Innervates in raid:
if HasAura("Innervate") then
Red Outline "I " AuraDuration("Innervate"):VeryShort
But for whatever reason, it show's the "I" but not the seconds left via the duration function. Any ideas?
just a wild guess, but ahve you made sure its not related to the VeryShort formating, some of those tend to cause various issues with tags if malplaced.
Took the Very Short off to see if it would display anything, but still no luck. Curiously, the format works fine for Icy Veins but not for Heroism. The letter displays, so I know it's detecting the Aura (i.e. the HasAura), but AuraDuration doesn't work for Innervate/Heroism. Are Heroism/Innervate a different classification of "Aura" than Icy Veins?
posted this in a couple threads now - haven't seen a response:
has anyone else noticed that the AFK and DND tags do not work when you target another player? It only shows if I target myself and have either tag enabled.
Even the default AFK and DND tag formulas in Pitbull do not display on other players when targeted.
afaik its a limit from the game atm, it will only show afk/dnd for players in your group
posted this in a couple threads now - haven't seen a response:
The developers of DogTag/PitBull/CowTip/etc generally do not respond to bug reports posted on the forums. You may have better luck posting in the Jira bugtracker: http://jira.wowace.com/
Also, cross-posting the same thing in multiple threads is generally frowned upon.
The developers of DogTag/PitBull/CowTip/etc generally do not respond to bug reports posted on the forums. You may have better luck posting in the Jira bugtracker: http://jira.wowace.com/
Also, cross-posting the same thing in multiple threads is generally frowned upon.
will do and apologies for the cross-posting. take note of my post count. Its rather low, so i'll learn.
I'm looking for more general syntax suggestions rather than necessarily specific tags people want.
IMHO you should move the entire syntax close to either Java or ActionScript. Generally take a more object oriented approach and get rid of all the brackets everywhere.
A bit late for that, Tango... DogTag-3.0 is done. I'm not even sure why this thread is still open. In fact, I'm going to lock it. Questions about "how to do ___ with DogTag" don't belong in this thread.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
just a wild guess, but ahve you made sure its not related to the VeryShort formating, some of those tend to cause various issues with tags if malplaced.
afaik its a limit from the game atm, it will only show afk/dnd for players in your group
This is false.
TipTac is able to show it just fine.
The developers of DogTag/PitBull/CowTip/etc generally do not respond to bug reports posted on the forums. You may have better luck posting in the Jira bugtracker:
http://jira.wowace.com/
Also, cross-posting the same thing in multiple threads is generally frowned upon.
will do and apologies for the cross-posting. take note of my post count. Its rather low, so i'll learn.
IMHO you should move the entire syntax close to either Java or ActionScript. Generally take a more object oriented approach and get rid of all the brackets everywhere.