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,913
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 02-13-09, 10:36 AM  
putska
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
it's a nice unitframe, simple and clear
but when i played my dk, the runebar(within cbar) had only six blank square without any color, and no color changed during combat.
Besides, my health only showed during i used some runes with runic power > 0

May u help me fix something inside the .lua?

and the other problem is about the experience bar. It'll overlap with mana and health text if i use oUF_experience when lv <80.

i found anything related to runes was above:

------------------------------------------------------------------

local function UpdateRuneBar(self, elapsed)
local start, duration, ready = GetRuneCooldown(self:GetID())

if(ready) then
self:SetValue(1)
self:SetScript('OnUpdate', nil)
else
self:SetValue((GetTime() - start) / duration)
end
end

local function UpdateRunePower(self, event, rune, usable)
for i = 1, 6 do
if(rune == i and not usable and GetRuneType(rune)) then
self.RuneBar[i]:SetScript('OnUpdate', UpdateRuneBar)
end
end
end

local function UpdateRuneType(self, event, rune)
if(rune) then
local runetype = GetRuneType(rune)
if(runetype) then
self.RuneBar[rune]:SetStatusBarColor(unpack(self.colors.runes[runetype]))
end
else
for i = 1, 6 do
local runetype = GetRuneType(i)
if(runetype) then
self.RuneBar[i]:SetStatusBarColor(unpack(self.colors.runes[runetype]))
end
end
end
end

------------------------------------------------------------------------

anyway ,thks a lot. In zh_tw svn, nearly no one will use oUF_XXX except diablo style. it's pity! they always use some "fat enough" UI and had "ugly enough" screenshot......full of health bars, cd bars, dps bars, combat text number. And the most clear UI is recount with one-eight part of the screen with damage per second........ORZ. All players use Fx-bar with one bar up and the other down....my godness!
Report comment to moderator  
Reply With Quote
Unread 02-15-09, 05:49 PM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
Originally posted by putska
it's a nice unitframe, simple and clear
but when i played my dk, the runebar(within cbar) had only six blank square without any color, and no color changed during combat.
hi,
is it possible, that you post a screenshot of your problem. because then its easier for me to find the problem.
i'll try to fix the others problems asap. maybe tuesday i'll update ouf_coree
Report comment to moderator  
Reply With Quote
Unread 02-16-09, 10:25 AM  
putska
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
sorry maybe it's my fault.
Now it works perfect, i think it might be my files source problems.
I got oUF_coree from Rufio's UI, though i've compared the two .lua between Rufio's and origin coree, and there's no different around the dk rune segment.

maybe i changed Chinese fonts, or any media of Rufio's UI (the bar texture had been modified to HalU only....oUF_coree V2.1)

So it looked like:


(center runebar is simplerunesbar showed a death rune, but no runes in player frame)

and tonight i download the 2.1.1



(but my grid range alpha was broken...ORZ)

THX for looking this long and boring reply, anyway after i tried about 10+ oUF layout, i love coree most.

best regards!

(PS: Rufio's UI: http://www.wowinterface.com/download...ioUI.html#info
Last edited by putska : 02-16-09 at 10:26 AM.
Report comment to moderator  
Reply With Quote
Unread 02-26-09, 10:14 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
# oUF_HealComm - only for player & target healthbars
Any plans for raid and party frames or are you gonna have it like that? Wondering if i should switch from oUF_Caellian to this one, due to that mod only :>
Report comment to moderator  
Reply With Quote
Unread 02-26-09, 04:48 PM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
maybe i'll add support for party frames, but not for raid frames.
Report comment to moderator  
Reply With Quote
Unread 02-27-09, 05:44 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
Originally posted by coree
maybe i'll add support for party frames, but not for raid frames.
Alright

Oh, and is it possible to to add support for oUF_BarFader?
Report comment to moderator  
Reply With Quote
Unread 02-27-09, 06:50 AM  
froidre
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Question on pet unitframe health coloring, my pet -- as are Razuvious' enslaved students as I noticed -- is being colored a shaman-blue. The power color is working fine, and responding to happiness.

Is this working as designed? Do I have the ability to change it in LUA? I searched for it and it seems to reference a table that I couldn't locate (ouf.colors).

Can someone offer guidance please?

.. and my preference is to use Warrior color, though basic green would work as is more common.
Report comment to moderator  
Reply With Quote
Unread 02-27-09, 10:04 AM  
lanznaster
A Kobold Labourer

Forum posts: 0
File comments: 14
Uploads: 0
hi

love your layout, but i have only one request, is it possible to put a latency zone in the castbar, like the one in oUF Atrophia?

Tks
Report comment to moderator  
Reply With Quote
Unread 02-28-09, 04:42 AM  
fru
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Great layout! Is it possible to change the color of the health bars?
Report comment to moderator  
Reply With Quote
Unread 02-28-09, 11:28 AM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
@fru: what color do you want ?

@ lanzmaster & richerich:
added your requests to v2.5

@froidre: add this code to ouf_coree.lua
Code:
FACTION_BAR_COLORS = {
	[1] = {r = 1, g = 0, b = 0},
    [2] = {r = 1, g = 0, b = 0},
    [3] = {r = 0.75, g = 0.27, b = 0},
    [4] = {r = 1.0, g = 0.96, b = 0},
    [5] = {r = 0, g = 1, b = 0.1},
    [6] = {r = 0, g = 1, b = 0.1},
	[7] = {r = 0, g = 1, b = 0.1},
	[8] = {r = 0, g = 1, b = 0.1},
};
Report comment to moderator  
Reply With Quote
Unread 02-28-09, 02:26 PM  
daka242
A Murloc Raider

Forum posts: 9
File comments: 35
Uploads: 0
Originally posted by coree
@fru: what color do you want ?

@ lanzmaster & richerich:
added your requests to v2.5

@froidre: add this code to ouf_coree.lua
Code:
FACTION_BAR_COLORS = {
	[1] = {r = 1, g = 0, b = 0},
    [2] = {r = 1, g = 0, b = 0},
    [3] = {r = 0.75, g = 0.27, b = 0},
    [4] = {r = 1.0, g = 0.96, b = 0},
    [5] = {r = 0, g = 1, b = 0.1},
    [6] = {r = 0, g = 1, b = 0.1},
	[7] = {r = 0, g = 1, b = 0.1},
	[8] = {r = 0, g = 1, b = 0.1},
};
i added this code in ouf_coree.lua but the pet health bar is staying blue like shaman class color.
Report comment to moderator  
Reply With Quote
Unread 02-28-09, 03:01 PM  
coree
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 28
File comments: 78
Uploads: 1
Originally posted by daka242
i added this code in ouf_coree.lua but the pet health bar is staying blue like shaman class color.
add this too :
Code:
GameTooltip_UnitColor = function(unit)
	local r, g, b;
	if (UnitIsPlayer(unit)) then
		local _, englishClass = UnitClass(unit)
		r = RAID_CLASS_COLORS[englishClass].r;
		g = RAID_CLASS_COLORS[englishClass].g;
		b = RAID_CLASS_COLORS[englishClass].b;
	elseif ( UnitPlayerControlled(unit) ) then
		if ( UnitCanAttack(unit, "player") ) then
		-- Hostile players are red
			if ( not UnitCanAttack("player", unit) ) then
				r = 1.0;
				g = 1.0;
				b = 1.0;
			else
				r = FACTION_BAR_COLORS[2].r;
				g = FACTION_BAR_COLORS[2].g;
				b = FACTION_BAR_COLORS[2].b;
			end
		elseif ( UnitCanAttack("player", unit) ) then
			-- Players we can attack but which are not hostile are yellow
			r = FACTION_BAR_COLORS[4].r;
			g = FACTION_BAR_COLORS[4].g;
			b = FACTION_BAR_COLORS[4].b;
		elseif ( UnitIsPVP(unit) ) then
			-- Players we can assist but are PvP flagged are green
			r = FACTION_BAR_COLORS[6].r;
			g = FACTION_BAR_COLORS[6].g;
			b = FACTION_BAR_COLORS[6].b;
		else
			-- All other players are blue (the usual state on the "blue" server)
			r = 143/255;
			g = 194/255;
			b = 32/255;
		end
	else
		local reaction = UnitReaction(unit, "player");
		if ( reaction ) then
				r = FACTION_BAR_COLORS[reaction].r;
				g = FACTION_BAR_COLORS[reaction].g;
				b = FACTION_BAR_COLORS[reaction].b;
		else
				r = 1.0;
				g = 1.0;
				b = 1.0;
		end
	end
	return r, g, b;
end

UnitSelectionColor = GameTooltip_UnitColor;
Report comment to moderator  
Reply With Quote
Unread 02-28-09, 03:21 PM  
daka242
A Murloc Raider

Forum posts: 9
File comments: 35
Uploads: 0
thank you working like a charm !
Report comment to moderator  
Reply With Quote
Unread 03-01-09, 02:16 AM  
fru
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
Well, something dark would be nice, like 0.12, 0.12, 0.12. A class tag in the target frame would be awesome, colored by the class... for example: 80 Buddy Warrior
Last edited by fru : 03-01-09 at 02:20 AM.
Report comment to moderator  
Reply With Quote
Unread 03-01-09, 09:26 AM  
froidre
A Kobold Labourer

Forum posts: 1
File comments: 7
Uploads: 0
Color code worked perfectly for me as well. Thanks.

Will you carry that forward in future releases or shall I just patch it?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: