Download
(72 Kb)
Download
Updated: 04-28-13 02:26 PM
Pictures
File Info
Compatibility:
Thunder Isle (5.2)
Landfall (5.1)
Mists of Pandaria (5.0.4)
Updated:04-28-13 02:26 PM
Created:05-18-12 02:46 AM
Downloads:12,034
Favorites:58
MD5:
Categories:Unit Mods, Mists of Pandaria Beta
bUnitFrames  Popular! (More than 5000 hits)
Version: 1
by: Wildbreath [More]
Lightweight completely replacement for default unit frames

Special for MoP

Supporting all units and party/raid

rightclick on minimap button shows dropdown with configs (show/hide portraits, and change auras top/bottom frame)

Used default (styled) totems, runes and etc.

Movable, resizable. All config to account
to enable config mode just click a minimap icon or type /buf in chat

new! player frame aura bar
new! transparent mode
new! new raid system
new! raid manager by Roth (Zork) (mate, i slightly modified it, add a togglers for raid groups)

i did alot work with performance
added eclipse bar
added arena frames with trinkets, casting bars, deminishing returns
Optional Files (0)


Archived Files (26)
File Name
Version
Size
Author
Date
1
84kB
Wildbreath
04-17-13 11:34 AM
1
75kB
Wildbreath
04-15-13 11:35 AM
1
75kB
Wildbreath
04-15-13 11:02 AM
1
49kB
Wildbreath
03-30-13 02:52 PM
1
57kB
Wildbreath
03-15-13 03:52 AM
1
55kB
Wildbreath
01-05-13 03:49 PM
1
46kB
Wildbreath
12-16-12 02:00 PM
1
46kB
Wildbreath
12-14-12 01:14 AM
1
30kB
Wildbreath
10-01-12 05:02 AM
1
29kB
Wildbreath
09-10-12 09:24 PM
1
29kB
Wildbreath
09-10-12 01:26 PM
1
26kB
Wildbreath
09-02-12 04:40 AM
1
24kB
Wildbreath
08-26-12 09:55 AM
1
270kB
Wildbreath
08-18-12 04:45 AM
1
270kB
Wildbreath
08-13-12 03:12 PM
1
270kB
Wildbreath
08-01-12 10:14 AM
1
269kB
Wildbreath
07-25-12 01:35 PM
1
269kB
Wildbreath
07-09-12 09:26 PM
1
269kB
Wildbreath
07-09-12 05:15 AM
1
269kB
Wildbreath
07-04-12 04:38 AM
1
268kB
Wildbreath
06-30-12 11:25 AM
1
268kB
Wildbreath
06-30-12 03:32 AM
1
264kB
Wildbreath
06-19-12 02:10 PM
1
263kB
Wildbreath
06-18-12 01:35 PM
1
15kB
Wildbreath
06-16-12 01:49 PM
1
12kB
Wildbreath
06-01-12 01:29 PM


Post A Reply Comment Options
Old 07-08-12, 07:21 AM  
Xintic
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hey, I love the simplicity and looks of them, however I noticed changing the scales of the unitframes also made the buff frames and the debuff frames a lot larger, is there anyway to change the scale of them in the lua?

Thanks in advance
Xintic is offline Report comment to moderator  
Reply With Quote
Old 07-02-12, 06:36 AM  
Kimas
A Kobold Labourer
 
Kimas's Avatar

Forum posts: 0
File comments: 2
Uploads: 0
work, thx!!!!
Kimas is offline Report comment to moderator  
Reply With Quote
Old 07-02-12, 04:54 AM  
d¥e®s
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Re: Re: player unit popup menus

Originally Posted by Wildbreath
Originally Posted by d¥e®s
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)
default ui same havent option to leave party?
I can leave party on standard blizz frames, Would use another addon but like this 1 as its so easy to config.
Ps thank you for fast reply great addon
d¥e®s is offline Report comment to moderator  
Reply With Quote
Old 07-02-12, 03:26 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 334
Uploads: 26
Re: player unit popup menus

Originally Posted by d¥e®s
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)
default ui same havent option to leave party?
Wildbreath is offline Report comment to moderator  
Reply With Quote
Old 07-01-12, 04:39 PM  
Minttu
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 23
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.
Minttu is offline Report comment to moderator  
Reply With Quote
Old 07-01-12, 06:20 AM  
d¥e®s
A Kobold Labourer

Forum posts: 0
File comments: 7
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)
d¥e®s is offline Report comment to moderator  
Reply With Quote
Old 07-01-12, 05:35 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 334
Uploads: 26
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
Wildbreath is offline Report comment to moderator  
Reply With Quote
Old 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.
lainbh is offline Report comment to moderator  
Reply With Quote
Old 06-30-12, 11:47 AM  
Inshade
A Kobold Labourer

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

Forum posts: 45
File comments: 334
Uploads: 26
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)
Wildbreath is offline Report comment to moderator  
Reply With Quote
Old 06-30-12, 11:14 AM  
Inshade
A Kobold Labourer

Forum posts: 0
File comments: 6
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)
Inshade is offline Report comment to moderator  
Reply With Quote
Old 06-30-12, 10:27 AM  
zin99
A Deviate Faerie Dragon

Forum posts: 12
File comments: 43
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
zin99 is offline Report comment to moderator  
Reply With Quote
Old 06-30-12, 04:16 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 45
File comments: 334
Uploads: 26
uploaded new version - including raid and some new features
Wildbreath is offline Report comment to moderator  
Reply With Quote
Old 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.
LeonD is offline Report comment to moderator  
Reply With Quote
Old 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
xoobi0 is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: