Fork of "Loatheb Healer Tracker" by Hildigunnur
This contains option to use manual list, instead of alphabetical, and also contains a way to blacklist players.
All druids, priests, and paladins/shamans not on the blacklist gets put in a list, the list's order will be the same for everyone in the raid group that has configured the order the same.
The default option is to sort everyone not on the blacklist alphabetically.
When one of the players uses a healing spell and gets locked from healing for another 60 seconds, a timer starts next to their name and counts down from 60 seconds.
When a player dies, goes offline, or is not in the same zone as you, they get removed from the list. If any of this changes, such as the player being combat ressed or the player coming back online, they get re-added to the list.
Custom Options has the option to disable whispers, use manual list instead of alphabetical (default).
Under "Actions", "On Init" Custom code has blacklist, and manual list.
---
In "Custom Options" you can chose if you want to whisper the person that is after you in the ordered list.
The whisper will happen when you get the debuf (i.e. you cannot heal for 60s).
You can also chose how you want to sort the list.
Either "Alphabetical" or "Manual".
Alphabetical will sort people alphabetically.
Manually will take the list from "Actions - On Init - Custom Code" named "aura_env.manualOrder".
The values are the order they will appear, with a lower value will be higher on the list (1 before 2, etc.).
It does not matter if you "skip a number", lower will always be first.
The blacklist is a blacklist, if they are marked as "true", they are blacklisted and will not turn up in the order.
---