Phanx, also a question to you... As I have seen from your SS, your have thick border on Grid... how that was done ? i have tried several approaches, but anyway, my border of Grid frames was very thin ...
Phanx, also a question to you... As I have seen from your SS, your have thick border on Grid... how that was done ? i have tried several approaches, but anyway, my border of Grid frames was very thin ...
I've modified GridFrame.lua to make the border thicker. I'll attack the modified file to this post.
Quote from Valle »
I deleted that line for sure ...but the problem is that instead of deep red border ...i am receiving some filthy pink one (((
"filthy pink"... I like that. xD
Anyway, it is kind of pinkish. Not much to be done about that without editing SBF to use a darker red in the first place. SatrinaBuffFrame.lua, line 736:
if buff.dispelType == "none" then
slot.bar:SetStatusBarColor(0.5, 0, 0, 1)
else
slot.bar:SetStatusBarColor(DebuffTypeColor[buff.dispelType].r,DebuffTypeColor[buff.dispelType].g,DebuffTypeColor[buff.dispelType].b,var.barDebuffColour.a)
end
PS. Sorry that i still did not lay my hands on gathering ruRu locale information for your addons...
Birth of my son has severely compromised my game / coding time ...
This is a work in progress still, I am having a few text issues still and I still need to get everything lined up exactly the way I want it (just downloaded Align to help with that).
Just find one that plays WoW. My boyfriend did! :P
He just doesn't like the "pinkish" red. I'm fine with the default color, but if he wants a darker red, the code I posted should do it.
My red is bold red, not pinkish red oO
Anyways... okay :p
55 hunter. Still haven't modified the minimap clock as planned. For some reason my oUF layout displays health like I want it, as an absolute value, only about a third of the time, and shows percents the rest of the time; I've been too lazy to fix this. Poppins button handles aspects; I might put traps on one too, but either way it's kinda lonely over there by itself, so I might move it. Arrangement of things on buttons will likely change at higher levels; for now they're just kind of dumped on the bars in no particular order.
Quote from Zariel »
The font and color of your UF is horrid :E
Well, the fonts are really tiny, and the pixel font on the unit frames I agree looks awful (though probably due in part to the screenshot quality), but the color is just the default druid class color...
Hey Phanx? How'd you modify the blizz quest tracker? I could only get it "relocated" by changing the parent etc. Care to enlighten me? (pretty please?)
I deleted that line for sure ...but the problem is that instead of deep red border ...i am receiving some filthy pink one (((
I've modified GridFrame.lua to make the border thicker. I'll attack the modified file to this post.
"filthy pink"... I like that. xD
Anyway, it is kind of pinkish. Not much to be done about that without editing SBF to use a darker red in the first place. SatrinaBuffFrame.lua, line 736:
change to:
PS. Sorry that i still did not lay my hands on gathering ruRu locale information for your addons...
Birth of my son has severely compromised my game / coding time ...
And women! One of our officers have not been seen since he got himself a fiancee during our summer break!
Agreed! One of our officers can only raid 3 nights a week because his wife won't let him play any more. Useless! :)
The reason I don't end game raid anymore, and I'm glad!
I didn't have to edit anything INSIDE SBF to get red border.
Just find one that plays WoW. My boyfriend did! :P
He just doesn't like the "pinkish" red. I'm fine with the default color, but if he wants a darker red, the code I posted should do it.
Solo : http://thedemented.com/ui/WoWScrnShot_080108_015449.jpg
Raid : http://thedemented.com/ui/WoWScrnShot_080108_013101.jpg
This is a work in progress still, I am having a few text issues still and I still need to get everything lined up exactly the way I want it (just downloaded Align to help with that).
My red is bold red, not pinkish red oO
Anyways... okay :p
(Same Red as my ??b on Pitbull..)
Anyways, UI screenshots ffs!
Ask, and ye shall recieve...
http://i35.tinypic.com/11i3cq9_th.jpg
55 hunter. Still haven't modified the minimap clock as planned. For some reason my oUF layout displays health like I want it, as an absolute value, only about a third of the time, and shows percents the rest of the time; I've been too lazy to fix this. Poppins button handles aspects; I might put traps on one too, but either way it's kinda lonely over there by itself, so I might move it. Arrangement of things on buttons will likely change at higher levels; for now they're just kind of dumped on the bars in no particular order.
Well, the fonts are really tiny, and the pixel font on the unit frames I agree looks awful (though probably due in part to the screenshot quality), but the color is just the default druid class color...
Lyn, then HOW you get bold red border ? just by deleting color array ? or there was something more involved ?