Download
(29Kb)
Download
Updated: 03-26-10 01:30 PM
Addon for:
oUF.
Pictures
File Info
Updated:03-26-10 01:30 PM
Created:unknown
Downloads:9,982
Favorites:27
MD5:

oUF TsoHG  Popular! (More than 5000 hits)

Version: 2.30
by: TsoHG [More]

This is my layout for oUF - as i'm playing a paladin (tankadin, before healadin), these frames are built to have overview on raidstatus, as well to heal easily. Furthermore, they have a more classical arrangement (which can be easily modified) for easy overview of the actual situation .



(I)
You will need oUF as core-addon for this layout

This layout supports the following frames:

Player
Target
TargetTarget
Focus
Party
Pet
Raid

(II)
The following addons for oUF are supported:

oUF_Banzai
oUF_DebuffHighlight
oUF_Powerspark
oUF_Experience

(III)

A list of further oUF_layouts & Addons

(IV)
Forum threads for oUF issues
oUF General discussion

oUF Layout discussion



(V)
Acknowledgements: This layout was heavily inspired by the unitframes of P3Lim - without the clear documented layouts of P3Lim, VuBce and Coldfury this layout would'nt exist, as my knowledge about Lua & oUF was <= 0

2.30 -- corrected texture issue, added LFD icon option
2.20 -- just updated TOC, somehow still working
2.10 -- removed the one line that wasn't compatible to newer oUF-versions, put focus castbar more centered above player castbar to be a better warning indicator, any further ideas/implementation are welcome
2.00 -- fix of target name color, new druidmana, compatibility new oUF_experience, adjustments, 3.0 toc
---------------
WotLK_Beta_0.30 - compatibility to newest oUF (introduced 1.1.2-4), option to hide party in raidgroup, working reactioncolor for wotlk, minor things
WotLK_Beta_0.30 - option for race in target frame, class-colored name in target frame if unit is dead, adjustments for oUF_Druidmana, oUF_Experience, Combopoints, frame positions and health
WotLK_Beta_0.23 - castbar fixed to reflect changes in oUF 1.1 on wowinterface
WotLK_Beta_0.22 - castbar support for focus frame
WotLK_Beta_0.2 - Added castbars (with option to enable/disable in the beginning of layout file), several fixes (e.g. raidicons) & tuning
WotLK_Beta_0.1 - Somehow rewritten to work with oUF 1.1 / WotLK
---------------
1.05 - fixed buff border
1.04 - fixed level issues for elite/rare etc mobs, Support for oUF_Powerspark inside
1.03 - Fixed some minor things, Support for Debuffs in Raidframes by using oUF_Debuffhighlight
1.02 - updated to work with actual oUF
1.01 - updated pet frames, so that they are at least shown
1.00 - intial release
Post A Reply Comment Options
Unread 10-09-08, 09:31 AM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
Originally posted by alrit
great layout

tankadins in battleground.. lol
like i always do...
Thanks Well it is fun for me, as one can keep enemies busy for quite a long time
Report comment to moderator  
Reply With Quote
Unread 10-09-08, 12:36 AM  
alrit
A Defias Bandit

Forum posts: 2
File comments: 24
Uploads: 0
great layout

tankadins in battleground.. lol
like i always do...
Report comment to moderator  
Reply With Quote
Unread 09-22-08, 01:16 AM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
Originally posted by antimog
Is it possible to disable the tooltip when you scroll over the raid frames? Also is there a way to make the raid frames show 40 players?
Tooltips would be kind of difficult - if your tooltips are directly at you cursor you might want to try a tooltip addon like tiptac to anchor the tooltip ?

For a larger raidgroup search THREE places (1: in OverrideUpdateName, 2: at the end of local Style, 3: at the very end of the file) in the layout.lua where you can find something like
Code:
for i=1,5 do
accompanied with "raid". Exchange simply to

Code:
for i=1,8 do
Last edited by TsoHG : 09-24-08 at 02:41 PM.
Report comment to moderator  
Reply With Quote
Unread 09-21-08, 10:14 PM  
antimog
A Kobold Labourer
 
antimog's Avatar

Forum posts: 0
File comments: 4
Uploads: 0
Is it possible to disable the tooltip when you scroll over the raid frames? Also is there a way to make the raid frames show 40 players?
Report comment to moderator  
Reply With Quote
Unread 09-19-08, 08:59 AM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
Originally posted by EridaNuuS
Thanks work.

How to increase the size of cubes in raid ?

Search and read a bit to get into it It's easy to find if you look for things like "oUF_Raid" accompanied with "initial-height" / "initial-width". Remember that you also have to adjust not only the general size but also size of healthbar & powerbar which definitions you will find also there.
Last edited by TsoHG : 09-19-08 at 09:01 AM.
Report comment to moderator  
Reply With Quote
Unread 09-19-08, 04:16 AM  
EridaNuuS
A Kobold Labourer

Forum posts: 1
File comments: 44
Uploads: 0
Originally posted by TsoHG
in v.1.05 there is such a function at the very end of the layout file which can be copied into the newer version
Thanks work.

How to increase the size of cubes in raid ?
Report comment to moderator  
Reply With Quote
Unread 09-18-08, 04:39 AM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
Originally posted by EridaNuuS
How to hide party frime in raid ?
in v.1.05 there is such a function at the very end of the layout file which can be copied into the newer version
Report comment to moderator  
Reply With Quote
Unread 09-17-08, 08:31 AM  
EridaNuuS
A Kobold Labourer

Forum posts: 1
File comments: 44
Uploads: 0
How to hide party frime in raid ?
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 10:35 PM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
if you mean reaction-colors search for

self.Health.colorTapping = false
self.Health.colorDisconnected = true
self.Health.colorClass = true
self.Health.colorReaction = true

and play with the parameters - a bit below similar options can be found for power
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 03:11 PM  
EridaNuuS
A Kobold Labourer

Forum posts: 1
File comments: 44
Uploads: 0
Originally posted by TsoHG
That is indeed intended ! You can change that by changing the color code in the local updatehealth function (~ line 171).

Should be (if you want class colors overall) something like:

local color = RAID_CLASS_COLORS[select(2, UnitClass(unit))]
if(color) then
bar:SetStatusBarColor(color.r, color.g, color.b)
if(bar.bg) then bar.bg:SetVertexColor(color.r, color.g, color.b, .30) end
end


In new version. vere fix thet ?
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 06:44 AM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
What AddOns you use for Action Bar ?
What AddOns you use for Buff ?


At the moment i use:
Action Bar: 'Dominos' + 'Buttonfacade' + 'Buttonfacade: Rothar'
--> all can be found here on wowinterface

Buffs: rBuff, which is also included in the RothUI package

Edit: -> Satrina Buff frames 2 might be easier and work nice with 'Buttonfacade' + 'Buttonfacade: Rothar'
Last edited by TsoHG : 09-18-08 at 11:33 AM.
Report comment to moderator  
Reply With Quote
Unread 09-16-08, 04:46 AM  
EridaNuuS
A Kobold Labourer

Forum posts: 1
File comments: 44
Uploads: 0
"WotLK_Beta_0.30 - option for race in target frame, class-colored name in target frame if unit is dead, adjustments for oUF_Druidmana, oUF_Experience, Combopoints, frame positions and health"

Big Big thanks.

What AddOns you use for Action Bar ?
What AddOns you use for Buff ?
Last edited by EridaNuuS : 09-16-08 at 04:50 AM.
Report comment to moderator  
Reply With Quote
Unread 09-15-08, 08:34 AM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
Originally posted by EridaNuuS
When the target is dead, and unitframe is grey color,
it is necessary to revive a certain class
how it to make?
Ok got your point - in the next version the name will be class-colored if the target unit is dead or a ghost. Furthermore, race is available as an option.
Report comment to moderator  
Reply With Quote
Unread 09-14-08, 01:33 PM  
EridaNuuS
A Kobold Labourer

Forum posts: 1
File comments: 44
Uploads: 0
Originally posted by TsoHG
Class is shown by healthbar colors, lvl is already shown on the target and race is quite obvious to see ingame (although i will think of implement it for players, as for npc's its not really usefull).
When the target is dead, and unitframe is grey color,
it is necessary to revive a certain class
how it to make?
Report comment to moderator  
Reply With Quote
Unread 09-13-08, 11:59 AM  
TsoHG
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 30
Uploads: 1
Originally posted by EridaNuuS
please add
support class/lvl and race
How i can fix thet ?
Class is shown by healthbar colors, lvl is already shown on the target and race is quite obvious to see ingame (although i will think of implement it for players, as for npc's its not really usefull).
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: