-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not UnitInRange #4791
Comments
Range check with group doesn't work in combat while in dongeons/raids. |
Thank you. |
On the raid frame, when blood bar turns gray, whatever in combat or not, will give warning in chat frame. I want to show warning in one frame which is in pointed position of screen and show it until close to healer (blood bar turns light). |
The unit characteristics trigger can check if an healer is in range. Negating that is easily done, so this is already easily possible. |
Only can show on chatframe one time, can not continuously display until close to healer. |
The desired function: when the healer is not within the range of the party or Raid, display text.
The trigger has only one option: within the range by UnitInRange, only can display in the chatframe when the icon be hidden, but cannot be displayed continuously.
Can add an option that is not within the range?
The text was updated successfully, but these errors were encountered: