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,287
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-20-13, 12:10 AM  
Zaeolos
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Re: ~Physical debuffs

Originally Posted by atomsforpeace
I'm having an issue with this addon when used as part of the Neav UI package.

I'd like to disable physical debuffs from appearing on my frames as they are shown needlessly. Can anyone provide an insight?
Try removing the two Debuffs in the aura_list.lua file. It is in the ns.auras section.
Report comment to moderator  
Reply With Quote
Unread 03-19-13, 07:19 PM  
KiLLMasTer
A Deviate Faerie Dragon
 
KiLLMasTer's Avatar

Forum posts: 12
File comments: 74
Uploads: 0
Plz update man this is a good addon....
__________________
My Toons: LVL 70 MW Monk Name Brewballs on Ysera
US. LVL 70 Restoration Druid Name Goodfel on Ysera US
Report comment to moderator  
Reply With Quote
Unread 03-16-13, 03:47 AM  
atomsforpeace
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
~Physical debuffs

I'm having an issue with this addon when used as part of the Neav UI package.

I'd like to disable physical debuffs from appearing on my frames as they are shown needlessly. Can anyone provide an insight?
Last edited by atomsforpeace : 03-16-13 at 03:47 AM.
Report comment to moderator  
Reply With Quote
Unread 03-09-13, 07:30 AM  
l0lder
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
auralist 4 5.2. Not sure that everything is right, but...


Code:
	[930] = { --[[ Throne of Thunder ]]--
		
	 -- Jin'rokh the Breaker
	[GetSpellInfo(138349)] = 3,	-- Static Wound (Tank stacks)
	[GetSpellInfo(137371)] = 3,	-- Thundering Throw (Tank stun)
	[GetSpellInfo(138732)] = 3,	-- Ionization (Heroic - Dispel)
	[GetSpellInfo(137422)] = 3,	-- Focused Lightning (Fixated - Kiting)
	[GetSpellInfo(138006)] = 3,	-- Electrified Waters (Pool)

	-- Horridon
	[GetSpellInfo(136767)] = 3,	-- Triple Puncture (Tank stacks)
	[GetSpellInfo(136708)] = 4,	-- Stone Gaze (Stun)
	[GetSpellInfo(136654)] = 3,	-- Rending Charge (DoT)
	[GetSpellInfo(136719)] = 3,	-- Blazing Sunlight (Dispel)
	[GetSpellInfo(136587)] = 3,	-- Venom Bolt Volley (Dispel)
	[GetSpellInfo(136710)] = 3,	-- Deadly Plague (Dispel)
	[GetSpellInfo(136512)] = 3,	-- Hex of Confusion (Dispel)
	-- [GetSpellInfo(136723)] = 3, -- Sand Trap (Pool)

	-- Council of Elders
	[GetSpellInfo(136903)] = 3,	-- Frigid Assault (Tank stacks)
	[GetSpellInfo(136922)] = 3,	-- Frostbite (DoT + stun)
	[GetSpellInfo(136857)] = 3,	-- Entrapped (Dispel)
	[GetSpellInfo(137359)] = 3,	-- Marked Soul (Fixated - Kiting)
	[GetSpellInfo(137641)] = 3,	-- Soul Fragment (Heroic)

	-- Tortos
	[GetSpellInfo(136753)] = 3,	-- Slashing Talons (Tank DoT)
	[GetSpellInfo(137633)] = 3,	-- Crystal Shell (Heroic)

	-- Megaera
	[GetSpellInfo(137731)] = 3,	-- Ignite Flesh (Tank DoT)
	[GetSpellInfo(139843)] = 3,	-- Arctic Freeze (Tank Stun)
	[GetSpellInfo(139840)] = 3,	-- Rot Armor (Tank stacks)
	[GetSpellInfo(134391)] = 3,	-- Cinder (DoT Dispell)
	[GetSpellInfo(139857)] = 3,	-- Torrent of Ice (Fixated - Kiting)
	[GetSpellInfo(140179)] = 3,	-- Suppression (Heroic Dispell)
	[GetSpellInfo(139909)] = 3,	-- Icy Ground (Pool)

	-- Ji-Kun
	[GetSpellInfo(140092)] = 3,	-- Infected Talons (Tank DoT)
	[GetSpellInfo(134256)] = 3,	-- Slimed (DoT)

	-- Durumu the Forgotten
	[GetSpellInfo(133768)] = 4,	-- Arterial Cut (Tank stacks)
	[GetSpellInfo(133767)] = 3,	-- Serious Wound (Tank only)
	[GetSpellInfo(133798)] = 3,	-- Life Drain (Stun)
	[GetSpellInfo(133597)] = 3,	-- Dark Parasite (Heroic Dispel)

	-- Primordius
	[GetSpellInfo(136050)] = 3,	-- Malformed Blood (Tank stacks)
	[GetSpellInfo(136228)] = 3,	-- Volatile Pathogen (DoT)

	-- Dark Animus
	[GetSpellInfo(138569)] = 3,	-- Explosive Slam (Tank stacks)
	[GetSpellInfo(138659)] = 3,	-- Touch of the Animus (DoT)

	-- Iron Qon
	[GetSpellInfo(134691)] = 3,	-- Impale (Tank stacks)
	[GetSpellInfo(134628)] = 3,	-- Unleashed Flame (Damage staks)
	[GetSpellInfo(136192)] = 3,	-- Lightning Storm (Stun)

	-- Twin Consorts
	[GetSpellInfo(137408)] = 3,	-- Fan of Flames (Tank stacks)
	[GetSpellInfo(136722)] = 3,	-- Slumber Spores (Dispel)
	[GetSpellInfo(137341)] = 3,	-- Beast of Nightmares (Fixate)
	[GetSpellInfo(137360)] = 3,	-- Corrupted Healing (Healer stacks)

	-- Lei Shen
	[GetSpellInfo(135000)] = 3,	-- Decapitate (Tank only)
	[GetSpellInfo(136478)] = 3,	-- Fusion Slash (Tank only)
	[GetSpellInfo(136914)] = 3,	-- Electrical Shock (Tank only)
	[GetSpellInfo(135695)] = 3,	-- Static Shock (Damage Split)
	},
Last edited by l0lder : 03-09-13 at 08:44 AM.
Report comment to moderator  
Reply With Quote
Unread 03-02-13, 03:48 AM  
lynce
A Cyclonian
 
lynce's Avatar

Forum posts: 48
File comments: 92
Uploads: 0
I don't know if someone have requested this before, but would it be possible to implement profiles? Hving different setups for different character is something i really miss.
Report comment to moderator  
Reply With Quote
Unread 02-27-13, 07:17 PM  
KiLLMasTer
A Deviate Faerie Dragon
 
KiLLMasTer's Avatar

Forum posts: 12
File comments: 74
Uploads: 0
is there away to make a raid anchor and a party anchor because I would like to have my raid to the bottom left of my screen and my party anchor in the center of my screen.....
__________________
My Toons: LVL 70 MW Monk Name Brewballs on Ysera
US. LVL 70 Restoration Druid Name Goodfel on Ysera US
Last edited by KiLLMasTer : 02-27-13 at 07:18 PM.
Report comment to moderator  
Reply With Quote
Unread 02-26-13, 12:13 PM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
Re: same here

i managed to hide it... i took kill.lua from oUF_NeavRaid (https://github.com/renstrom/NeavUI/b...vRaid/kill.lua) and put it in oUF_Freebgrid.

Had to change oUF_Freebgrid.toc so kill.lua would be loaded .. just add kill.lua at the end of the file after load.xml

Originally Posted by glupikreten
im wondering this too... i find no option in config and in lua's...

for now i have macro with /script CompactRaidFrameManager:Hide() but i'd prefer addon do that when log in or needed (when join raid)...

Originally Posted by 6954658
awesome addons!!!
BTW, how can i hide original raid framework?
Report comment to moderator  
Reply With Quote
Unread 02-26-13, 06:27 AM  
glupikreten
A Theradrim Guardian

Forum posts: 60
File comments: 69
Uploads: 0
same here

im wondering this too... i find no option in config and in lua's...

for now i have macro with /script CompactRaidFrameManager:Hide() but i'd prefer addon do that when log in or needed (when join raid)...

Originally Posted by 6954658
awesome addons!!!
BTW, how can i hide original raid framework?
Report comment to moderator  
Reply With Quote
Unread 02-18-13, 03:16 PM  
Ryye
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Amazing addon, been using this forever now, I was wondering how to left-align the names in the raid frames, the config doesn't seem to have an option unless I'm overlooking things.
Report comment to moderator  
Reply With Quote
Unread 01-31-13, 09:02 PM  
onkel
A Kobold Labourer

Forum posts: 1
File comments: 17
Uploads: 0
aura_list.lua
--Blade Lord Ta'yak
[GetSpellInfo(123180)] = 7, --Wind Step

Important debuff for heroic mode. Also you might want to change "Closed circuit" on Elegon to a higher priority so it won't be covered by the stacking debuff.
Report comment to moderator  
Reply With Quote
Unread 01-30-13, 04:49 PM  
Icycold
A Kobold Labourer

Forum posts: 1
File comments: 22
Uploads: 0
Hey, I have this set to show a role icon, any reason why it's only showing the healer and tanks role icon and not the DPS? All tanks & heals are marked but dps have no dps icon.
Report comment to moderator  
Reply With Quote
Unread 12-19-12, 10:10 AM  
marissea
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Sorting groups by role

Thank you for this amazing addon.

I play a shaman healer. I've switched from Grid and I don't regret it in the least, except for one little thing that made my healing life considerably easier - sorting groups by role.

A great example of that solution is implemented in Grid Configrable Layouts where groups can be sorted by four roles: tank, healers, melee dps or ranged dps.

That last distinction, while not crucial was an addional way for me to know (on those boss fights where melee and ranged dps groups stand far away from each other) where my chain heal is going to land - without the need to look up from my frames.

Just my suggestion. Once again: thank you for your work.
Report comment to moderator  
Reply With Quote
Unread 12-14-12, 09:55 AM  
Ryjer
A Kobold Labourer

Forum posts: 0
File comments: 21
Uploads: 0
Is there anyway so that it shows the DPS role in the grid? It's only showing Heals and Tanks.
Report comment to moderator  
Reply With Quote
Unread 12-05-12, 10:31 AM  
asiawower
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
player and the others prediction heal bars are invisible

Hi,i am chinese wower,i have used ouf freebgrid over one year.
i thank for your addon.
but,when i use the grid,i dont see the prediction bars.You know,its inconvenient to a healer.
So i look forward your new version or words.thanks.
Report comment to moderator  
Reply With Quote
Unread 12-01-12, 12:20 PM  
6954658
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
awesome addons!!!
BTW, how can i hide original raid framework?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: