Thread Tools Display Modes
04-12-17, 03:41 PM   #1
rakkarage
A Deviate Faerie Dragon
AddOn Author - Click to view addons
Join Date: Aug 2007
Posts: 19
larger plates buff offset fix?

I like the new nameplates but



I prefer the "larger" ones...



But that causes the buffs to be offset wrong... (wonky nameplates since legion came out!?)

I made an addon to fix it by setting offset to zero

Code:
for _,v in pairs(C_NamePlate.GetNamePlates()) do
	local bf = v.UnitFrame.BuffFrame;
	bf.baseYOffset = 0;
	bf:UpdateAnchor();
end
But now that causes a taint error since 7.2?

So there is really no fix to this longstanding bug? You cannot use larger plates and now you cannot fix larger plates!? wtf!?
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » larger plates buff offset fix?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off