View Single Post
11-07-14, 02:26 PM   #4
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
Originally Posted by Game92 View Post
Found out the wrong with the rep/exp bar. Seems to be something wrong with.

self.Reputation:HookScript("OnEnter", function(self) UIFrameFadeIn(self, 1.2, self:GetAlpha(), 1) end)
self.Reputation:HookScript("OnLeave", function(self) UIFrameFadeIn(self, 0.8, self:GetAlpha(), 0) end)

And some tagging issue with exp bar.
There two function for fading, not one. UIFrameFadeIn and UIFrameFadeOut.

As for exp... Welp. Try using p3lim's oUF_Experience, cuz edited embedded version I've seen doesn't have any tag support.
__________________
  Reply With Quote