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,550
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 02-05-13, 09:06 AM  
Zathan666
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 64
Uploads: 4
health %

Very good but I have a suggestion. For PvE raiding, if the unit is casting a spell, it doesn't show the unit health %... because the castbar hides it. Some bosses cast a lot and you can virtually never see his health %. It disturbs me greatly because I need to know when the next phase is coming etc.. and I can't see the damn health %. It drives me crazy
Last edited by Zathan666 : 02-07-13 at 10:28 AM.
Report comment to moderator  
Reply With Quote
Unread 02-07-13, 09:12 AM  
wzdc
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Originally Posted by YrDaDy
My raid frames always stay on top.. so social pane, spell book, anything is covered by the frames. Where do I adjust the "layer" for what the frames sit at?

Thanks!
This is exactly the only point that disturbs me! So, please, let us know how to adjust the raidframes
Report comment to moderator  
Reply With Quote
Unread 02-10-13, 09:34 AM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Hey!

Great addon! Especially after so much less ouf layouts that get created.

I have a few questions (would be nice if you could tell me the line in the lua code as well, as i am not that experienced with that stuff :s):

1. http://picload.org/image/adddorc/wowscrnshot_0210.jpg
I want to remove the total health and mana text for the target-

2. How can i move the special power bars (holy power etc.) a bit up (e.g. 5 px)?

3. Is there a way to color the debuffs differently/red than buffs (blue?)?

4. How can i get the manabar as big as on the other frames for the target target? (see screenshot @ 1)

5. Is there a testmode available for arena or how should i test it there to place everything like I want it to?

6. Where are the parameters like width, height etc. saved if you drag it around with the /buf unlocks and not do it with default config lua editing?

Thx once again for this great layout, any help would really be appreciated! ty!

Edit: Can I hide the play frame if not in combat?
Edit2: How do i hide the minimap button?
__________________
Balance is, when everyone is unhappy.
Last edited by Syliha : 02-10-13 at 10:13 AM.
Report comment to moderator  
Reply With Quote
Unread 02-11-13, 05: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 Syliha
Hey!

Great addon! Especially after so much less ouf layouts that get created.

I have a few questions (would be nice if you could tell me the line in the lua code as well, as i am not that experienced with that stuff :s):

1. http://picload.org/image/adddorc/wowscrnshot_0210.jpg
I want to remove the total health and mana text for the target-

2. How can i move the special power bars (holy power etc.) a bit up (e.g. 5 px)?

3. Is there a way to color the debuffs differently/red than buffs (blue?)?

4. How can i get the manabar as big as on the other frames for the target target? (see screenshot @ 1)

5. Is there a testmode available for arena or how should i test it there to place everything like I want it to?

6. Where are the parameters like width, height etc. saved if you drag it around with the /buf unlocks and not do it with default config lua editing?

Thx once again for this great layout, any help would really be appreciated! ty!

Edit: Can I hide the play frame if not in combat?
Edit2: How do i hide the minimap button?
Hello!
all design changes (alot of) in bUnitFrames.Layout function, just edit or comment some values

Can I hide the play frame if not in combat? - yes, modify a statedriver values [combat]show;hide
How do i hide the minimap button? - just comment a call function of this button (ADDON_LOADED event, dont remember, posting from job)
Last edited by Wildbreath : 02-12-13 at 08:13 AM.
Report comment to moderator  
Reply With Quote
Unread 02-14-13, 05:53 PM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Hi Wildbreath,

thx for your help.

As i am sure you are a busy person and do not have the time to explain to me everything in the detail i need to know and as I do not wan to spam your addon's comments with random questions noone cares about I have opened a thread where i am asking for help with your addons to adjust it to my taste.

I would really appreciate if you find the time to look into it every now and then.

http://www.wowinterface.com/forums/s...013#post273013

Once again a really, really huge appreciation for your work thx!
__________________
Balance is, when everyone is unhappy.
Report comment to moderator  
Reply With Quote
Unread 02-20-13, 01:57 PM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Hey hopefully one last time ,

where i can i reposition / disable the effects on arenaframes (like frozen, stuned etc.)?

Thx alot

Edit:

I guess it is one of these in diminishing.lua?

Code:
			aura:SetSize(self.size, self.size)
			if index == 1 then
				aura:SetPoint('RIGHT', self:GetParent(), 'LEFT', -4, 0)
			else
				aura:SetPoint('RIGHT', previous, 'LEFT', -1, 0)
			end

			aura.icon = aura.icon or aura:CreateTexture("$parenticon", "ARTWORK")
			aura.icon:SetPoint("TOPLEFT", 2, -2)
			aura.icon:SetPoint("BOTTOMRIGHT", -2, 2)
__________________
Balance is, when everyone is unhappy.
Last edited by Syliha : 02-20-13 at 02:16 PM.
Report comment to moderator  
Reply With Quote
Unread 02-22-13, 01:59 PM  
Astera
A Kobold Labourer

Forum posts: 1
File comments: 53
Uploads: 0
Hello!

I was wondering if you could tell me where in the LUA I could change the size of my targets buffs? I skimmed through the LUA and can't find it or i'm looking at the wrong thing. Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 02-22-13, 02:59 PM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
You can do this ingame very easily.

Just click on the minimapbutton and scale the size of the auras.

Originally Posted by Astera
Hello!

I was wondering if you could tell me where in the LUA I could change the size of my targets buffs? I skimmed through the LUA and can't find it or i'm looking at the wrong thing. Thanks in advance.
__________________
Balance is, when everyone is unhappy.
Report comment to moderator  
Reply With Quote
Unread 02-22-13, 03:23 PM  
Astera
A Kobold Labourer

Forum posts: 1
File comments: 53
Uploads: 0
Originally Posted by Syliha
You can do this ingame very easily.

Just click on the minimapbutton and scale the size of the auras.

Originally Posted by Astera
Hello!

I was wondering if you could tell me where in the LUA I could change the size of my targets buffs? I skimmed through the LUA and can't find it or i'm looking at the wrong thing. Thanks in advance.
I'm so dumb! I totally didn't see it via minimap button. Thanks
Report comment to moderator  
Reply With Quote
Unread 02-23-13, 01:46 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Astera
Originally Posted by Syliha
You can do this ingame very easily.

Just click on the minimapbutton and scale the size of the auras.

Originally Posted by Astera
Hello!

I was wondering if you could tell me where in the LUA I could change the size of my targets buffs? I skimmed through the LUA and can't find it or i'm looking at the wrong thing. Thanks in advance.
I'm so dumb! I totally didn't see it via minimap button. Thanks
rightclick minimap button -> aura size and /reload for save setting
Report comment to moderator  
Reply With Quote
Unread 02-23-13, 01:47 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Syliha
Hey hopefully one last time ,
where i can i reposition / disable the effects on arenaframes (like frozen, stuned etc.)?
Thx alot
Hello! comment that code piece
Lua Code:
  1. if (self.unit:find('arena%d') and not self.unit:find('arena%dtarget')) then
  2.         self.drtimer = bUnitFrames.MakeDR(self)
  3.         self.drtimer.size = self:GetHeight()-6
  4.         self.drtimer:SetSize(self.drtimer.size, self.drtimer.size)
  5.         self.drtimer:SetPoint('CENTER')
  6.     end
Report comment to moderator  
Reply With Quote
Unread 03-03-13, 04:00 PM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Thx! That worked!

I have one more thing: How do i remove buffs from the target etc. and only display debuffs? thx! love your unitframes so far!

Edit:
Oh yeah almost forgot:

I have hidden all the frames with the code you gave me in my thread. Sadly i hide myself in raidframe too. Is it possible to let myself be shown there, while all other frames stay hidden?
__________________
Balance is, when everyone is unhappy.
Last edited by Syliha : 03-03-13 at 04:28 PM.
Report comment to moderator  
Reply With Quote
Unread 03-04-13, 10:19 AM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Syliha
Thx! That worked!

I have one more thing: How do i remove buffs from the target etc. and only display debuffs? thx! love your unitframes so far!

Edit:
Oh yeah almost forgot:

I have hidden all the frames with the code you gave me in my thread. Sadly i hide myself in raidframe too. Is it possible to let myself be shown there, while all other frames stay hidden?
if self.raidbutton then do not hide else hide end, like that

and

self.aura.buffs = false
self.aura.debuffs = true
Report comment to moderator  
Reply With Quote
Unread 03-05-13, 12:09 PM  
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view AddOns

Forum posts: 104
File comments: 160
Uploads: 4
Hey,

I have the following in front of your code in the one thread were you helped me:
Code:
if self.unit == 'player' or self.unit == 'pet' or self.unit == 'focus' or [I ALSO TRIED "AND"] not self.raidbutton then
And this should NOT use it on the raidframe ir am i mistaken?

I also do not know where to insert

Code:
self.aura.buffs = false
self.aura.debuffs = true
Also is there a way to put a simple 1px border around those debuffs/buffs instead of this "full border"?

Do you take donations, i think you really earned a bit for all your help!
__________________
Balance is, when everyone is unhappy.
Report comment to moderator  
Reply With Quote
Unread 03-05-13, 09:57 PM  
Wildbreath
A Cyclonian
 
Wildbreath's Avatar
AddOn Author - Click to view AddOns

Forum posts: 46
File comments: 376
Uploads: 21
Originally Posted by Syliha
Hey,

I have the following in front of your code in the one thread were you helped me:
Code:
if self.unit == 'player' or self.unit == 'pet' or self.unit == 'focus' or [I ALSO TRIED "AND"] not self.raidbutton then
And this should NOT use it on the raidframe ir am i mistaken?
Lua Code:
  1. if (self.unit == 'player' or self.unit == 'pet' or self.unit == 'focus') and not self.raidbutton then
Originally Posted by Syliha
I also do not know where to insert

Code:
self.aura.buffs = false
self.aura.debuffs = true
in layout, after where aura creates self.aura = self.aura or CreateFrame('Frame', fname..'auraFrame', self). check all conditions before and modify it
Originally Posted by Syliha
Also is there a way to put a simple 1px border around those debuffs/buffs instead of this "full border"?
thats harder, look to createAuraIcon function where all dances with bg, overlay and bg2
Originally Posted by Syliha
Do you take donations, i think you really earned a bit for all your help!
i posted donations, but i can use only webmoney because paypal dont work in russia
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: