Download
(6Kb)
Download
Updated: 09-17-17 11:34 AM
Addon for:
ElvUI.
Pictures
File Info
Compatibility:
Shadows of Argus (7.3.0)
Updated:09-17-17 11:34 AM
Created:01-15-12 02:49 AM
Downloads:14,758
Favorites:15
MD5:
Categories:Plug-Ins & Patches, Miscellaneous

ElvUI Microbar Enhancement  Popular! (More than 5000 hits)

Version: 1.83
by: Darth Predator [More]

Descriprtion

Plugin that adds options to ElvUI's microbar

Options available:

  • Scale
  • Symbol mode
  • Button spacing (offset)
  • Control color in symbol mode

Options access: ElvUI Config -> Actionbars -> Micromenu

Technical Support
If you want to report a bug please open a ticket on tukui.org ticket tracker.

v1.83
- Patch 7.3 bump
- Fixed some copy-paste fails
- Removed obsolite option
Post A Reply Comment Options
Unread 08-03-12, 01:14 PM  
Darth Predator
A Murloc Raider
 
Darth Predator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 2
Project closing

A little warning to the users.

Elv included the microbar into his latest beta build of ElvUI. It has less options then we have here, but they are better. Cause Elv do coding better then me

So I'm going to close the project when MoP pre-patch hits live servers.
Last edited by Darth Predator : 08-03-12 at 01:14 PM.
Report comment to moderator  
Reply With Quote
Unread 04-26-12, 05:57 AM  
evilbib
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 44
Uploads: 2
Originally Posted by Darth Predator
Originally Posted by pingumania
i changed the layout a bit, because i like a little gap between each button.
maybe u can add an ingame option for that?

i also had to change the createshadow part to each button.
You mean adding buttons offset?
Well, I can see what I can do with that.

Don't you mind to post a screenshot of your changed microbar? So I can have something to compare with.
The new version has exactly what i wanted. Big THX
Last edited by evilbib : 04-26-12 at 05:57 AM.
Report comment to moderator  
Reply With Quote
Unread 04-23-12, 01:12 PM  
Darth Predator
A Murloc Raider
 
Darth Predator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 2
Originally Posted by pingumania
i changed the layout a bit, because i like a little gap between each button.
maybe u can add an ingame option for that?

i also had to change the createshadow part to each button.
You mean adding buttons offset?
Well, I can see what I can do with that.

Don't you mind to post a screenshot of your changed microbar? So I can have something to compare with.
Report comment to moderator  
Reply With Quote
Unread 04-23-12, 09:31 AM  
evilbib
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 30
File comments: 44
Uploads: 2
i changed the layout a bit, because i like a little gap between each button.
maybe u can add an ingame option for that?

i also had to change the createshadow part to each button.
Report comment to moderator  
Reply With Quote
Unread 01-22-12, 04:22 AM  
Darth Predator
A Murloc Raider
 
Darth Predator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 2
Thumbs up Re: Adjust Scale of Microbar

I guess this means you were unhappy with the default scale
Thanks for making this. I'll include scale option with one little change - scale range from 30 to 200 %.


PS.
Any suggestions about adding new options are welcome. Still their realization may take some time because I have an ability to work with the addon only on weekend for something like next 2 weeks.
Feel free to make modifications.
Report comment to moderator  
Reply With Quote
Unread 01-22-12, 03:01 AM  
slipslop
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Adjust Scale of Microbar

First set default scale value:
Code:
DF.scale = 1 --Set default scale to 100%
Then, you can insert the adjustment in the ElvUI Options:
Code:
				scale = { --Set scale
					type = "range",
					order = 2,
					name = L['Set Scale'],
					desc = L['Sets Scale of the microbar'],
					type = "range",
					min = 0.2, max = 1, step = 0.01,
					get = function(info) return E.db.scale end,
					set = function(info, value) E.db.scale = value end,
				},
After all, you must add
Code:
    MicroParent:SetScale(E.db.scale)
in "OnUpdate" functions.
Now you can set Microbar Scale freely.
Report comment to moderator  
Reply With Quote
Unread 01-16-12, 11:12 AM  
Darth Predator
A Murloc Raider
 
Darth Predator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 2
Made some changes in the addon and got no errors in 2 hours of playing battlegrounds. So I think the error should no longer appear.
Report if it still exists please.
Report comment to moderator  
Reply With Quote
Unread 01-15-12, 11:36 AM  
Darth Predator
A Murloc Raider
 
Darth Predator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 2
Originally Posted by Movster
then my fps dropped from 60 to 5 and the microbar had changed position.
Can you provide any additional info? LUA errors for example. I'll try to reproduce your problem.

UPD. I think I've found it. After 3 random dungeons there were a bunch of errors. Testing fix attempt for this kind of problem right now. So if no errors pops up withing next hour I'll upload that fix here.

UPD2. Didn't work. I'll think about this tomorrow then. And I still want to see error text if there is any.
Last edited by Darth Predator : 01-15-12 at 02:03 PM.
Report comment to moderator  
Reply With Quote
Unread 01-15-12, 10:29 AM  
Movster
A Defias Bandit
 
Movster's Avatar

Forum posts: 3
File comments: 38
Uploads: 0
I installed your addon and it worked ok for a little while then my fps dropped from 60 to 5 and the microbar had changed position. As soon as I disabled the addon my fps went straight back to 60.

I did try it again just to make sure it wasn't a one off but got the same problem.
Last edited by Movster : 01-15-12 at 10:30 AM.
Report comment to moderator  
Reply With Quote
Unread 01-15-12, 04:15 AM  
Darth Predator
A Murloc Raider
 
Darth Predator's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5
File comments: 30
Uploads: 2
Yep I know that and I don't personally use this bar.
But I'm tired of tons of forum posts witch requested it from Elv (or asking where is this bar now) after he clearly said he wouldn't make it. People asked it so they can come here and get it.
Hope this will make forums a bit more clear.
Last edited by Darth Predator : 01-15-12 at 04:17 AM.
Report comment to moderator  
Reply With Quote
Unread 01-15-12, 04:02 AM  
esnar
A Defias Bandit

Forum posts: 2
File comments: 40
Uploads: 0
You know you can access the micro menu by rightclicking or middleclicking the minimap?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.