View Single Post
09-26-18, 11:23 PM   #7
superfula
A Deviate Faerie Dragon
Join Date: Mar 2006
Posts: 14
Originally Posted by superfula View Post
Just a quick update. I managed to get a bar to show however it's a full bar and not a partial like it should be. I'm only 9% into the level right now. Tooltips are working though.

edit: Finally figured it out. I was missing the following lines...

bar:SetMinMaxValues(0, totalLevelXP)
bar:SetValue(xp)
bar:Show()
Well I'm still fiddling. The bar won't show properly without a reloadui. I've updated the first post with more info along with my current code.

Last edited by superfula : 09-26-18 at 11:36 PM.
  Reply With Quote