TellMeWhen

TellMeWhen

24M Downloads

[CF 1396] UA counter issue - updated with description

tmw-issue-import opened this issue ยท 3 comments

commented

(not sure do you make follow up on closed issues so making new one with problem - missed the point in last one)

 

Trying to keep track of my active UA on target but this dont really work as wanted.

[NumAura("Unstable Affliction", source="player", unit="target")] (tried with char name in source but nothing change)

 

So counter of active UA works but problem is that it still show other warlocks UA in counter. (for example if I cast one UA and on target there are two UA from other warlock already it will display 3 instead of 1)

Here is preview how I configured it - http://prntscr.com/emzcj5

 

Any advice how to sort this? Thanks


Posted by CurseForge user Alsane | Imported from CurseForge issue #1396 | Raw

commented

Sorted


Posted by CurseForge user Alsane

commented

Hello Alsane, I noticed that you had the same issue that I am having now with TMW when it comes to putting the number of UA's you have on a target over an icon.  You were using [NumAura("Unstable Affliction", source="player", unit="target")] and had a ticket in for it.  You also said it was sorted but with no solution.  Might you be willing to share your solution with a fellow lock in need?

 

Regards, Corrath


Edited May 13, 2017

Posted by CurseForge user ConnerP

commented

The original ticket was this: https://wow.curseforge.com/projects/tellmewhen/issues/1395

 

[NumAura] is part of LibDogTag-Unit, not TMW. I won't add features to it - it does not allow distinguishing of unit sources. source is not a valid parameter for that tag.

 

If you want to see all if your UAs, Make a buff/debuff icon for UA, put it in its own group, and make it a group controller. You'll get an icon for each UA present. configure the icon appropriately to only check for your own UAs.


Posted by CurseForge user Cybeloras