Jump to content
Sign in to follow this  
kick1234567890

Changing HP bar texture in TinyTip

Recommended Posts

Hiya!

 

Does anyone know how to change the hp bar texture in TinyTip?

 

I've checked all the LUAs, but can't find where the HP bar is configured. I only found the manabar, which I successfully managed to change to the texture I want.

Share this post


Link to post
Share on other sites

Open TinyTip.lua and look for

function TinyTip_SetUnit

add the following to the end of the function

GameTooltipStatusBar:SetStatusBarTexture("Interface\\AddOns\\TinyTip\\yourtexture")

and your done!

Greetz

Share this post


Link to post
Share on other sites

Open TinyTip.lua and look for

function TinyTip_SetUnit

add the following to the end of the function

GameTooltipStatusBar:SetStatusBarTexture("Interface\\AddOns\\TinyTip\\yourtexture")

and your done!

Greetz

 

 

Love you beibi!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×