View Single Post
12-21-17, 02:30 PM   #6
Syiana
A Murloc Raider
 
Syiana's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 7
Originally Posted by Tim View Post
I'm at work right now so I can't really code anything and test it. However, a quick Google search and I came across this https://us.battle.net/forums/en/wow/...5206360#post-2.

You could try changing this
Code:
bar:SetStatusBarTexture(0.75,0.75,0.75)
to
Code:
bar:SetStatusBarTexture("path//to//your//statusbartexture")

ie:
Code:
bar:SetStatusBarTexture("Interface//AddOns//MyAddOn//media//statusbartexture")
worked thanks for help
  Reply With Quote