Skip to content

Fix: Enable alpha style filter action for nameplates - #104

Open
Xurkon wants to merge 4 commits into
Ascension-Addons:mainfrom
Xurkon:fix-nameplate-alpha-filter
Open

Fix: Enable alpha style filter action for nameplates#104
Xurkon wants to merge 4 commits into
Ascension-Addons:mainfrom
Xurkon:fix-nameplate-alpha-filter

Conversation

@Xurkon

@Xurkon Xurkon commented Feb 5, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR fixes the Non-Target Alpha style filter that was reported as non-functional in issue #101.

Root Cause

The alpha style filter action code in \StyleFilter.lua\ (lines 558-561) was commented out, preventing any alpha transparency changes from being applied to nameplates.

Changes Made

  • Uncommented lines 558-561 in \ElvUI/Modules/NamePlates/StyleFilter.lua`n- This enables the \mod:PlateFade()\ call that applies alpha transparency to nameplates

Testing Recommendations

  1. Create a nameplate style filter with an alpha value (e.g., 50%)
  2. Apply the filter to any nameplate trigger condition
  3. Verify that the nameplate transparency changes in real-time when the filter is active
  4. Test with '/reload' to ensure changes persist

Related Issue

Fixes #101

Uncommented lines 558-561 in StyleFilter.lua to enable the alpha transparency feature for nameplate style filters.

Fixes Ascension-Addons#101

@Xurkon Xurkon left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As described.

Uncommented line responsible for adjusting nameplate alpha.
@Xurkon
Xurkon marked this pull request as ready for review February 5, 2026 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Nameplates Non-Target Alpha

1 participant