Download
(101Kb)
Download
Updated: 09-24-12 11:55 PM
Addon for:
oUF.
Pictures
File Info
Updated:09-24-12 11:55 PM
Created:01-04-09 06:56 PM
Downloads:23,232
Favorites:82
MD5:

oUF Freeb  Popular! (More than 5000 hits)

Version: 4.7.1
by: Freebaser [More]

Supported oUF Version: 1.6.x

Supported Units
-- player
-- target
-- targettarget
-- pet
-- focus
-- vehicle
-- boss frames


Supported Plugins
-- oUF_Experience
-- oUF_Smooth


Make the frames movable! oUF_MovableFrames

http://github.com/freebaser/oUF_Freeb/commits/master

v4.7.1
-- update some class elements
-- minor fixes

v4.7
-- update for oUF 1.6 and wow 5.0

v4.6.1
-- minor fix to avoid error on ptr

v4.6
-- various fixes

v4.5.1
-- tag fixes

v4.5
-- AltPowerBar
-- boss castbars
-- re-work spawning
-- add power text
-- various tweaks

v4.4
-- eclipse bar
-- enable focus castbar

v4.3.2
-- fix raid bg color
-- pixel border option

v4.3.1
-- fix background colors
-- add experience text

v4.3
-- update for oUF_Experience
-- add some color options
-- font outline
-- hp/power height option

v4.1 / 4.2
-- update for oUF changes
-- include oUF core

v4.0
-- live and beta compatible(beta requires newest oUF http://github.com/haste/oUF)

v3.1
-- update rune support

v3.0
-- support for oUF 1.4

v2.6
-- focus target
-- oUF_Totembar support
-- oUF_WeaponEnchant support
-- disable portrait option
-- scale option

v2.5
-- class colored bar option
-- aura border option
-- add tag for raid info(dead, d/c, ghost)

v2.4
-- fix boss frames
-- very basic group/raid frames(need to rename freebraid.lua file to work!)

v2.3
-- healcomm support(disabled by default)
-- fix for boss frame debuffs

v2.2
-- various fixes and tweaks
-- boss frames

v2.1
-- add aura saturation
-- add aura timers
-- fix nil value
-- misc. tweaks

v2.0
-- Complete rewrite
-- different look

v 1.5
-- update for 3.2
-- fix cpoints
-- improved druid mana
-- changed auras a bit on the target frame

Version 1.41
-- oUF_RuneBar support
-- minor fix to pet debuffs

Version 1.4
-- druid mana support(credits to P3lim)
-- oUF_Swing support
-- Truncate names and castbar names
-- Removed Party and Raid Frames
-- Health bar fades red when less than 50%
-- Moved text postions

Version 1.3
-- master loot icon
-- removed font outline
-- added font shadow
-- some buff tweaks
-- works with 1.3.3

Version 1.2.2
-- update for oUF_Experience

Version 1.2.1
-- Health Gradient fix

Version 1.2
-- Castbar options in lua
-- Raid power option in lua
-- Buff size increased
-- disabled oUF_Smooth for the Power Bar(unstable results with rage)

Version 1.1
-- Moved aura count position
-- Disallow vehicle swap(vehicle is now the pet frame)
-- BarFader support
-- Adjust Raid Icon size and position
-- Changed texture and colors a bit
-- localized font
-- Changed Unit Name to the new Tag system
-- Add level to target name
-- Add resting and pvp icon
-- Add ReadyCheck
-- Healthbar color gradient
Post A Reply Comment Options
Unread 02-07-11, 03:57 PM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Re: Re: AltPowerBar

Originally posted by Freebaser
Have the newest oUF? I've tested it in The Maw of Madness, Twilight Highlands.
I had 1.5.7. I will go and try it on that quest and report back. Maybe another addon was conflicting with it, but it was disabled. Thx
Report comment to moderator  
Reply With Quote
Unread 02-07-11, 03:47 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Re: AltPowerBar

Originally posted by Maxen
I thought that since 4.5, we would be able to see the corruption bar (altpowerbar) on Cho'gall. Did I misunderstood ? I wasn't able to see that bar. Is there a way I could "test" it ? thanks.
Have the newest oUF? I've tested it in The Maw of Madness, Twilight Highlands.
Report comment to moderator  
Reply With Quote
Unread 02-07-11, 02:16 PM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
AltPowerBar

I thought that since 4.5, we would be able to see the corruption bar (altpowerbar) on Cho'gall. Did I misunderstood ? I wasn't able to see that bar. Is there a way I could "test" it ? thanks.
Last edited by Maxen : 02-07-11 at 02:42 PM.
Report comment to moderator  
Reply With Quote
Unread 02-05-11, 08:50 AM  
Victor Mizer
A Kobold Labourer

Forum posts: 0
File comments: 49
Uploads: 0
Player frame is now showing my name? Bug? or anyway to disable it.
Report comment to moderator  
Reply With Quote
Unread 01-27-11, 02:49 AM  
ChaosSedum
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
How to add a power bar and show the value

Cuz sometimes we have to pay attention to the exact power value
like the omnotron

therefore I wonder how to solve this problem
Report comment to moderator  
Reply With Quote
Unread 01-26-11, 04:51 AM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Freebaser
in the oUF:Factory you could do

Code:
if(UnitName("player") == "SomeName") then
    Spawn stuff
else
    Spawn stuff
end
heh, I assume I have to replace the "spawn stuff" with something?
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-25-11, 04:45 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 creepy_inc
So is it possible to have different unit frame locations on different characters?
in the oUF:Factory you could do

Code:
if(UnitName("player") == "SomeName") then
    Spawn stuff
else
    Spawn stuff
end
Report comment to moderator  
Reply With Quote
Unread 01-25-11, 06:03 AM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
So is it possible to have different unit frame locations on different characters?
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-24-11, 09:27 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Re: Re: Astramedes soubd bar ?

Originally posted by Freebaser
The blizzard sound bar will show with the current version on wowi.
Confirmed. It was a cool fight
Report comment to moderator  
Reply With Quote
Unread 01-23-11, 03:40 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Re: Astramedes soubd bar ?

Originally posted by Maxen
I'll be doing Astramedes tonight and I'm a bit concerns about the the sound meter of this encounter. Does it shows like ti should using oUF Freeb ?
The blizzard sound bar will show with the current version on wowi.
Report comment to moderator  
Reply With Quote
Unread 01-23-11, 09:06 AM  
Maxen
A Fallenroot Satyr

Forum posts: 23
File comments: 235
Uploads: 0
Astramedes soubd bar ?

I'll be doing Astramedes tonight and I'm a bit concerns about the the sound meter of this encounter. Does it shows like ti should using oUF Freeb ?
Report comment to moderator  
Reply With Quote
Unread 01-23-11, 03:46 AM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Originally posted by Freebaser
I pushed my local version to github if you want to try it out.
Thank you, I'll give it a try. Btw is it not possible to have different frame positions on different toons?
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-22-11, 04:59 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 creepy_inc
I did do a full reinstall and reset everything to default and that fixed the DK runes. I tried adding the bar you mentioned but no luck, don't worry about it though. I'll live without it or find a workaround until (if) added to oUF_Freeb by default.

Thanks for the effort though
I pushed my local version to github if you want to try it out.
Report comment to moderator  
Reply With Quote
Unread 01-21-11, 09:34 PM  
creepy_inc
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
I did do a full reinstall and reset everything to default and that fixed the DK runes. I tried adding the bar you mentioned but no luck, don't worry about it though. I'll live without it or find a workaround until (if) added to oUF_Freeb by default.

Thanks for the effort though
Report comment to moderator  
Edit/Delete Message Reply With Quote
Unread 01-21-11, 05:57 AM  
drdead
A Murloc Raider

Forum posts: 6
File comments: 20
Uploads: 0
Well, how do my altpowerbar looks like at nef fight:


No APB at the units that don't suppose to have 'em as you may see. Only target (boss) and bossframe.

okay, from what i see at your pic... non-hidden DK runes and such... are you sure that you use the latest oUF and oUF_freeb versions?
Last edited by drdead : 01-21-11 at 06:03 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: