Download
(299Kb)
Download
Updated: 08-05-18 01:55 AM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-05-18 01:55 AM
Created:05-18-12 02:46 AM
Downloads:36,563
Favorites:73
MD5:

bUnitFrames  Popular! (More than 5000 hits)

Version: 1
by: Wildbreath [More]

Lightweight completely replacement for default unit frames

8.0.1

Supporting all units and party/raid

To enable config mode just click a minimap icon
Type /buf in chat to get help

i did alot work with performance

big changes
little changes
added eclipse bar
added arena frames with trinkets, casting bars, deminishing returns
Optional Files (0)


Post A Reply Comment Options
Unread 07-01-12, 04:39 PM  
Minttu
A Kobold Labourer
 
Minttu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 30
Uploads: 1
Shadow priests

No shadow orb display for shadow priests (they work similar to holy power now).

Also can't leave the party in a dungeon.
Report comment to moderator  
Reply With Quote
Unread 07-01-12, 06:20 AM  
d¥e®s
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
player unit popup menus

Not sure if its a problem my end but when i finish a dungeon i cant leave the party by right clicking playerfram (leave party group)
Report comment to moderator  
Reply With Quote
Unread 07-01-12, 05:35 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by lainbh
Don't show debuffs on party/raid frames for Monk.

May be change/add monk in
Code:
local CanDispel = {
	PRIEST = { Magic = true, Disease = true, },
Added
Code:
MONK = { Magic = true, Curse = true, Poison = true, }
and it work.
ohh, sure. i will add it soon, make it custom edit (CanDispel) please now, thanks for issue
Report comment to moderator  
Reply With Quote
Unread 07-01-12, 02:58 AM  
lainbh
A Kobold Labourer

Forum posts: 1
File comments: 24
Uploads: 0
Don't show debuffs on party/raid frames for Monk.

May be change/add monk in
Code:
local CanDispel = {
	PRIEST = { Magic = true, Disease = true, },
Added
Code:
MONK = { Magic = true, Curse = true, Poison = true, }
and it work.
Last edited by lainbh : 07-01-12 at 04:24 AM.
Report comment to moderator  
Reply With Quote
Unread 06-30-12, 11:47 AM  
Inshade
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
yeah it works great, thank you!
Report comment to moderator  
Reply With Quote
Unread 06-30-12, 11:26 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Inshade
Appears sacred power too late for the Paladin. Please Fix it.

Thank you for your work =)

(sorry if my English is bad, i Use Google Translate)
ty for issue, fixed
also made a powerbar more smooth, added a icons support to bottom panel (statuses)
Report comment to moderator  
Reply With Quote
Unread 06-30-12, 11:14 AM  
Inshade
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Appears sacred power too late for the Paladin. Please Fix it.

Thank you for your work =)

(sorry if my English is bad, i Use Google Translate)
Report comment to moderator  
Reply With Quote
Unread 06-30-12, 10:27 AM  
zin99
A Deviate Faerie Dragon

Forum posts: 12
File comments: 41
Uploads: 0
Originally Posted by Wildbreath
Originally Posted by zin99
would it be possible to use default icon borders for buffs/debuffs?
i can add buttonfacade supporting for it (blizzard skin)

or edit lua manually
could you point me in the right direction regarding lua edit? i literally can't stand any skinned icons in the game, not even sure why
Report comment to moderator  
Reply With Quote
Unread 06-30-12, 04:16 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
uploaded new version - including raid and some new features
Report comment to moderator  
Reply With Quote
Unread 06-29-12, 08:48 PM  
LeonD
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Edit: Reinstalled the addon, seems to be working perfectly now.


Hey,

Lovely addon, but I get an error popup every time I mouse over a player/NPC (either in-game model or portrait). It reads:

Code:
Message: Interface\AddOns\bUnitFrames\bUnitFrames.lua:953: attempt to index field '?' (a nil value)
Time: 06/30/12 00:45:30
Count: 1
Stack: Interface\AddOns\bUnitFrames\bUnitFrames.lua:953: in function <Interface\AddOns\bUnitFrames\bUnitFrames.lua:911>
Interface\AddOns\bUnitFrames\bUnitFrames.lua:1068: in function <Interface\AddOns\bUnitFrames\bUnitFrames.lua:1062>
Interface\AddOns\bUnitFrames\bUnitFrames.lua:1094: in function <Interface\AddOns\bUnitFrames\bUnitFrames.lua:1083>

Locals: self = bplayerUnitFrame {
 0 = <userdata>
 combat = bplayerUnitFrameiconcombat {
 }
 power = bplayerUnitFramepowerbar {
 }
 orbs = <unnamed> {
 }
 pvptimer = playerPVPTimer {
 }
 leader = bplayerUnitFrameleader {
 }
 unit = "player"
 lfd = bplayerUnitFramelfd {
 }
 resting = bplayerUnitFrameresting {
 }
 health = bplayerUnitFramehealthbar {
 }
 pvp = <unnamed> {
 }
 portrait = bplayerUnitFrameportrait {
 }
 menu = <function> defined @Interface\AddOns\bUnitFrames\bUnitFrames.lua:391
 resize = bplayerUnitFrameResizeButton {
 }
 raidicon = bplayerUnitFrameicon {
 }
}
class = "PALADIN"
power = 9
vmax = 3
num = 0
(for index) = 1
(for limit) = 3
(for step) = 1
i = 1
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index field '?' (a nil value)"
Could you tell my why this is happening/what I can do to fix it?

edit: it also happens whenever I check an option in the interface menu, same error message.
Last edited by LeonD : 06-29-12 at 08:59 PM.
Report comment to moderator  
Reply With Quote
Unread 06-29-12, 10:25 AM  
xoobi0
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Originally Posted by Wildbreath
Originally Posted by xoobi0
could you make the powerbar more fluid? would be great
would you please be more specific about "fluid"? blur or smooth animate?
Hey, thanks for the fast reply
i mean more smooth atleast the rogue energybar is stuttering
Report comment to moderator  
Reply With Quote
Unread 06-29-12, 04:58 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by xoobi0
could you make the powerbar more fluid? would be great
would you please be more specific about "fluid"? blur or smooth animate?
Last edited by Wildbreath : 06-29-12 at 04:58 AM.
Report comment to moderator  
Reply With Quote
Unread 06-28-12, 10:04 PM  
xoobi0
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
could you make the powerbar more fluid? would be great
Report comment to moderator  
Reply With Quote
Unread 06-27-12, 02:43 AM  
Jasmer
A Flamescale Wyrmkin
 
Jasmer's Avatar
AddOn Author - Click to view AddOns

Forum posts: 122
File comments: 155
Uploads: 4
Not sure if it's me or the addon (it's late and I'm tired, it's probably just me) but it doesn't seem to work with clique. A shame, because out of the box this addon is exactly what I'm looking for.
Report comment to moderator  
Reply With Quote
Unread 06-21-12, 04:51 PM  
Skydragon26
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Thanks for the quick fix
Last edited by Skydragon26 : 06-21-12 at 04:52 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: