Download
(818Kb)
Download
Updated: 09-16-13 07:43 PM
Pictures
File Info
Updated:09-16-13 07:43 PM
Created:01-19-09 05:04 AM
Downloads:62,312
Favorites:241
MD5:

oUF Freebgrid  Popular! (More than 5000 hits)

Version: 6.9.13
by: Freebaser [More]

Supported oUF Version: 1.6.x

Party/Raid unit frames using the oUF framework.

Units Supported:
-- party
-- raid
-- maintanks
-- pets and vehicles

Features:
-- Class corner indicators
-- Raid (de)buffs icons with priority
-- Class dispel icons
-- Aggro highlighting
-- Mouseover highlight
-- Out of range arrow
-- Range alpha
-- Heal Predication bar and/or text
-- Alt Power text
-- Health text - percent, deficit or actual
-- Vertical and horizontal layouts
-- Mana bars
-- Target and Focus border
-- AFK / DC timer
-- SharedMedia support
-- oRA3 tank support

FAQs
/freeb will unlock the frames
/freeb <something> will open the interface panel.

oUF is included in this addon but it is only accessible to Freebgrid.

Q: How do I create new indicators?
A: Edit tags.lua (some lua skills required). I've added at least one indicator to every healing class, so you can use those as an example(always open to suggestions). Then add the tag name to your class table at the bottom of the tags.lua.

Q: How do I add raid (de)buffs?
A: Use the aura_list.lua file to add spell names or GetSpellInfo(spellid) to the aura table and set a priority number >= 1(Higher numbers show over lower).

Most of the general setting can be done in the interface panel and usually requires a ReloadUI when your done.

version 6.9.12
-- fix toc

version 6.9.11
-- aura_list update
-- oUF update

version 6.9.10
-- fix heal texture and aura border

version 6.9.9
-- fix for 5.1
-- toc bump
-- aura list update

version 6.9.8
-- fix vertical hp reversed

version 6.9.7
-- add monk to indicator table

version 6.9.6
-- update some tags
-- add monk to dispel list

version 6.9.5
-- fix pom tag

version 6.9.4
-- fix healbar error

version 6.9.3
-- more 5.0 fixes

version 6.9.1
-- update for 5.0.4 / oUF 1.6

version 6.9

-- remove talent detect for class dispels(hard code types instead)
-- option to scale raid based on number of members
-- option to invert fill direction
Optional Files (0)


Post A Reply Comment Options
Unread 11-28-12, 04:00 PM  
Tricks_of_the_Trade
A Kobold Labourer

Forum posts: 0
File comments: 13
Uploads: 0
where can i change position of the text? i want that health %, afk, DC text were shown on the right of the frame, not on center.
Report comment to moderator  
Reply With Quote
Unread 11-28-12, 01:47 AM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Originally Posted by Ellementz
With 5.1 came a bug where the nameplates are all white?
Should be fixed

@Ryjer

A user (secured on github) submitted an updated aura_list for Vaults, HoF, and Terrace. I haven't had a chance to test them all, but it looks good to go and is included in the latest update.
Report comment to moderator  
Reply With Quote
Unread 11-27-12, 08:28 PM  
Ellementz
A Kobold Labourer
 
Ellementz's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 60
Uploads: 7
With 5.1 came a bug where the nameplates are all white?

Report comment to moderator  
Reply With Quote
Unread 11-20-12, 12:41 PM  
Ryjer
A Kobold Labourer

Forum posts: 0
File comments: 21
Uploads: 0
Hey Freeb, awesome grid addon, probably the best one I've used up to date. The only issue I'm having (well maybe not an issue) is that I want debuffs from bosses to appear on the grid. Is there any way to do that?


Thanks!
Report comment to moderator  
Reply With Quote
Unread 11-09-12, 04:24 PM  
adrii
A Kobold Labourer

Forum posts: 1
File comments: 9
Uploads: 0
Hey how can i remove the runes?

Hey i wonder where in the Ouf files can i remove/hide runes?

Im using Ouf Freeb if that matters at all

thx in advance!

Love your work!
Report comment to moderator  
Reply With Quote
Unread 10-31-12, 01:20 AM  
lynce
A Cyclonian
 
lynce's Avatar

Forum posts: 48
File comments: 92
Uploads: 0
I can't seem to figure this out, so i'm just going to ask: Is it possible to have two rows? Because at the moment i have one row with groups of five, and in 40-man they stretches across the screen.
Report comment to moderator  
Reply With Quote
Unread 10-29-12, 04:16 AM  
upyursh
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 57
Uploads: 7
MotW Update

Hey I was getting very annoyed with dirty monks rebuffing and putting a spot for motw

Code:
oUF.Tags.Methods['freebgrid:motw'] = function(u) if not(UnitAura(u, GetSpellInfo(1126)) or UnitAura(u,GetSpellInfo(20217)) or UnitAura(u,GetSpellInfo(115921))) then return "|cff00A1DE"..x.."|r" end end
oUF.Tags.Events['freebgrid:motw'] = "UNIT_AURA"
Hope this helps

Upy
Report comment to moderator  
Reply With Quote
Unread 10-26-12, 03:52 AM  
bladejerry
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Try to add some code to tag.lua for my monk
Line 303
Code:
--Monk
oUF.Tags.Methods['freebgrid:renw'] = function(u) 
    local name, _,_,_,_,_,_, fromwho = UnitAura(u, GetSpellInfo(115151))
    if(fromwho == 'player') then return "|cff00FEBF"..x.."|r" end
end
oUF.Tags.Events['freebgrid:renw'] = 'UNIT_AURA'

oUF.Tags.Methods['freebgrid:renwTime'] = function(u)
    local name, _,_,_,_,_, expirationTime, fromwho = UnitAura(u, GetSpellInfo(115151))
    if(fromwho == "player") then return getTime(expirationTime) end 
end
oUF.Tags.Events['freebgrid:renwTime'] = 'UNIT_AURA'
Line 386
Code:
["MONK"] = {
		["TL"] = "[freebgrid:renw]",
		["TR"] = "",
		["BL"] = "",
		["BR"] = "",
		["Cen"] = "[freebgrid:renwTime]",
	        },
Report comment to moderator  
Reply With Quote
Unread 10-25-12, 12:01 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Re: Losing texture

Originally Posted by Sarutankah
Hi, awesome addon - have been using since I found it.

Only one issue for me - whenever I select "reverse fill direction" in status bar menu and have anyone coming in and out of groups/raids (or sometimes solo) the colour will change to a shiny silver.

Only happens when that option is checked, have that option checked because have swapped the background colour etc.

Hopefully fixable, does my head in when the bars move the wrong way so I have gone to a more traditional colour scheme.

Have replicated issue with NO other addons installed and all other settings at default.

EDIT: Only happens when Status bars are set to VERTICAL and reverse fill.
I couldn't reproduce exactly what you said, but did fix a typo related to vertical and reverse fill. I assume that fixed it, let me know otherwise.

How should I add Monk's spell,for example,Renewing Mist?
thx..
All the indicators are configured in the tags.lua. I don't have a monk or really know anything about them. Maybe someone could share their monk stuff
Report comment to moderator  
Reply With Quote
Unread 10-23-12, 07:28 PM  
Sarutankah
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 2
Uploads: 3
Losing texture

Hi, awesome addon - have been using since I found it.

Only one issue for me - whenever I select "reverse fill direction" in status bar menu and have anyone coming in and out of groups/raids (or sometimes solo) the colour will change to a shiny silver.

Only happens when that option is checked, have that option checked because have swapped the background colour etc.

Hopefully fixable, does my head in when the bars move the wrong way so I have gone to a more traditional colour scheme.

Have replicated issue with NO other addons installed and all other settings at default.

EDIT: Only happens when Status bars are set to VERTICAL and reverse fill.
Last edited by Sarutankah : 10-23-12 at 11:44 PM.
Report comment to moderator  
Reply With Quote
Unread 10-22-12, 05:53 PM  
Djokart
A Kobold Labourer
 
Djokart's Avatar

Forum posts: 0
File comments: 51
Uploads: 0
After /reload just fly in walley of the four winds

Message: Interface\AddOns\oUF_Freebgrid\freebgrid.lua:786: script ran too long
Time: 10/23/12 03:49:09
Count: 1
Stack: [C]: in function `LoadAddOn'
Interface\AddOns\oUF_Freebgrid\freebgrid.lua:786: in function <Interface\AddOns\oUF_Freebgrid\freebgrid.lua:783>
[C]: in function `Show'
Interface\FrameXML\UIParent.lua:1738: in function `SetUIPanel'
Interface\FrameXML\UIParent.lua:1543: in function `ShowUIPanel'
Interface\FrameXML\UIParent.lua:1469: in function <Interface\FrameXML\UIParent.lua:1465>
[C]: in function `SetAttribute'
Interface\FrameXML\UIParent.lua:2179: in function `ShowUIPanel'
[string "*:OnClick"]:2: in function <[string "*:OnClick"]:1>

Locals:
__________________
Evil is Good
Report comment to moderator  
Reply With Quote
Unread 10-22-12, 05:22 PM  
bladejerry
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
How should I add Monk's spell,for example,Renewing Mist?
thx..
Report comment to moderator  
Reply With Quote
Unread 10-14-12, 05:01 AM  
Linkszwodrei
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
There seems to be a bug with the Reverse Fill Functionality.
When you use that the Unitframes will become blank und you see only the texture.

I don't get an lua error.
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 04:27 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Originally Posted by Shabazza
Hello,

with newest version on my monk:

Code:
1x oUF_Freebgrid-6.9.6\elements\indicators.lua:18: attempt to index field "?" (a nil value)
<in C code>
<in C code>
FrameXML\RestrictedFrames.lua:604: in function <FrameXML\RestrictedFrames.lua:603>
FrameXML\RestrictedFrames.lua:742: in function "CallMethod"
[string "		local header = self:GetParent()RestrictedExecution.lua:441: in function <FrameXML\RestrictedExecution.lua:412>
FrameXML\SecureGroupHeaders.lua:108: in function <FrameXML\SecureGroupHeaders.lua:102>
FrameXML\SecureGroupHeaders.lua:158: in function <FrameXML\SecureGroupHeaders.lua:115>
FrameXML\SecureGroupHeaders.lua:393: in function <FrameXML\SecureGroupHeaders.lua:382>
<in C code>
FrameXML\SecureStateDriver.lua:100: in function <FrameXML\SecureStateDriver.lua:95>
FrameXML\SecureStateDriver.lua:164: in function <FrameXML\SecureStateDriver.lua:146>
<in C code>
FrameXML\SecureStateDriver.lua:11: in function "RegisterAttributeDriver"
oUF_Freebgrid-6.9.6\oUF\ouf.lua:533: in function "SpawnHeader"
oUF_Freebgrid-6.9.6\freebgrid.lua:674: in function <oUF_Freebgrid\freebgrid.lua:604>
oUF_Freebgrid-6.9.6\freebgrid.lua:713: in function "func"
oUF_Freebgrid-6.9.6\oUF\factory.lua:20: in function <oUF_Freebgrid\oUF\factory.lua:16>
(tail call): ?

Locals:
nil
should be fixed in the latest update
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 09:33 AM  
Shabazza
A Kobold Labourer

Forum posts: 1
File comments: 50
Uploads: 0
Hello,

with newest version on my monk:

Code:
1x oUF_Freebgrid-6.9.6\elements\indicators.lua:18: attempt to index field "?" (a nil value)
<in C code>
<in C code>
FrameXML\RestrictedFrames.lua:604: in function <FrameXML\RestrictedFrames.lua:603>
FrameXML\RestrictedFrames.lua:742: in function "CallMethod"
[string "		local header = self:GetParent()RestrictedExecution.lua:441: in function <FrameXML\RestrictedExecution.lua:412>
FrameXML\SecureGroupHeaders.lua:108: in function <FrameXML\SecureGroupHeaders.lua:102>
FrameXML\SecureGroupHeaders.lua:158: in function <FrameXML\SecureGroupHeaders.lua:115>
FrameXML\SecureGroupHeaders.lua:393: in function <FrameXML\SecureGroupHeaders.lua:382>
<in C code>
FrameXML\SecureStateDriver.lua:100: in function <FrameXML\SecureStateDriver.lua:95>
FrameXML\SecureStateDriver.lua:164: in function <FrameXML\SecureStateDriver.lua:146>
<in C code>
FrameXML\SecureStateDriver.lua:11: in function "RegisterAttributeDriver"
oUF_Freebgrid-6.9.6\oUF\ouf.lua:533: in function "SpawnHeader"
oUF_Freebgrid-6.9.6\freebgrid.lua:674: in function <oUF_Freebgrid\freebgrid.lua:604>
oUF_Freebgrid-6.9.6\freebgrid.lua:713: in function "func"
oUF_Freebgrid-6.9.6\oUF\factory.lua:20: in function <oUF_Freebgrid\oUF\factory.lua:16>
(tail call): ?

Locals:
nil
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: