Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: Lybrial
Forum: oUF (Otravi Unit Frames) 04-16-20, 10:14 AM
Replies: 4
Views: 6,761
Posted By Lybrial
This is better to avoid the error: local...

This is better to avoid the error:


local function temporaryBugFix()
hooksecurefunc(_G.ClassNameplateManaBarFrame, "Show", function(self) self:Hide() end);
...
Forum: oUF (Otravi Unit Frames) 04-16-20, 10:02 AM
Replies: 4
Views: 6,761
Posted By Lybrial
You are right. I created a bug-ticket in ouf git....

You are right. I created a bug-ticket in ouf git. For now I will do the following:


local function temporaryBugFix()
_G.ClassNameplateManaBarFrame.Show = _G.ClassNameplateManaBarFrame.Hide;
...
Forum: oUF (Otravi Unit Frames) 04-13-20, 06:27 AM
Replies: 4
Views: 6,761
Posted By Lybrial
How to hide "ClassNameplateManaBarFrame" using OUF?

Hi,

im using oUF to create my namepaltes but I have a problem with my personal resource nameplate.

https://i.ibb.co/bRXwwNP/Unbenannt.png

As you can see on this picture there are three bars.
-...
Showing results 1 to 3 of 3