[CF 1557] Question: checking units by role
tmw-issue-import opened this issue ยท 6 comments
I am trying to create a buff tracker for my earth shield only on tank so I get a notification when its stack is getting low.
I have made one where I check for "party 1" unit but this requires that the tank is the group leader.
Is there a way of checking for roles in TMW in 5-man groups?
I think WA has a filter based on group role.
Posted by CurseForge user Ahoora | Imported from CurseForge issue #1557 | Raw
Add all units to the icon that you care about (for example, "party" to check all party members, or "group" to check all raid/party members). Then, add a Unit Condition (button underneath the unit input) and add a condition for role.
Posted by CurseForge user Cybeloras
thanks for the reply. It now works as in shows the icon if buff is missing. However if I add a "condition" to icon to check for number of stacks and if it's less than 3 to show the icon, it gets buggy!
i.e. sometimes it shows the icon even the stack is more than 3! Additionally adding a sound notifications makes it more complicated, the sound sometimes plays and some times doesn't!
Posted by CurseForge user Ahoora
This is the export:
I want to show the icon & play a sound when the earth shield on tank in my party has less that 3 stack left
this should be done regardless of if tank is group leader or not
Edited Aug 31, 2018
Posted by CurseForge user Ahoora
You condition is checking unit "party1", which could be anyone in your group.
You should use the Stack Requirements settings on the main tab of the icon configuration.
Posted by CurseForge user Cybeloras
I am sure I am doing something wrong, but this is the latest based on what you suggested:
It only shows up when the tank has no earth shield instead of showing/playing sound when stack is less than 3
Posted by CurseForge user Ahoora