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,435
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 03-03-11, 11:31 AM  
shUI
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 340
Uploads: 5
Looks great bud. Let me know if you need any help testing/debugging the code.
__________________
shPerformance: Data Broker memory/latency/fps usage display utility
shNameplates: Lightweight, simple, and sexy nameplates
shClock: Lightweight and simple data broker clock
Report comment to moderator  
Reply With Quote
Unread 03-03-11, 09:32 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Woot! Thanks for the new features !
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 04:59 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 10leej
I get the following lua error

Message: Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:546: <unnamed>:SetFormattedText(): Font not set
Time: 02/28/11 04:21:22
Count: 1
Stack: [C]: in function `SetFormattedText'
Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:546: in function `UpdateTag'
Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:412: in function `func'
Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:133: in function `UpdateAllElements'
Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:73: in function <Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:59>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureGroupHeaders.lua:195: in function <Interface\FrameXML\SecureGroupHeaders.lua:115>
Interface\FrameXML\SecureGroupHeaders.lua:457: in function <Interface\FrameXML\SecureGroupHeaders.lua:381>
[C]: in function `Show'
Interface\FrameXML\SecureStateDriver.lua:100: in function <Interface\FrameXML\SecureStateDriver.lua:95>
Interface\FrameXML\SecureStateDriver.lua:164: in function <Interface\FrameXML\SecureStateDriver.lua:146>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureStateDriver.lua:11: in function `RegisterAttributeDriver'
Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:448: in function `SpawnHeader'
Interface\AddOns\oUF_Freebgrid\freebgrid.lua:678: in function <Interface\AddOns\oUF_Freebgrid\freebgrid.lua:622>
Interface\AddOns\oUF_Freebgrid\freebgrid.lua:716: in function `func'
Interface\AddOns\oUF_Freebgrid\oUF\factory.lua:17: in function <Interface\AddOns\oUF_Freebgrid\oUF\factory.lua:13>
(tail call): ?

Locals: (*temporary) = <unnamed> {
0 = <userdata>
UpdateTag = <function> defined @Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:538
parent = Raid_FreebgridUnitButton1 {
}
overrideUnit = true
}
(*temporary) = "%s"
(*temporary) = ""
The font you have set can not be found. Try a different font or make sure the addon that added the font to libsharedmedia still exists.
Report comment to moderator  
Reply With Quote
Unread 02-28-11, 03:21 AM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
I get the following lua error

Message: Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:546: <unnamed>:SetFormattedText(): Font not set
Time: 02/28/11 04:21:22
Count: 1
Stack: [C]: in function `SetFormattedText'
Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:546: in function `UpdateTag'
Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:412: in function `func'
Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:133: in function `UpdateAllElements'
Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:73: in function <Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:59>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureGroupHeaders.lua:195: in function <Interface\FrameXML\SecureGroupHeaders.lua:115>
Interface\FrameXML\SecureGroupHeaders.lua:457: in function <Interface\FrameXML\SecureGroupHeaders.lua:381>
[C]: in function `Show'
Interface\FrameXML\SecureStateDriver.lua:100: in function <Interface\FrameXML\SecureStateDriver.lua:95>
Interface\FrameXML\SecureStateDriver.lua:164: in function <Interface\FrameXML\SecureStateDriver.lua:146>
[C]: in function `SetAttribute'
Interface\FrameXML\SecureStateDriver.lua:11: in function `RegisterAttributeDriver'
Interface\AddOns\oUF_Freebgrid\oUF\ouf.lua:448: in function `SpawnHeader'
Interface\AddOns\oUF_Freebgrid\freebgrid.lua:678: in function <Interface\AddOns\oUF_Freebgrid\freebgrid.lua:622>
Interface\AddOns\oUF_Freebgrid\freebgrid.lua:716: in function `func'
Interface\AddOns\oUF_Freebgrid\oUF\factory.lua:17: in function <Interface\AddOns\oUF_Freebgrid\oUF\factory.lua:13>
(tail call): ?

Locals: (*temporary) = <unnamed> {
0 = <userdata>
UpdateTag = <function> defined @Interface\AddOns\oUF_Freebgrid\oUF\elements\tags.lua:538
parent = Raid_FreebgridUnitButton1 {
}
overrideUnit = true
}
(*temporary) = "%s"
(*temporary) = ""
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 04:19 PM  
shUI
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 340
Uploads: 5
Originally posted by Freebaser
It was never in freebgrid but I plan to have smooth support in the next update.



I do have plans for it. May or may not be in the next update.
That sounds great! Let me know if you need any help bud
__________________
shPerformance: Data Broker memory/latency/fps usage display utility
shNameplates: Lightweight, simple, and sexy nameplates
shClock: Lightweight and simple data broker clock
Report comment to moderator  
Reply With Quote
Unread 02-11-11, 06:26 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 shUI
Quick question, did you get rid of oUF_SoothUpdate? I want to make my health bars move smoother and I guess more frequently?
It was never in freebgrid but I plan to have smooth support in the next update.

Any plans for supporting oUF ResComm or anything like that in the future ?
I do have plans for it. May or may not be in the next update.
Report comment to moderator  
Reply With Quote
Unread 02-10-11, 03:04 PM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Any plans for supporting oUF ResComm or anything like that in the future ?
Report comment to moderator  
Reply With Quote
Unread 02-05-11, 03:36 PM  
shUI
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 8
File comments: 340
Uploads: 5
Quick question, did you get rid of oUF_SoothUpdate? I want to make my health bars move smoother and I guess more frequently?
__________________
shPerformance: Data Broker memory/latency/fps usage display utility
shNameplates: Lightweight, simple, and sexy nameplates
shClock: Lightweight and simple data broker clock
Report comment to moderator  
Reply With Quote
Unread 02-04-11, 12:37 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Originally posted by Maxen
I'm wondering if we can sort groups by alphabetical order ? I saw an option about having multiple headers, but not sure what it does... thanks!
Got it. Adding this line in the SpawnHeader call did sort my groups.

Code:
'sortMethod', 'NAME',
Report comment to moderator  
Reply With Quote
Unread 02-03-11, 09:15 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
I'm wondering if we can sort groups by alphabetical order ? I saw an option about having multiple headers, but not sure what it does... thanks!
Report comment to moderator  
Reply With Quote
Unread 02-03-11, 01:26 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 otrebla
So I'm having a few issues. I downloaded a premade ui that comes with ouf_freeb. And with it comes it's own raid frames too, though it's not ouf_freebgrid, but I know it's still part of ouf_freeb. (Hope that makes sense) Anyway, I can't figure out how to get raid debuffs or ready check status to show on the grid type raid frames. I see the folder for raid debuffs and everything but it just doesn"t show up during raids. Any ideas as to why ready checks/debuffs aren't showing up?

Thanks in advance.
I can't support modified versions included in UIs. Your best bet is the UI author.
Report comment to moderator  
Reply With Quote
Unread 02-02-11, 04:40 PM  
otrebla
A Kobold Labourer

Forum posts: 1
File comments: 91
Uploads: 0
So I'm having a few issues. I downloaded a premade ui that comes with ouf_freeb. And with it comes it's own raid frames too, though it's not ouf_freebgrid, but I know it's still part of ouf_freeb. (Hope that makes sense) Anyway, I can't figure out how to get raid debuffs or ready check status to show on the grid type raid frames. I see the folder for raid debuffs and everything but it just doesn"t show up during raids. Any ideas as to why ready checks/debuffs aren't showing up?

Thanks in advance.
Last edited by otrebla : 02-02-11 at 05:06 PM.
Report comment to moderator  
Reply With Quote
Unread 02-02-11, 02:08 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 Crociato
Since the upgrade i've a lot of problem with customization, power bar doesn't show up even if the box is checked and the color is set and so on. Health bar stay always the same when pgs loose health, i tryied ticking all various boxes but it seems useless.
Need help please :S
Did you completely remove the freebgrid folders before you installed? If not, try a clean install and run

Code:
/script oUF_FreebgridDB = nil
and

Code:
/console reloadui
Last edited by Freebaser : 02-02-11 at 02:09 AM.
Report comment to moderator  
Reply With Quote
Unread 02-01-11, 09:24 AM  
Crociato
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Since the upgrade i've a lot of problem with customization, power bar doesn't show up even if the box is checked and the color is set and so on. Health bar stay always the same when pgs loose health, i tryied ticking all various boxes but it seems useless.
Need help please :S
Report comment to moderator  
Reply With Quote
Unread 01-27-11, 11:50 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Originally posted by Toran
Freebaser, you are pure WIN. Just sayin.
/signed :-)
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: