Thread: Xpbar
View Single Post
03-25-11, 03:44 PM   #1
Oraknathal
A Flamescale Wyrmkin
 
Oraknathal's Avatar
Join Date: Sep 2010
Posts: 143
Xpbar

Stexperience bar.
I have the look I want but I cant get it to the width i Want when i change the width it dissapears atm it is anchored to the top of my minimap.

here is the start lua if that helps.

-- Config ----------------
--------------------------
--Bar Height and Width
local barHeight, barWidth = 3, Minimap:GetWidth()2

--Where you want the fame to be anchored
--------AnchorPoint, AnchorTo, RelativePoint, xOffset, yOffset
local Anchor = { "TOP", Minimap, "TOP", 0 , 0 }

--Fonts
local showText = false -- Set to false to hide text
local mouseoverText = true -- Set to true to only show text on mouseover
local font,fontsize,flags = [[Interface\Addons\stExperienceBar\Media\homespun.ttf]], 10, "MONOCHROMEOUTLINE"

--Textures
local barTex = [[Interface\Addons\stExperienceBar\Media\Flat.tga]]
local flatTex = [[Interface\Addons\stExperienceBar\Media\Flat.tga]]
  Reply With Quote