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,532
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 03-11-13, 08:17 PM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 90
Uploads: 2
Dammit, I had this addon perfect until I tried to change the buffs to the bottom. Now the HP text and all the other text has dropped down and will not reposition itself. Also, I had comment out a line to disable the castbars, but it still has the pixel height of the castbars shown, how to remove?

Edit: not too worried about the castbar thingy, though I would like it removed, but how or where can you increase the height ot the man/rage/focus, etc bar?

Also, the raid frames do not work. And if Im in a party, why does my UF show in the party frame? Seems redundant having my frame in the party frames AND down in the middle.

Last edited by Siannus : 03-11-13 at 08:22 PM.
Report comment to moderator  
Reply With Quote
Unread 03-13-13, 01:48 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Siannus
...
i was should update it a week ago, havent a time. will update today (alot small fixes, performance and etc.)
Report comment to moderator  
Reply With Quote
Unread 03-22-13, 01:24 AM  
Lowlyffe
A Kobold Labourer

Forum posts: 0
File comments: 18
Uploads: 0
This addon is AWESOME. I previously used Shadowed Unit Frames. BUF looks incredible, is clear, clean and super simple. I had a few minor issues I was hoping you could help me with.
In the config there does not seem to be a way to increase the text size. The health Text is pretty small and hard for me to read. Increasing the frame size would clutter my screen a bit. Is there a quick way for me to increase this one element?
My second issue is that I use a mod called Castbars. After I installed BUF, the "player" castbar disappeared. (The one on the BUF of course works.). All my other Castbars still work - Focus and Target. It's only the Player Castbar that seems to have a conflict.
Another issue I have is that the party frame appears over my quest log, social window, auction window etc. (I have attached a photo).
The last issue I am having is when I tried to drag the focus frame somewhere else it rubber bands back to the original position. All other frames are drag-able and repositionable.


*Update after logging off and back in the Focus frame issue just disappeared. So that is no longer an issue.


Last edited by Lowlyffe : 03-22-13 at 04:42 AM.
Report comment to moderator  
Reply With Quote
Unread 03-22-13, 06:11 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Lowlyffe
In the config there does not seem to be a way to increase the text size...
- all text elements resizable dynamically with parent frame size. you can modify it manually in .Style function
Originally Posted by Lowlyffe
My second issue is that I use a mod called Castbars...
- ctrl+click on the frame in config mode (you see text "castbar on/off", like that), exit config mode and /reloadui
Originally Posted by Lowlyffe
Another issue I have is that the party frame appears over my quest log, social window, auction window etc...
- i think i will update tonight with fix that
Originally Posted by Lowlyffe
The last issue I am having is when I tried to drag the focus frame...
- config > drag > out config > /reloadui

also soon i will rewrite a event registering for frames. i don't like a lags in 40+ raid with alot debuffs + aoe. maybe i will found new way
Last edited by Wildbreath : 03-22-13 at 06:12 AM.
Report comment to moderator  
Reply With Quote
Unread 03-26-13, 01:28 AM  
discosoc
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Is there a way to hide the party ui when not in a group? Kind of annoying to just have my character name/health just floating there when it's already somewhere else.
Report comment to moderator  
Reply With Quote
Unread 03-26-13, 06:07 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by discosoc
Is there a way to hide the party ui when not in a group? Kind of annoying to just have my character name/health just floating there when it's already somewhere else.
minimap button -> raid -> show solo
or i forgot to add that?
Report comment to moderator  
Reply With Quote
Unread 03-26-13, 03:42 PM  
discosoc
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by Wildbreath
Originally Posted by discosoc
Is there a way to hide the party ui when not in a group? Kind of annoying to just have my character name/health just floating there when it's already somewhere else.
minimap button -> raid -> show solo
or i forgot to add that?
Ahh, that worked. I had to reload the ui to make the change go through, which is probably what I didn't do before.

Thanks for the quick reply
Report comment to moderator  
Reply With Quote
Unread 03-27-13, 10:51 AM  
killeralpha
A Deviate Faerie Dragon

Forum posts: 11
File comments: 40
Uploads: 0
about your unitframe

I am not good at lua i saw a code to hide the unitframe but i dont know how to do it so if either i can get some directions or someone could send me a file of it.

Can I hide the play frame if not in combat? - yes, modify a statedriver values [combat]show;hide

its youst how to this im after

killeralpha
Report comment to moderator  
Reply With Quote
Unread 03-28-13, 12:22 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Re: about your unitframe

Originally Posted by killeralpha
I am not good at lua i saw a code to hide the unitframe but i dont know how to do it so if either i can get some directions or someone could send me a file of it.

Can I hide the play frame if not in combat? - yes, modify a statedriver values [combat]show;hide

its youst how to this im after

killeralpha
seek in code like that:
RegisterStateDriver(frm, 'visibility', petbattle..' hide; [vehicleui] show')

and modify as:
RegisterStateDriver(frm, 'visibility', petbattle..'[nocombat] hide; [vehicleui][combat] show')
(add combat and nocombat cases and their results in state driver)
Report comment to moderator  
Reply With Quote
Unread 03-28-13, 12:38 AM  
killeralpha
A Deviate Faerie Dragon

Forum posts: 11
File comments: 40
Uploads: 0
hmm

That was for petbattle to show not in combat i meant to hide the unitframe!!
Report comment to moderator  
Reply With Quote
Unread 04-22-13, 10:07 AM  
Faydra
A Defias Bandit

Forum posts: 2
File comments: 13
Uploads: 0
Raid Markers

Is there a way to display the raid markers (skull, x, diamond, etc) on the bar?

Am I just missing it?


Thanks for the great addon, I love it.
Report comment to moderator  
Reply With Quote
Unread 04-22-13, 09:36 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Re: Raid Markers

Originally Posted by Faydra
Is there a way to display the raid markers (skull, x, diamond, etc) on the bar?

Am I just missing it?


Thanks for the great addon, I love it.
big update incoming, marks will added
Report comment to moderator  
Reply With Quote
Unread 04-23-13, 08:37 AM  
Faydra
A Defias Bandit

Forum posts: 2
File comments: 13
Uploads: 0
Re: Re: Raid Markers

Originally Posted by Wildbreath
Originally Posted by Faydra
Is there a way to display the raid markers (skull, x, diamond, etc) on the bar?

Am I just missing it?


Thanks for the great addon, I love it.
big update incoming, marks will added
Very awesome - thank you!
Report comment to moderator  
Reply With Quote
Unread 04-28-13, 09:07 PM  
10leej
A Molten Giant
 
10leej's Avatar
AddOn Author - Click to view AddOns

Forum posts: 583
File comments: 438
Uploads: 22
Don't mind if I use your diminishing returns code for BobUI do ya?
__________________
Tweets YouTube Website
Last edited by 10leej : 04-28-13 at 09:08 PM.
Report comment to moderator  
Reply With Quote
Unread 04-28-13, 09:51 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by 10leej
Don't mind if I use your diminishing returns code for BobUI do ya?
sure, you can ofc
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: