Download
(43Kb)
Download
Updated: 03-18-10 04:23 PM
Addon for:
oUF.
Pictures
File Info
Updated:03-18-10 04:23 PM
Created:unknown
Downloads:23,926
Favorites:81
MD5:

oUF coree  Popular! (More than 5000 hits)

Version: v100318
by: coree [More]

oUF_coree is my layout for oUF (a Unitframe framework made by haste).
You need to install oUF which can be found at ixo.no/git/oUF.git/ or at WoW Interface.

A very big help for me was P3lim's work. I used his layout as a "guide" in order to know more about how these layouts work.


oUF_coree includes unitframes for player, target, tot, focus, focustarget, pet, party, raid, maintank, mainassist and boss.

Currently supported plugins:


To Do:
  • arena frames

v100318
  • inbuild raiddebufffilter default deactivated
  • desaturated target debuffs from other players

v100315
  • updated .toc
  • add oUF RaidDebuffs support + german configfile included (just edit the debuff names if you don't have a german client)
  • support for boss frames (i.e. Gunship Battle)
  • improved vehicle switch
  • number of raidgroups depending on zone (not working correctly yet)
  • inbuild raiddebuff filter changed to whitelist and debuffsnames (instead of spellId; just edit the debuff names if you don't have a german client)

v091218
  • updated .toc
  • updated oUF HealComm4 support

v091205
  • fixed the runebar to reflect changes in oUF


v091129a
  • fixed the runebar
  • added oUF TotemBar support

v091127
  • bug fixing

v091126
  • fixed oUF Moveableframes support for party, raids -- use oUF Moveableframe v1.5
  • added aggro bordercoloring for raidframes (credits to Freebaser (oUF_Freebgrid))
  • non-interruptbile casts have a different barcolor (credits to dr_AllCOM3 (DocsDK_oUF)) *not tested yet*

v092809
  • added oUF MoveableFrames support
  • removed oUF HealComm support
  • added oUF HealComm4 support
  • added oUF PowerSpark support


v090409
  • fixes for 3.2
  • buff indicator for raidframes (credits to Astrometch (oUF_AuraWatch) and roth (oUF_D3OrbsRaid)) - you need oUF_AuraWatch !
  • player frame, target frame,... have names now
  • removed oUF_RuneBar support - now longer needed

v3.2
  • new debuff blacklist/whitelist
  • added Mt-Target-Target

v3.12
  • fixed Maintank and Mainassist

v3.11
  • fixed layout for druids

v3.1
  • removed PostUpdateHealth and PostUpdatePower
  • added tags instead
  • added 3.1 support
  • bug fixes

v3.0
  • player,target,tot and party combined in one file
  • raid and mt,ma combined in one file
  • spawning mt targets and party pets now via a .xml file
  • changed the debufffilter for raidframes (modified oUF_Grid version - credits to zariel)
  • added an utf8-shortening function for names of raidmembers (credits to Caellian)
  • hopefully fixed the castbar safezone bug
  • added mouseover highlighting for the raidframe
  • several other fixes...

v2.5
  • added oUF_BarFader support
  • added optional safezone to the castbar -- local cbarsafe = true

v2.4
  • added oUF_RuneBar support
  • removed runebar code

v2.3.1
  • fixed the partypets

v2.3
  • new font
  • completed the health function part
  • added debuff-filtering for party, raid, mt, ma -> local dfilter = true
    (doesn't work correct yet :( )
  • added oUF_Swing support
  • added oUF_Reputation support
  • removed oUF_AutoShot (outdated) support
  • several bug fixes with layout and other plugins

v2.1.1a
  • bugfix

v2.1.1
  • changed tags for hp / power value to the "old system" not for party, raid

v2.1
  • short hpvalue support (only target) [open oUF_coree.lua, change line 10 to: local targetshort = true]
  • castbar can be switched off now open oUF_coree.lua, change line 11 to: local cbar = false]
  • threat display for party and raid
  • bugfixes


v2.0
  • update to oUF 1.3.1
  • changes to the layout design
  • tags testing
  • party, raid in different files
Post A Reply Comment Options
Unread 01-05-09, 11:35 PM  
daka242
A Murloc Raider

Forum posts: 9
File comments: 35
Uploads: 0
Thank you Sir
Report comment to moderator  
Reply With Quote
Unread 01-10-09, 05:57 PM  
stako
A Deviate Faerie Dragon
 
stako's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 2
Just some quick things I noticed.
I couldn't see the combo points, but I fixed that much myself.(Replaced HP% with CP since I didn't like the blurry font there)

Also the power text(not the bar) updates every 2 seconds I think, it is too slow with the 3.0 update for me. You can look at oUF_Lyn or maybe some others to see how they make it update fast.

The name on the focus sometimes is long and goes past the health bar, maybe there is a way to truncate it?

Thx
Last edited by stako : 01-10-09 at 05:59 PM.
Report comment to moderator  
Reply With Quote
Unread 01-11-09, 04:53 AM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
Originally posted by stako
Also the power text(not the bar) updates every 2 seconds I think, it is too slow with the 3.0 update for me. You can look at oUF_Lyn or maybe some others to see how they make it update fast.
I noticed that too. I'll fix it with the next update. Maybe tomorrow.
Report comment to moderator  
Reply With Quote
Unread 01-13-09, 08:46 AM  
Lopen
A Kobold Labourer
 
Lopen's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Question on changing Raid Grid position

First let me say that I really enjoy the layout you've done, very nice job.

I prefer the raid frames to be positions below the player and target frames, so I attempted to move them. I was able to modify the position to center below player and target frames just fine with the following code:

Code:
if i == 1 then
	RaidGroup:SetPoint("CENTER", UIParent, -125, -330) 
else
	RaidGroup:SetPoint("TOPLEFT", Raid[i-1], "TOPRIGHT", 17, 0)	
end
The reposition works just fine except when adding members to the raid each column top position moves UP when more members are added or at least when a second member is added. I don't have a SS of what is happening as I am at work.

Any help would be appreciated.
Report comment to moderator  
Reply With Quote
Unread 01-13-09, 11:02 AM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
Re: Question on changing Raid Grid position

Originally posted by Lopen
First let me say that I really enjoy the layout you've done, very nice job.

I prefer the raid frames to be positions below the player and target frames, so I attempted to move them. I was able to modify the position to center below player and target frames just fine with the following code:

Code:
if i == 1 then
	RaidGroup:SetPoint("CENTER", UIParent, -125, -330) 
else
	RaidGroup:SetPoint("TOPLEFT", Raid[i-1], "TOPRIGHT", 17, 0)	
end
The reposition works just fine except when adding members to the raid each column top position moves UP when more members are added or at least when a second member is added. I don't have a SS of what is happening as I am at work.

Any help would be appreciated.
try changing:
RaidGroup:SetAttribute("yOffset", -5)
RaidGroup:SetAttribute("point", "TOP")
to:
RaidGroup:SetAttribute("yOffset", 5)
RaidGroup:SetAttribute("point", "BOTTOM")

hope this helps. can't test it atm, cause i'm not at home.
Last edited by coree : 01-13-09 at 11:02 AM.
Report comment to moderator  
Reply With Quote
Unread 01-13-09, 06:48 PM  
Lopen
A Kobold Labourer
 
Lopen's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Question on changing Raid Grid position

Originally posted by coree
try changing:
RaidGroup:SetAttribute("yOffset", -5)
RaidGroup:SetAttribute("point", "TOP")
to:
RaidGroup:SetAttribute("yOffset", 5)
RaidGroup:SetAttribute("point", "BOTTOM")

hope this helps. can't test it atm, cause i'm not at home.
I made this change and the same thing is occurring. Below are SS's showing what is occurring.

Before; One member in group 1 and one member in group 2.


After; Two members in group 1.
Last edited by Lopen : 01-13-09 at 06:49 PM.
Report comment to moderator  
Reply With Quote
Unread 01-14-09, 10:40 AM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
Re: Re: Re: Question on changing Raid Grid position

Originally posted by Lopen
I made this change and the same thing is occurring. Below are SS's showing what is occurring.

Before; One member in group 1 and one member in group 2.


After; Two members in group 1.
hmm plz post your oUF_coreeR.lua at pastey.net. i think you changed something else unintended.
Report comment to moderator  
Reply With Quote
Unread 01-14-09, 12:56 PM  
Lopen
A Kobold Labourer
 
Lopen's Avatar

Forum posts: 0
File comments: 3
Uploads: 0
Re: Re: Re: Re: Question on changing Raid Grid position

Originally posted by coree
hmm plz post your oUF_coreeR.lua at pastey.net. i think you changed something else unintended.
I am going to reset to the default oUF_coreeR.lua file tonight and start over, if I am having the same problem I will post a pastey link. I was able to get the layout the way I wanted by fudging the SetPoint location to an exact position.

Code:
for i = 1, 5 do
	local RaidGroup = oUF:Spawn("header", "oUF_Raid" .. i)
	RaidGroup:SetAttribute("groupFilter", tostring(i))
	RaidGroup:SetAttribute("showRaid", true)
	RaidGroup:SetAttribute("yOffset", -5)
	RaidGroup:SetAttribute("point", "TOP")
	RaidGroup:SetAttribute("sortDir", "ASC")
	RaidGroup:SetAttribute("showRaid", true)
	table.insert(Raid, RaidGroup)
	if i == 1 then
		RaidGroup:SetPoint("TOPLEFT", UIParent, 825, -915) 
	else
		RaidGroup:SetPoint("TOPLEFT", Raid[i-1], "TOPRIGHT", 11, 0)	
	end
	RaidGroup:Show()
end
I'd prefer to not do it this way if I can help it. But like I said I'm going to reset tonight and try again.
Report comment to moderator  
Reply With Quote
Unread 01-15-09, 07:32 AM  
nin
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 213
File comments: 83
Uploads: 1
hey, love the raid frames in this layout.. only one thing, i would like to add a border on the frame that matches my ui. but can't seem to get it to work.. mind giving me a hand on how to edit the lua to make it work?

thanks in advance..
Report comment to moderator  
Reply With Quote
Unread 01-22-09, 11:51 AM  
Grobs
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
hi!

first, great UI! =)

but i have a question

i would like to move the target castbar a bit up to the center and make it broader

i removed
Code:
(unit == 'target')
from this part
Code:
if(cbar == true and (unit == "player" or unit == "focus" or unit == "pet")) then
and made a new section
http://pastey.net/106777


but self.Castbar:SetWidth() doesn't seem to work.Did i missed something?

regards
Grobs - EU
Report comment to moderator  
Reply With Quote
Unread 01-23-09, 07:59 PM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
hi,
just delete line 3:

Code:
self.Castbar:SetPoint('TOPRIGHT', self, 'BOTTOMRIGHT', 0, 250)
Report comment to moderator  
Reply With Quote
Unread 01-27-09, 01:08 PM  
crian
A Defias Bandit
 
crian's Avatar

Forum posts: 3
File comments: 11
Uploads: 0
hi coree your layout is very nice but but how can i change the fontsize and set the fonts into the frames, not outside?

mal ne andere frage, warst du mal in der gilde "unique"?
Last edited by crian : 01-27-09 at 02:48 PM.
Report comment to moderator  
Reply With Quote
Unread 01-27-09, 03:56 PM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
Originally posted by crian
hi coree your layout is very nice but but how can i change the fontsize and set the fonts into the frames, not outside?

mal ne andere frage, warst du mal in der gilde "unique"?
hehe hi,
jo ich war auf guldan bei unique aber hab leider kp wer du bist ^^

zum thema font:

change:
Code:
self.Health.Text:SetFont(fontn,8,"THINOUTLINE")
	self.Health.Text:SetPoint("RIGHT", 0, -23)
to:
Code:
	self.Health.Text:SetFont(fontn,YOURFONTSIZE,"THINOUTLINE")
	self.Health.Text:SetPoint("RIGHT", 0, 0)
same:
Code:
self.Info:SetFont(fontn,8,"THINOUTLINE")
self.Info:SetPoint('LEFT', self.Health, 1, -23)
to
Code:
self.Info:SetFont(fontn,YOURFONTSIZE,"THINOUTLINE")
self.Info:SetPoint('LEFT', self.Health, 1, 0)
Einfach statt YOURFONTSIZE die gewünschte Größe eintragen: 1-xxxxxxx.
Report comment to moderator  
Reply With Quote
Unread 01-29-09, 10:31 AM  
crian
A Defias Bandit
 
crian's Avatar

Forum posts: 3
File comments: 11
Uploads: 0
habe mal öfter im mini-speicher ui thread im wow forum gepostet und du warst ja auch da. gibts da eigentlich noch einen thread in der richtung?
Report comment to moderator  
Reply With Quote
Unread 01-29-09, 05:38 PM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
im offiziellem forum glaub ich nicht mehr.
einige von den leuten aus dem alten Thread posten regelmäßig hier: http://ui.phcnet.de/
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: