[BUG] Raid frame out of range not 40 yards for heal
5b82e901 opened this issue · 10 comments
What steps will reproduce the problem?
I'm playing resto druid and i notice some strange thing with range_alpha, people in raid highlight as out_of_range but my heal still rich them. All druid heal 40 yards, but out_of_range alpha is like 35. I can record video because screenshot cant show what i mean.
What version of ShestakUI are you using? (Stating 'latest' is not useful)
0.92
Do you have an error log of what happened?
no
Any additional information? (example: WoW language if not English) (Attach screenshots here if available, do not link externally)
i find out that some spellid's is missing, hope it help
https://github.com/EsreverWoW/ShestakUI_Classic/blob/master/ShestakUI/Libs/oUF/Modules/RangeBar.lua
local Items = {
["Friend"] = {
37727, -- 5 This spell doesn't exist
32321, -- 10 This spell doesn't exist
1251, -- 15 https://classicdb.ch/?spell=1251
21519, -- 20 https://classicdb.ch/?spell=21519
31463, -- 25 This spell doesn't exist
1180, -- 30 https://classicdb.ch/?spell=1180
18904, -- 35 This spell doesn't exist
34471, -- 40 This spell doesn't exist
},
["Enemy"] = {
37727, -- 5 This spell doesn't exist
32321, -- 10 This spell doesn't exist
33069, -- 15 This spell doesn't exist
10645, -- 20 This spell doesn't exist
31463, -- 25 This spell doesn't exist
835, -- 30 https://classicdb.ch/?spell=835
18904, -- 35 This spell doesn't exist
28767, -- 40 https://classicdb.ch/?spell=28767
},
}
Ok, my real problem with raid range, i want to set it 40 yards, but can't find where to change it.
https://github.com/EsreverWoW/ShestakUI_Classic/blob/master/ShestakUI/Libs/oUF/Elements/Range.lua#L28
It's 28 yards, cause UnitInRange not work properly on classic.
Need to use LibRangeCheck-2.0
https://git.tukui.org/elvui/elvui-classic/commit/5f0fe57dfe4cb5725edd676c90c0ea0d978312fe