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:22,926
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-16-09, 09:02 AM  
Vaihnae
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
There is actually a castbar for the petframe, but it doesn't fix my problem
Report comment to moderator  
Reply With Quote
Unread 02-16-09, 01:40 PM  
Freebaser
A Molten Kobold Bandit
 
Freebaser's Avatar
AddOn Author - Click to view AddOns

Forum posts: 135
File comments: 307
Uploads: 10
Its an oUF problem. It shows being fixed here http://ixo.no/git/oUF.git/commit/?id...e61f3ebda8c6cd


Are you using the newest oUF 1.3.4?
Report comment to moderator  
Reply With Quote
Unread 02-17-09, 01:07 PM  
Vaihnae
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 9
Uploads: 1
Ah, there is the problem...
I'm still using oUF_1.3.3, even if the oUF_1.3.4 is extracted in my AddOn folder...strange but thank you very much!
Report comment to moderator  
Reply With Quote
Unread 02-19-09, 10:50 AM  
Ferous
Sheer Sense of Doom
AddOn Author - Click to view AddOns

Forum posts: 863
File comments: 563
Uploads: 10
Scratch what I wrote. Thank you again for the nice layout Freeb.

-Ferous.
Last edited by Ferous : 02-19-09 at 10:51 AM.
Report comment to moderator  
Reply With Quote
Unread 03-03-09, 06:34 PM  
leks0d
A Kobold Labourer
 
leks0d's Avatar

Forum posts: 1
File comments: 71
Uploads: 0
self.RuneBar[i]:SetWidth(width/6 - 0.85) next version plz
Report comment to moderator  
Reply With Quote
Unread 03-04-09, 12:11 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 leks0d
self.RuneBar[i]:SetWidth(width/6 - 0.85) next version plz
Bah, wasn't thinking
Report comment to moderator  
Reply With Quote
Unread 03-07-09, 08:58 AM  
Dajova
A Wyrmkin Dreamwalker
 
Dajova's Avatar
AddOn Author - Click to view AddOns

Forum posts: 58
File comments: 787
Uploads: 5
What's the line again to hide your own debuffs (atm they are at the left of your own frame)? As i'm using SBF for that purpose, i thought it would be unnecessary with 2 displays of the same thing.
Report comment to moderator  
Reply With Quote
Unread 03-30-09, 09:13 PM  
Favorit
A Kobold Labourer
 
Favorit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 15
Uploads: 3
I wish to add in your code a part substituting layout buffs/debuffs frame for hostile/friendly targets.
Code:
            if(unit == 'target') then
	      if (UnitCanAttack("player", "target")) then
		  debuffs:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0, 1)		  
		  debuffs["growth-x"] = "RIGHT"
		  debuffs["growth-y"] = "UP"
		  debuffs.initialAnchor = "BOTTOMLEFT"
		  else
		  debuffs:SetPoint("LEFT", self, "RIGHT", 2, 6)
		  debuffs["growth-y"] = "DOWN"
		  debuffs["growth-x"] = "RIGHT"
		  debuffs.initialAnchor = "LEFT"
		  end
	  end
and
Code:
		if(unit == "target") then
		  if (UnitCanAttack("player", "target")) then
		  buffs:SetPoint("LEFT", self, "RIGHT", 2, 6)
		  buffs["growth-y"] = "DOWN"
		  buffs["growth-x"] = "RIGHT"
		  buffs.initialAnchor = "LEFT"
		  else
		  buffs:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0, 1)		  
		  buffs["growth-x"] = "RIGHT"
		  buffs["growth-y"] = "UP"
		  buffs.initialAnchor = "BOTTOMLEFT"
		  end
		end
but unluck. dont have errors but place dont change. any suggestions?
Report comment to moderator  
Reply With Quote
Unread 03-31-09, 02:12 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 Favorit
I wish to add in your code a part substituting layout buffs/debuffs frame for hostile/friendly targets.
Code:
            if(unit == 'target') then
	      if (UnitCanAttack("player", "target")) then
		  debuffs:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0, 1)		  
		  debuffs["growth-x"] = "RIGHT"
		  debuffs["growth-y"] = "UP"
		  debuffs.initialAnchor = "BOTTOMLEFT"
		  else
		  debuffs:SetPoint("LEFT", self, "RIGHT", 2, 6)
		  debuffs["growth-y"] = "DOWN"
		  debuffs["growth-x"] = "RIGHT"
		  debuffs.initialAnchor = "LEFT"
		  end
	  end
and
Code:
		if(unit == "target") then
		  if (UnitCanAttack("player", "target")) then
		  buffs:SetPoint("LEFT", self, "RIGHT", 2, 6)
		  buffs["growth-y"] = "DOWN"
		  buffs["growth-x"] = "RIGHT"
		  buffs.initialAnchor = "LEFT"
		  else
		  buffs:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0, 1)		  
		  buffs["growth-x"] = "RIGHT"
		  buffs["growth-y"] = "UP"
		  buffs.initialAnchor = "BOTTOMLEFT"
		  end
		end
but unluck. dont have errors but place dont change. any suggestions?
try it this way
Code:
if(unit == 'target') and (UnitCanAttack("player", "target")) then
  debuffs:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0, 1)		  
  debuffs["growth-x"] = "RIGHT"
  debuffs["growth-y"] = "UP"
  debuffs.initialAnchor = "BOTTOMLEFT"
end
Code:
if(unit == 'target') and not (UnitCanAttack("player", "target")) then
  debuffs:SetPoint("LEFT", self, "RIGHT", 2, 6)
  debuffs["growth-y"] = "DOWN"
  debuffs["growth-x"] = "RIGHT"
  debuffs.initialAnchor = "LEFT"
end
Report comment to moderator  
Reply With Quote
Unread 08-05-09, 02:43 PM  
Thayloo
A Kobold Labourer

Forum posts: 0
File comments: 11
Uploads: 0
3.2 issue

hey Freeb, I recently started using your layout probably a week before 3.2, and loved it. However with the release of 3.2 I am having a little problem with my target frame where if I target an enemy it leaves the name of the last targeted friendly up. I don't know if ya already knew about this, but in case ya didn't.
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 09:26 AM  
Fama
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Hi.


Really a nice job.

I have something to ask. It can delete buff and can only see the debuff on the targetframe?

Thx.
Report comment to moderator  
Reply With Quote
Unread 08-06-09, 10:48 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 Fama
Hi.


Really a nice job.

I have something to ask. It can delete buff and can only see the debuff on the targetframe?

Thx.
You would have to remove the auras code starting at line 391 and add this to the existing debuff area(starts at line 415)

Code:
else
        debuffs:SetPoint("BOTTOMLEFT", self, "TOPLEFT", 0, 2)
	debuffs["growth-y"] = "UP"
	debuffs.initialAnchor = "BOTTOMLEFT"
Report comment to moderator  
Reply With Quote
Unread 08-25-09, 03:07 AM  
sephra
A Kobold Labourer

Forum posts: 0
File comments: 25
Uploads: 0
Addition the the previous poster. I already disabled the buffs. But I would find it extra awsome if the only debuffs I saw where something I applied. Thx


Also, If we could find a way to bust in buttonfacade on the debuffs it would be the sexa
Last edited by sephra : 08-25-09 at 03:09 AM.
Report comment to moderator  
Reply With Quote
Unread 08-25-09, 08:49 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 sephra
Addition the the previous poster. I already disabled the buffs. But I would find it extra awsome if the only debuffs I saw where something I applied. Thx


Also, If we could find a way to bust in buttonfacade on the debuffs it would be the sexa
In addition to what I last posted

Code:
debuffs.onlyShowPlayer = true
Report comment to moderator  
Reply With Quote
Unread 09-05-09, 12:04 AM  
Keyes
A Kobold Labourer
 
Keyes's Avatar

Forum posts: 0
File comments: 5
Uploads: 0
Hey, great job on this!

Sorry if it's been asked a million times already, but I just wanted to make sure I got the instructions right after reading the previous comments and possibly fubar-ing the .lua. I saw a comment ask the same thing but it was about a different version of oUF_Freeb.

Anyway, is there any way to completely remove buffs and debuffs for all (i.e. player, pet, target, etc) frames? I already have Elkano's Buff Bars for player/target buffs/debuffs..
Last edited by Keyes : 09-05-09 at 01:38 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: