I've been playing with evl's oUF more than Haste's new one still making the transition :p.
Edit: At some point I'm going to figure out how to remove the power bar on the pet and ToT frames and decrease their height and add a focus/focus target frame. I'm pretty sure that I'll have to edit the layout a lot to get it done though :(
I have tried it, but it behaved strange. It was not possible to click the bars to target mobs, like you can do with the default bars... that are ugly but funcional ;)
I think a lot of people won't even notice the difference in behavior but while tanking it has been quite annoying.
I have tried it, but it behaved strange. It was not possible to click the bars to target mobs, like you can do with the default bars... that are ugly but funcional ;)
I think a lot of people won't even notice the difference in behavior but while tanking it has been quite annoying.
Maybe it has been fixed?
try evl_NamePlates, you can click on them and there is no set up for them just drop and go they look good too.
I haven't looked through all of the pages in this thread yet, but the few I have seen have some cool UI's. I see people posting mods I don't see on mod sites or here at Ace. Haste's site doesn't work and I don't see anything for Evl. I found the Google svn for Otravi and Evl but do these mods have sites that tell you what they are? Sorry if its obvious and I just missed it.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
if(unit == "target") then
name:SetPoint(MR, hp, MR, -3, 0)
name:SetFont(STANDARD_TEXT_FONT, 12)
name:SetJustifyH('RIGHT')
name:SetHeight(14)
name:SetWidth(150)
name:SetShadowOffset(.8, -.8)
name:SetShadowColor(0, 0, 0, 1)
else
name:SetPoint(ML, hp, ML, 3, 0)
name:SetFont(STANDARD_TEXT_FONT, 12)
name:SetJustifyH('LEFT')
name:SetHeight(14)
name:SetWidth(150)
name:SetShadowOffset(.8, -.8)
name:SetShadowColor(0, 0, 0, 1)
end
used to place name text on right for Target
Did you change the buff/debuff layout of oUF_industrial as well?
Any other edits you made you care to share?
I really like that layout, it's inspired me on what v8 of my UI might be :).
*edit 1*Oh, and i forgot he changed the positions, i changed it back to default.
add
f.Aura = true
around line 149
*edit 1*
*edit 2*
This puts Buffs ontop, Debuffs On Bottom
*edit 2*
Did you remove that to let the default take over?
f.Aura = true is already stated in an earlier line.
function oUF:SetAuraPosition
just commented the whole thing out.
I've been playing with evl's oUF more than Haste's new one still making the transition :p.
Edit: At some point I'm going to figure out how to remove the power bar on the pet and ToT frames and decrease their height and add a focus/focus target frame. I'm pretty sure that I'll have to edit the layout a lot to get it done though :(
in oUF_Industrial
you take the function to create the frame
local function createFrame (unit)
and add this line near the bottom of the file.
frames.focus = createFrame('focus')
or
oUF:RegisterFrameObject(createFrame("focus"))
both work.
Have you tried out Aloft?
or evl_Nameplates
I have tried it, but it behaved strange. It was not possible to click the bars to target mobs, like you can do with the default bars... that are ugly but funcional ;)
I think a lot of people won't even notice the difference in behavior but while tanking it has been quite annoying.
Maybe it has been fixed?
try evl_NamePlates, you can click on them and there is no set up for them just drop and go they look good too.
Here is a pic of them in action: http://www.wowinterface.com/downloads/full10229.jpg
Get them here: http://evladdons.googlecode.com/svn/trunk/evl_NamePlates/
I just tried to add this in and it killed oUF :(
Any thing else you changed to get this to work?
well if you are using haste's oUF, or maybe it would work with some tweaking(?) with other oUFs. only add in target settings section or at the bottom.
oUF_Target.Name:SetPoint("LEFT", oUF_Target, "RIGHT")
Not much has changed over the months that have passed :p.
Hawt, supa minimalistic as usual :)
So tell me, I know you posted it elsewhere. What is the font you are using? :S
It's Vera Serif.
dl link: http://www.gnome.org/fonts/
still tryin' to get somethin' similar.. but, yeah, now tryin' to make a sexy unitframe with duf, then maybe change back, dunno :x
The general UI font is Bitstream Vera Serif as posted above. The MSBT font is Georgia however.
I simply love your UI...
I'm trying to get my interface as simple as possible, and it would be great if you could tell us which addons you use :-)