Download
(46Kb)
Download
Updated: 04-15-11 12:07 PM
Addon for:
oUF.
Pictures
File Info
Updated:04-15-11 12:07 PM
Created:04-11-11 11:16 PM
Downloads:2,575
Favorites:3
MD5:

oUF sRaid

Version: 1.2
by: Dimpf [More]

oUF raid frames, designed from the standpoint of a dps/tank/raid leader to be useful at a glance, while being small and out-of-the-way.

The default spawn position is the bottom right corner of the screen, and groups are oriented horizontally.

Post A Reply Comment Options
Unread 04-18-11, 08:12 PM  
Dimpf
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 22
Uploads: 5
Originally posted by kawe
hi,

blizz party/raid is still showing, how can i hide those standard frames?
To disable Blizzard party frames, change line 321 from:

Code:
'showParty', false,
to:

Code:
'showParty', true,
Sometimes, Blizzard's raid frame handle shows up on the right hand side of the screen.

You might try out Blizzard's RaidFrameRemover to take care of that.

If you're having trouble with Blizzard's raid frames still showing up, perhaps you have another mod that is interfering with the hiding of those frames.
Report comment to moderator  
Reply With Quote
Unread 04-18-11, 01:07 PM  
kawe
A Cyclonian
 
kawe's Avatar

Forum posts: 40
File comments: 95
Uploads: 1
hi,

blizz party/raid is still showing, how can i hide those standard frames?
Report comment to moderator  
Reply With Quote
Unread 04-15-11, 12:06 PM  
Dimpf
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 22
Uploads: 5
Originally posted by Morph_by
Hi!
I have a few question about your Layout:
1)How i can chage the party frames spawn pos., height\width and hide the Blizzard party frames?
2)Hide all frames when i'm solo.
------------------
FXD I myself have figured out how to do it. Thx you for great layout!
------------------
I have another problem. When I hover the cursor on the raidframe, tooltip does not show. Can you help me?

Sorry for my bad English
Yep! I've been meaning to enable tooltips for some time, just didn't get around to it, I suppose. It's quite simple, and I'll upload a new version shortly with the changes.

Because you (and other people) have made tweaks, simply adding this chunk (I added it in the update functions bit, below FocusTarget):

Code:
-- Show tooltips
local OnEnter = function(self)
    UnitFrame_OnEnter(self)
end

local OnLeave = function(self)
    UnitFrame_OnLeave(self)
end
and this chunk in the myStyle function (it's currently on like 157 for me):

Code:
	--Tooltips on mouseover
    self:SetScript("OnEnter", OnEnter)
    self:SetScript("OnLeave", OnLeave)
...should enable tooltips.

Enjoy!
Report comment to moderator  
Reply With Quote
Unread 04-15-11, 12:09 AM  
Morph_by
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 16
Uploads: 3
Hi!
I have a few question about your Layout:
1)How i can chage the party frames spawn pos., height\width and hide the Blizzard party frames?
2)Hide all frames when i'm solo.
------------------
FXD I myself have figured out how to do it. Thx you for great layout!
------------------
I have another problem. When I hover the cursor on the raidframe, tooltip does not show. Can you help me?

Sorry for my bad English
Last edited by Morph_by : 04-15-11 at 05:53 AM.
Report comment to moderator  
Reply With Quote
Unread 04-14-11, 12:35 PM  
gbart71
A Kobold Labourer

Forum posts: 1
File comments: 14
Uploads: 0
ty kindly

yay thats exactly what I was looking for; I'd actually guessed that was the line to alter, but was afraid to screw something up so thank you for the confirmation. Awesome layout, ty again.
Report comment to moderator  
Reply With Quote
Unread 04-13-11, 10:20 PM  
Dimpf
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 22
Uploads: 5
Originally posted by Tobbe8716
Shouldnt this be under layouts ?
Yes, it should be. When I went to http://www.wowinterface.com/download...oUF.html#other and clicked "Upload Optional Addon" (which I understood to be the correct place at the time) it uploaded it to Plug-Ins & Patches.

It does not appear I can change that now without reuploading. Perhaps a mod can change that...

Originally posted by gbart71
heya, am sorta an LUA newbie, but.. was wondering if there was a way to change the way the health of a target in the raid frames displays from vertically to horizontally. Mainly asking because I love the small layout and am using it to spot raid-heal and would prefer that the health be horizontal as it gets lower. Is there a spot to change the code or a value and if so, where might that be; am happy to tweak myself if I knew where to look or what to change. Love the mod; ty for your work.
Yes, you can change the health orientation by modifying the line at line 153 that reads:

Code:
	self.Health:SetOrientation('VERTICAL')
to instead read:

Code:
	self.Health:SetOrientation('HORIZONTAL')
Report comment to moderator  
Reply With Quote
Unread 04-13-11, 12:41 PM  
gbart71
A Kobold Labourer

Forum posts: 1
File comments: 14
Uploads: 0
health bar orientation change?

heya, am sorta an LUA newbie, but.. was wondering if there was a way to change the way the health of a target in the raid frames displays from vertically to horizontally. Mainly asking because I love the small layout and am using it to spot raid-heal and would prefer that the health be horizontal as it gets lower. Is there a spot to change the code or a value and if so, where might that be; am happy to tweak myself if I knew where to look or what to change. Love the mod; ty for your work.
Report comment to moderator  
Reply With Quote
Unread 04-13-11, 09:01 AM  
Tobbe8716
An Aku'mai Servant
 
Tobbe8716's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 331
Uploads: 8
Shouldnt this be under layouts ?
__________________
Arp UI oUF_Arp
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: