Half of the macros are not working after patch and i cant find any solution for it right now. Does anybody know how to fix this two?
First one should increase buff/debuff size at Target/Focus:
/run hooksecurefunc(“TargetFrame_UpdateBuffAnchor”, function(_, name, i) G[name…i]:SetSize(20, 20) end)
/run hooksecurefunc(“TargetFrame_UpdateDebuffAnchor”, function(, name, i) _G[name…i]:SetSize(19, 19) end)
And second one should lock Hp/mana Bar in the middle of the screen but it didnt lock it anymore:
/run SetCVar (“nameplateSelfTopInset”, .51)
/run SetCVar (“nameplateSelfBottomInset”, .40)
Does anybody know how to fix this issues?
Best regards.