kick1234567890 0 Report post Posted December 21, 2016 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. 0 Share this post Link to post Share on other sites
Shino 27 Report post Posted December 21, 2016 https://forum.elysium-project.org/index.php?showtopic=25396 There is someone that changed the texture. Either look into the code or ask him. 0 Share this post Link to post Share on other sites
Cram 0 Report post Posted December 21, 2016 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 0 Share this post Link to post Share on other sites
kick1234567890 0 Report post Posted December 21, 2016 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! 0 Share this post Link to post Share on other sites