Credit where credit is due
-The debuff highlight texture and the power colors are borrowed from Pitbull
-Health/mana display code borrowed from oUF_Ammo
-Inspiration for frame layout from Aethra
Change Log - oUF Pwnography
2.1:
-Fixed some issues with buff/debuff filtering
2.0:
-Updated to work with WotLK
-Removed support for oUF_HealComm for now because it doesn't work with WotLK
-Removed dependence on LibMobHealth
1.6:
-Added support for oUF_PowerSpark
-Added support for oUF_HealComm
-Messed around with the pet frame a little and added a happiness icon
-Cleaned up the code and added some comments
1.5:
-Added preliminary pet frame, still have to add some stuff like happiness display
-Fixed a bug with party levels not showing up correctly
1.4:
-Fixed a bunch of issues with party frames
-Fixed a bunch of issues with auras
-Removed oUF and oUF_DebuffHighlight from the zip file
1.3:
-Fixed party aura display
-Put in a possible fix for some issues with aura scaling
1.2:
-Made debuff highlighting look way better
-Added oUF_DebuffHighlight as an optional dependency
1.1:
-Added preliminary support for debuff highlighting
-Fixed some issues with leader icon display
1.0:
-Added combat and resting icons
-Fixed issues with auras
-Changed the bar background colors
Yeah, those are the lines you have to change to move the frames. Since it's SetPoint("CENTER", ...), the coordinates are from the center of the screen.
Ok, so if i wish to move the frames a few centimetres up i can do it in the lua? Please tell me which lines to modify (i'm green to lua editing), but i'm guessing it's these
local player = oUF:Spawn("player")
player:SetPoint("CENTER", -625.3397827148438, 397.6680297851563)
local target = oUF:Spawn("target")
target:SetPoint("CENTER", -380.7677612304688, 397.5774536132813)
Yeah sorry, I realize the auras frame doesn't work right now. I got them repositioned but the borders look off for some reason so I'm trying to figure out why that is.
Arnath is really busy with work and such. It's my Pitbull frames he's been copying to make this mod for me! He's been working on it in his spare time and has worked wonders with it compared to what I was able to do.
Here's a screenshot of my druid in a party while using Pitbull:
The end goal is to make them look exactly the same - knowing his coding ability, he'll get there! He just has lots of stuff going on RL right now so it's slow. :/
If you don't want to wait for him to fix them (or dislike my layout!), there is a very good thread over at WowAce.com where people discuss OUF. It can be found at: http://www.wowace.com/forums/index.php?topic=10696.0
Oh. I also run at 1440X900, just FYI! And I told him not to bother with the Druid lib. I've been using SmartyCat Mana Bar for ages and will continue to do so.
I'm having a bugger of a time getting the buffs/debuffs to look right for a 1440X900 screen. They are huge and come off the left and right covering everything. Anyway to make the buffs go to the right (right of the frame/bottom) and have the debuffs underneath (normal layout)?