shagu / pfUI

A User Interface Replacement for World of Warcraft: Vanilla & TBC
https://shagu.org/pfUI
MIT License
341 stars 116 forks source link

unit frames issue, "enable 40yd-range check" not working #1192

Closed Rinsedd closed 6 months ago

Rinsedd commented 1 year ago

characters in raid frames are greyed out even though 40yd-range check is enabled

shagu commented 1 year ago

Hi, the 40y range check requires you to have a 40y range healing spell (non-macro) on one of your actionbars.

For further details, please have a look here: https://github.com/shagu/pfUI/blob/master/libs/librange.lua#L18-L40

shikulja commented 1 year ago

It seems to me that I have a similar problem. actionbars determines the distance is correct, but raidframes, when checking 40y, do not override the (fade) distance to the players, it stays the same. https://github.com/shagu/pfUI/issues/1162

Rinsedd commented 1 year ago

thank you