Change Log:
--------------------
v1.1
∙ CPU Improvements and checks if your in a raid now.
Description:
--------------------
Does what it says.
To change how transparent frame is when out of range, edit the first line in:
World of Warcraft\Interface\AddOns\Blizz_Raid_Fader\Blizz_Raid_Fader.lua
Written in request to:
Topic: Blizzard Raid Frame: Range Fading
Is there anyway to make the party members who are out of range fade more?
The out of range people is not noticeable enough for my poor eyes.
I like to the blizzard default UI and raid frames, the simplicity of them compared to the others.
http://us.battle.net/wow/en/forum/topic/2878700478
because it was not exactly as simple as
if "out of range" then
CompactRaidFrame16:SetAlpha(0.3)
else
CompactRaidFrame16:SetAlpha(1.0)
No... Blizzard made it harder. But they forgot to lock all Alphas so luckily it is still possible.
--------------------
v1.1
∙ CPU Improvements and checks if your in a raid now.
Description:
--------------------
Does what it says.
To change how transparent frame is when out of range, edit the first line in:
World of Warcraft\Interface\AddOns\Blizz_Raid_Fader\Blizz_Raid_Fader.lua
Written in request to:
Topic: Blizzard Raid Frame: Range Fading
Is there anyway to make the party members who are out of range fade more?
The out of range people is not noticeable enough for my poor eyes.
I like to the blizzard default UI and raid frames, the simplicity of them compared to the others.
http://us.battle.net/wow/en/forum/topic/2878700478
because it was not exactly as simple as
if "out of range" then
CompactRaidFrame16:SetAlpha(0.3)
else
CompactRaidFrame16:SetAlpha(1.0)
No... Blizzard made it harder. But they forgot to lock all Alphas so luckily it is still possible.