Results: 30Comments by: TsoHG
File: oUF_TsoHG05-19-08
strange, never experienced somethin...
Posted By: TsoHG
strange, never experienced something like this - did you modify something ?
File: oUF_TsoHG04-21-08
Originally posted by EridaNuuS to...
Posted By: TsoHG
Originally posted by EridaNuuS to TsoHG. Where to change class color in player frame ? the part is commented in the line just below the ones you have asked before - delete the whole part of if unit=="player" then bar:SetStatusBarColor(.53,2.05,.53) -- individual color for the player frame end
File: oUF_TsoHG04-20-08
Originally posted by scotte44 Gre...
Posted By: TsoHG
Originally posted by scotte44 Great layout, love the raid frames. I would like to not have the party frame showing in raid. I uncommented this line: -- party:SetAttribute("showRaid", false) But it still shows up. What am I doing wrong? Keep that line as it is and remove in the next line the "--]"
File: oUF_TsoHG04-19-08
Originally posted by EridaNuuS On...
Posted By: TsoHG
Originally posted by EridaNuuS One small bag. When target is Hostile, color class not work (all frame, one red color ). Were fix this in code ? That is indeed intended ! You can change that by changing the color code in the local updatehealth function (~ line 171). Should be (if you want class colors overall) something...
File: oUF_TsoHG04-19-08
Re: Pet
Posted By: TsoHG
Originally posted by EridaNuuS Hi. I warlock. Pet Frame not show. (hidden) Were fix this ? I've updated the files, so that the pet frame should be shown Furthermore, look in the layout.lua and find pet:SetPoint("TOPLEFT", player, "BOTTOMLEFT", 0, -200) here you can determine it's place!