Category: oUF: Layouts
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
p3lim's Portal Bug Reports Feature Requests

This file is a Addon for oUF by haste. You must have that installed before this Addon will work.

Author:
Version:
30000.13
Date:
03-04-2009 09:03 AM
Size:
4.29 Kb
Downloads:
6,932
Favorites:
94
MD5:
Pictures
Click to enlarge
*target's name in blue, mt+ma to the right
Click to enlarge
normal 10man
oUF Perfect   Popular! (More than 5000 hits)
Description:
oUF Perfect is a layout plug-in made for the UnitFrame framework oUF.
It is required that you have this addon updated at all times to make everything work as it should.
You can download oUF by clicking on the link located under the "Download" button on the right.

oUF_Perfect is a raid and party layout, and is made to complete oUF_P3lim.


Features:
  • Header for Party
  • Header for Raid
  • Header for MainTank(s)
  • Header for MainAssist(s)
Raid group will spawn in 5 seperate groups, enough for a 25man raid.
Using tags it also shows party-target names in the name string (with raidicons aswell)


Issues:
Raid sometimes pop up errors in combat (oUF issue)


Click here and follow steps how to submit a bug


Feel free to donate:
  Change Log - oUF Perfect
30000.13:
- Fixed raid icon tag

30000.11:
- Fixed strata

30000.10:
- Update to reflect changes in oUF
- Added ReadyCheck support
- Added DebuffHighlight support
- Added masterlooter icon
- Fixed tags
- Removed readycheck code

30000.9:
- Update to reflect changes in oUF
- Added readycheck
- Fixed tags
- Removed buff/debuff tags
- Removed oUF ReadyCheck support (outdated)

30000.8:
- Fixed buff/debuff tags

30000.7:
- Fixed font issue
- Fixed power updates

30000.6:
- Added MainTank header
- Added MainAssist header
- Added RangeAlpha
- Added *target strings to all units
- Fixed menu function

30000.5:
- Update to 30000
- Not 100% bugtested yet, youve been warned

20400.4:
- Fixed [afk] tag

20400.3:
- Initial commit
  Archived Versions - oUF Perfect
File Name
Version
Size
Author
Date
30000.12
4kB
p3lim
03-03-2009 08:12 PM
30000.11
3kB
p3lim
02-15-2009 12:57 PM
30000.10
3kB
p3lim
02-15-2009 06:21 AM
30000.9
4kB
p3lim
12-25-2008 06:27 PM
  Comments - oUF Perfect
Post A Reply Comment Options
Old 07-27-2009, 05:46 AM  
DerBob
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
Quote:
Originally posted by DerBob
I'm trying to sort the raid by class in one big column and not by groupnumber and separated group. But only thing i can get to work is that its sorted inside the groups by class by adding this:
Code:
	group:SetAttribute("groupBy", "CLASS")
	group:SetAttribute("groupingOrder", "WARRIOR,HUNTER,ROGUE,PALADIN,SHAMAN,PRIEST,MAGE,WARLOCK,DRUID,DEATHKNIGHT")
It came to my mind that it is much more complex to do this for the whole raid since it starts with:
Code:
local raid = {}
for i = 1, 5 do
where i is the groupnumber. I figured that grouping by class requires somthing like:
Code:
for i = 1, 25
or even:
Code:
for i = 1, 40
where i should be the playerindex or something like that.
Much easier than I thought:
Code:
local raid = oUF:Spawn('header', 'oUF_Raid')
raid:SetManyAttributes('groupFilter', 'WARRIOR,HUNTER,ROGUE,PALADIN,SHAMAN,PRIEST,WARLOCK,MAGE,DRUID,DEATHKNIGHT', 'showRaid', true, 'yOffset', -5)
raid:SetAttribute('groupBy', 'CLASS')
raid:SetAttribute('groupingOrder', 'WARRIOR,HUNTER,ROGUE,PALADIN,SHAMAN,PRIEST,WARLOCK,MAGE,DRUID,DEATHKNIGHT')
raid:SetFrameStrata('BACKGROUND')
raid:SetPoint('TOPLEFT', UIParent, 15, -25)
raid:Show()
not sure about that groupfilter thing
DerBob is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 07-25-2009, 06:59 AM  
DerBob
A Kobold Labourer

Forum posts: 1
File comments: 5
Uploads: 0
I'm trying to sort the raid by class in one big column and not by groupnumber and separated group. But only thing i can get to work is that its sorted inside the groups by class by adding this:
Code:
	group:SetAttribute("groupBy", "CLASS")
	group:SetAttribute("groupingOrder", "WARRIOR,HUNTER,ROGUE,PALADIN,SHAMAN,PRIEST,MAGE,WARLOCK,DRUID,DEATHKNIGHT")
It came to my mind that it is much more complex to do this for the whole raid since it starts with:
Code:
local raid = {}
for i = 1, 5 do
where i is the groupnumber. I figured that grouping by class requires somthing like:
Code:
for i = 1, 25
or even:
Code:
for i = 1, 40
where i should be the playerindex or something like that.
DerBob is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2009, 06:46 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 550
File comments: 834
Uploads: 18
Quote:
Originally posted by ProperMethodz
I've changed the layout a bit. I game at 1280x1024 (inorite) and the frames plus tags for targets was a bit intrusive on my playing area so I narrowed it a bit.

What raid frames are you using these days?
oUF, but its not released officially, and it most likely wont be.
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2009, 05:50 PM  
ProperMethodz
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 10
Uploads: 1
Quote:
Originally posted by p3lim
You can release it as its own, though this layout stays as it is.
I've changed the layout a bit. I game at 1280x1024 (inorite) and the frames plus tags for targets was a bit intrusive on my playing area so I narrowed it a bit.

What raid frames are you using these days?
ProperMethodz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2009, 10:37 AM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 550
File comments: 834
Uploads: 18
Quote:
Originally posted by ProperMethodz
I've modified this addon and created a more updated feel for what I use it. Do you mind if I took this over?

http://virtual-progression.com/forum...16803#msg16803
You can release it as its own, though this layout stays as it is.
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 06-11-2009, 03:45 AM  
ProperMethodz
A Deviate Faerie Dragon
Interface Author - Click to view interfaces

Forum posts: 13
File comments: 10
Uploads: 1
I've modified this addon and created a more updated feel for what I use it. Do you mind if I took this over?

http://virtual-progression.com/forum...16803#msg16803
ProperMethodz is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-07-2009, 06:25 AM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 550
File comments: 834
Uploads: 18
Re: gray bars?

Quote:
Originally posted by orirgv
Sometimes when I'm in a raid random bars turn gray. As in, they should be green, but even when the player stands right next to me, his health bar is gray on oUF. Any idea how to solve this?
Nope, ive stopped developing this layout, once oUF breaks it I wont fix it
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-07-2009, 01:19 AM  
orirgv
A Kobold Labourer

Forum posts: 0
File comments: 40
Uploads: 2
gray bars?

Sometimes when I'm in a raid random bars turn gray. As in, they should be green, but even when the player stands right next to me, his health bar is gray on oUF. Any idea how to solve this?
orirgv is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-28-2009, 11:00 PM  
Zyania
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Quote:
Originally posted by p3lim
If I remember right, it supports oUF DebuffHighlight

Hmm, I have got that downloaded, although it only works on your player/target unit frames as far as I can see.
I'll have a look.


EDIT: Ahh, realised what I didn't do. Silly me. :P


* Also, is there anyway of getting the Party Leader/Master Looter icon next to the party/raid frames?

Last edited by Zyania : 02-28-2009 at 11:12 PM.
Zyania is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-28-2009, 09:38 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 550
File comments: 834
Uploads: 18
Quote:
Originally posted by Zyania
Is there anyway to get the old oUF_Perfect raid/party frames to show curses etc by a coloured overlay?
If I remember right, it supports oUF DebuffHighlight
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-28-2009, 03:34 PM  
Zyania
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Is there anyway to get the old oUF_Perfect raid/party frames to show curses etc by a coloured overlay?
Zyania is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-26-2009, 03:02 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 550
File comments: 834
Uploads: 18
Quote:
Originally posted by Silas
is it possible for me to rewrite the spawning loop to do this ? i mean you have to check what group the player is in then spawn that group in 1 location then do the rest of the raid bars on another location in another loop im just not sure of the sytax for adjusting it
Dont know, never tried it.
FYI, im not using this layout any more.
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-26-2009, 02:50 PM  
Silas
A Defias Bandit

Forum posts: 2
File comments: 4
Uploads: 0
is it possible for me to rewrite the spawning loop to do this ? i mean you have to check what group the player is in then spawn that group in 1 location then do the rest of the raid bars on another location in another loop im just not sure of the sytax for adjusting it
Silas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-26-2009, 12:54 PM  
p3lim
A Molten Giant
 
p3lim's Avatar
Interface Author - Click to view interfaces

Forum posts: 550
File comments: 834
Uploads: 18
Re: party and raid bars at same time

Quote:
Originally posted by Silas
so ive been trying for 5 hours now to do this.
Basically i want to SetPoint My party when in a raid group to a differant part of my screen. Also want to have the it always put the party in this spot and when in a raid use (TOPLEFT, UIParent, 0,-50)

i know i have to extract my players subgroup then before those bars are created in the loop i need to Setpoint it to where i want it. I know how to setpoint the bars where i want to put them jsut dont know how to seperate the party from the rest of the raid and have it so when you go from being in a party to being in a raid all the raid bars dont show up above your party.

please help im dyin here zz
Not possible in the way that oUF Perfect is spawned
p3lim is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 02-26-2009, 08:49 AM  
Silas
A Defias Bandit

Forum posts: 2
File comments: 4
Uploads: 0
party and raid bars at same time

so ive been trying for 5 hours now to do this.
Basically i want to SetPoint My party when in a raid group to a differant part of my screen. Also want to have the it always put the party in this spot and when in a raid use (TOPLEFT, UIParent, 0,-50)

i know i have to extract my players subgroup then before those bars are created in the loop i need to Setpoint it to where i want it. I know how to setpoint the bars where i want to put them jsut dont know how to seperate the party from the rest of the raid and have it so when you go from being in a party to being in a raid all the raid bars dont show up above your party.

please help im dyin here zz
Silas is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.