View Single Post
05-07-21, 09:33 AM   #8
rulezyx
A Flamescale Wyrmkin
 
rulezyx's Avatar
Join Date: Jan 2020
Posts: 106
Yep, if theres no other way to change colors but I dont know how to do it.

For example I used to just:
PlayerFrameMyHealPredictionBar:SetTexture("Interface\...)

with my UI Textures which works fine but that doesn't seem to work that easy for the CompactRaidFrames and I really want to keep it clean.

Pretty much nobody ever changed this part of the default raidframes and I have no snippet for it.

Usually I put snippets together/rip out codes.

I used to replace default textures in the past with just:

Code:
for _, sb in pairs ({
        TargetFrameHealthBar, 
        TargetFrameManaBar,
        GameTooltipStatusBar	
	}) 	do 
		sb:SetStatusBarTexture("Interface\\AddOns\\HpPp\\statusbar")
	end
or with changing texture folders / placing weakauras.

Last edited by rulezyx : 05-07-21 at 09:38 AM.
  Reply With Quote