Download
(3Kb)
Download
Updated: 09-10-19 11:22 AM
Pictures
File Info
Compatibility:
Classic (1.13.2)
Updated:09-10-19 11:22 AM
Created:02-16-11 11:00 AM
Downloads:35,118
Favorites:31
MD5:

obar  Popular! (More than 5000 hits)

Version: v1.13a for classic
by: smaltore [More]

A very tiny and beautiful ActionBar base on blizz's.

Don't use other actionbar addon in the same time, like rActionBarStyler .

Feathers:
1.Main action bars display 3 lines with experience and reputation watch bar
2.Hide the art from blizz.
3.Make the pet/shift bar middle.
4.Fade micro menus, bags and side bars(mouse over showing).

Surport rActionButtonStyler !!

Any suggestions to [email protected]

Optional Files (0)


Post A Reply Comment Options
Unread 05-30-19, 05:07 PM  
aspenzs
A Defias Bandit
 
aspenzs's Avatar
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 24
Uploads: 1
pet bar and form bar

is there a way to adjust the pet bar?
Last edited by aspenzs : 05-30-19 at 05:20 PM.
Report comment to moderator  
Reply With Quote
Unread 10-11-18, 08:17 AM  
thealternate
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Post bags and gryphon art

I was wondering if it would be possible to show all of the bags instead of just 1? Being able to show all of the bags would make it possible to change them out.

Also I noticed that when the gryphon artwork is enabled, it splits up randomly, mostly while in combat.

Report comment to moderator  
Reply With Quote
Unread 09-10-18, 03:16 AM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Re: exp and rep bars

Originally Posted by thealternate
Is it possible to change the experience and reputation bars back to how they were before this recent update? I loved the way the older, thin and minimalist bars looked!
thx, updated.
Report comment to moderator  
Reply With Quote
Unread 09-04-18, 07:28 AM  
thealternate
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Talking exp and rep bars

Is it possible to change the experience and reputation bars back to how they were before this recent update? I loved the way the older, thin and minimalist bars looked!
Report comment to moderator  
Reply With Quote
Unread 09-22-17, 01:22 AM  
dzn1949
A Defias Bandit

Forum posts: 2
File comments: 34
Uploads: 0
Update it now. Big brother
Report comment to moderator  
Reply With Quote
Unread 10-16-16, 09:29 AM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Originally Posted by thealternate
I had a question. The text for the experience and artifact is stacked to where you cant read both. Is there a way to fix this? Or even better, would there be a way to hide it or only show them as you mouse (hover) over them?

the second way is easier to do:

local function fade_exp_txt(bar,txt)
bar:EnableMouse(true)
txt:SetAlpha(0)
bar:HookScript("OnEnter", function() txt:SetAlpha(1) end)
bar:HookScript("OnLeave", function() txt:SetAlpha(0) end)
end
fade_exp_txt(MainMenuExpBar, MainMenuBarExpText)
fade_exp_txt(ArtifactWatchBar.OverlayFrame, ArtifactWatchBar.OverlayFrame.Text)
fade_exp_txt(HonorWatchBar.OverlayFrame, HonorWatchBar.OverlayFrame.Text)
fade_exp_txt(ReputationWatchBar.OverlayFrame, ReputationWatchBar.OverlayFrame.Text)
Report comment to moderator  
Reply With Quote
Unread 10-08-16, 05:15 AM  
thealternate
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I had a question. The text for the experience and artifact is stacked to where you cant read both. Is there a way to fix this? Or even better, would there be a way to hide it or only show them as you mouse (hover) over them?

Report comment to moderator  
Reply With Quote
Unread 09-15-16, 08:55 AM  
Arxae
A Cyclonian
AddOn Author - Click to view AddOns

Forum posts: 44
File comments: 99
Uploads: 2
How would i change the bar texture of the xp/rep bars?
Report comment to moderator  
Reply With Quote
Unread 08-04-16, 09:03 AM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Originally Posted by Siannus
At the beginning...

"Don't use other actionbar addon in the same time,like rActionBarStyler ."

And then this.

"Surport rActionButtonStyler !!"

So which is it?
rActionBarStyler is different from rActionButtonStyler

one is a addons to change bar layout, and the other is a addons to bueaty button.
Last edited by smaltore : 08-04-16 at 09:07 AM.
Report comment to moderator  
Reply With Quote
Unread 08-04-16, 07:21 AM  
Siannus
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 90
Uploads: 2
At the beginning...

"Don't use other actionbar addon in the same time,like rActionBarStyler ."

And then this.

"Surport rActionButtonStyler !!"

So which is it?
Report comment to moderator  
Reply With Quote
Unread 07-27-16, 09:34 AM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Re: Update for 7.0.3?

Originally Posted by thealternate
Any chance on getting this updated for the latest patch? This is still my favorite UI out of all the ones I have used.

Already updated, thanks for support.
Report comment to moderator  
Reply With Quote
Unread 07-20-16, 03:49 PM  
thealternate
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Talking Update for 7.0.3?

Any chance on getting this updated for the latest patch? This is still my favorite UI out of all the ones I have used.
Report comment to moderator  
Reply With Quote
Unread 02-26-16, 11:14 PM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 11
Uploads: 2
Originally Posted by V1X0
Hello!

I love the addon.

One thing I would like help with:
How can I remove the small gap, when hiding the reputation bar (and max lvl, so no exp bar) above the bottom and middle bar?
I tried editing in the .lua, but I can only make the top bar move. The middle bar stays in place...

Summary: I would like to move the 2 top bars, align with the bottom one. I dont care if it makes the reputation and exp bar not in right place (I dont use em anyway)!

Thanks.



it no code to move bar 2

you have to adding 2 line codes below into the end of function layout() :

MultiBarBottomLeftButton1:ClearAllPoints();
MultiBarBottomLeftButton1:SetPoint("BOTTOMLEFT", MultiBarBottomLeft, "BOTTOMLEFT", X , Y );


adjust X & Y yourselft

and finally ,your codes maybe :

local function layout()
.....
.....

MultiBarBottomLeftButton1:ClearAllPoints();
MultiBarBottomLeftButton1:SetPoint("BOTTOMLEFT", MultiBarBottomLeft, "BOTTOMLEFT", 0 , 45 );

end
Report comment to moderator  
Reply With Quote
Unread 02-03-16, 06:54 AM  
V1X0
A Deviate Faerie Dragon

Forum posts: 10
File comments: 14
Uploads: 0
Hello!

I love the addon.

One thing I would like help with:
How can I remove the small gap, when hiding the reputation bar (and max lvl, so no exp bar) above the bottom and middle bar?
I tried editing in the .lua, but I can only make the top bar move. The middle bar stays in place...

Summary: I would like to move the 2 top bars, align with the bottom one. I dont care if it makes the reputation and exp bar not in right place (I dont use em anyway)!

Thanks.
Report comment to moderator  
Reply With Quote
Unread 07-17-14, 10:07 PM  
Danielps1
Guest

Join Date: Not Yet
Forum posts: 0
File comments: 0
Uploads: 0
Moving the Actionbars

Can you bring in a control of the position of the actionbars. I can rearrange only the third bar in the middle + pet bars or stances.

How do I change positions for other bars?
Report comment to moderator  
Edit/Delete Message Reply With Quote
Post A Reply



Category Jump: