View Single Post
01-17-22, 09:00 PM   #3
Zaqqari
A Deviate Faerie Dragon
Join Date: Aug 2019
Posts: 11
Thanks so much for the response. It doesn't seem to work. All auras reset to default. Also, to clarify, I'd like my personal resource display to show whitelisted auras as well. I only want to ignore non-self friendly nameplates.

I replaced that function with:
Lua Code:
  1. local function Mixin(baseFrame)
  2.     if UnitIsFriend(baseFrame.UnitFrame.unit, "player") and not UnitIsUnit(baseFrame.UnitFrame.unit, "player")then return end
  3.     baseFrame.UnitFrame.BuffFrame.ShouldShowBuff = newShouldShowBuff
  4. end

It works for a bit, but then it starts filtering friendly nameplates again. I'm working on it, but not much luck.

Last edited by Zaqqari : 01-20-22 at 12:30 AM.
  Reply With Quote