Thanks - blitzseed They both work for what I want, but they color the rare dragons too :(
I will just have to color them manual myself like I did before. I just didn't want to spend the time to tediously do that since I don't get a lot of time to play between work and school :p
local EnumerateFrames = EnumerateFrames
local lastframe -- the last frame we met.
local otype
local function DarkenUnitTex(f)
local f = EnumerateFrames(f)
while f do
otype = f:GetObjectType()
if otype ~= "Button" then
if otype == "Texture" and f:GetTexture() == [[Interface\TargetingFrame\UI-TargetingFrame]] then
f:SetVertexColor(0.6, 0.6, 0.6)
end
lastframe = f
end
f = EnumerateFrames(f)
end
end
local function DarkenNewUnitTex()
DarkenUnitTex(lastframe)
end
hooksecurefunc("CreateFrame", DarkenNewUnitTex)
DarkenNewUnitTex()
Which will darken all Interface\TargetingFrame\UI-TargetingFrame textures.
It might help if you posted the screenshots of what you do want... from your description I'd have guessed you wanted exactly what you posted the screenshot of not wanting...
I was looking for the pic... I found it.
If you look it is different than the one I posted above, the color of the frames have been made black with out removing the overall artwork of the frame.
I've seen it in a few screen shots and I use to have a set of them myself but I'm just wondering if anyone out there has a set of modified Blizzard Unit frame artwork where the Steel Grey color has been darkened to darker shade (almost black in fact).
0
What is that box behind your action bars for? It kinda looks out of place like it doesn't belong there at all.
0
Why do you have the game clock and the custom minimap clock showing?
0
I was looking at the next version to be similar to that :p
0
0
Combat: http://s.wowinterface.com/preview/pvw32667.jpg
Showing modified Blizz castbar: http://s.wowinterface.com/preview/pvw32666.jpg
0
0
http://i35.photobucket.com/albums/d189/lanacan/WoW%20Shots/LanUI_10112009.jpg
0
I will just have to color them manual myself like I did before. I just didn't want to spend the time to tediously do that since I don't get a lot of time to play between work and school :p
0
No error either.
0
I will try this tonight, thanks.
0
Thanks, I knew about that before but I didn't want to use those since Neal does not like to have his addons published in other people's compilations.
0
I was looking for the pic... I found it.
If you look it is different than the one I posted above, the color of the frames have been made black with out removing the overall artwork of the frame.
That is what I was trying to describe.
0
SAME!! LOL
0
I'm not talking about like this:
(found here http://www.wowinterface.com/downloads/info7698-rUF.html)
I want as much of the original UF look as possible just much darker in color.
Thanks!
0
This