Download
(5 Kb)
Download
Updated: 01-17-13 05:14 PM
Pictures
File Info
Compatibility:
Landfall (5.1)
Updated:01-17-13 05:14 PM
Created:02-16-11 10:00 AM
Downloads:12,959
Favorites:10
MD5:
oBar  Popular! (More than 5000 hits)
Version: v5.1a
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 !!
Or you can use ButtonFacade with BlizzFacade in the same time.

If some suggestions, please send mail to smaltore@live.com

obar v5.ob @ 2012-12-13
(1) adjust to wow 5.1.

obar v5.ob @ 2012-09-13
(1) adjust to wow 5.0;
(2) fix the stance bar move incorrectly in battle sometimes;
(3) fix the bag can't click;
(4) del others unnecessary code

obar v4.3c @ 2012-05-25
(1)fix the side bars can't be loaded;
(2)fix the fade bar can't show tooltip;
(3)fix the pet fade increctly;
(4)fix the bar 2 move up when experient bar is hided.

update at 2012-05-01
1. fix totem can't show;
2. fix pet button 8-10 can't show correctly;
3. move the vehicle exit button to topleft.

Update for wow 4.3 at 2011-12-13
1.Give up the vehicle bars from the blliz, and resolve it's swicth problem;
2.Rebuil the bags and micro buttons
3.Some codes from rActionBarStyler ,Lucidity and Tidybar, Thanks these Authors
Optional Files (0)


Archived Files (6)
File Name
Version
Size
Author
Date
v5.0b
5kB
smaltore
09-12-12 11:45 AM
v4.3c
6kB
smaltore
05-24-12 10:05 AM
v4.3b
5kB
smaltore
05-01-12 04:38 AM
v4.3a
4kB
smaltore
12-15-11 08:30 AM
v4.1a
5kB
smaltore
07-14-11 09:35 AM
v3.3c
4kB
smaltore
02-16-11 10:00 AM


Post A Reply Comment Options
Old 02-10-13, 12:24 PM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 2
Originally Posted by Meclol
Hey!

Please update this addon with that code or help me where to put it, I tried putting that code into the obar.lua and I can still see the action bar background...

Thanks in advance!
what code?

and I can't find any background in my test, is there some picture to show me? If you tell me what you are doing when it make some mistakes, so I can fix it more quickly.

sorry for my delay replay.
Last edited by smaltore : 02-10-13 at 12:25 PM.
smaltore is offline Report comment to moderator  
Reply With Quote
Old 01-19-13, 10:16 PM  
Meclol
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Hey!

Please update this addon with that code or help me where to put it, I tried putting that code into the obar.lua and I can still see the action bar background...

Thanks in advance!
Meclol is offline Report comment to moderator  
Reply With Quote
Old 08-22-12, 09:18 AM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 2
Re: Action bar bg fix

Originally Posted by firelines
Hi Everyone i just find out how you can fix the problem with the action bar background.

The code is:

[
---------- Action Bar BG FIX ----------
local button_Backdrop = "Interface\\DialogFrame\\UI-DialogBox-Background"
local button_bg = {
bgFile = button_Backdrop, edgeFile = button_Backdrop,
tile = false, tileSize = 0, edgeSize = 2,
insets = {left = 0, right = 0, top = 0, bottom = 0,},}
for index = 1, 12 do
local button = _G[format("ActionButton%d", index)]
button:SetBackdrop(button_bg);
button:SetBackdropColor(0,0,0,.5)
button:SetBackdropBorderColor(0,0,0,.5)
button:SetAttribute("showgrid", 1)
ActionButton_ShowGrid(button)

end
[/color]

Thank you so much for this lightweight add-on.

Devil

Thanks for your code, I will add it to next vesion.
smaltore is offline Report comment to moderator  
Reply With Quote
Old 06-13-12, 07:02 PM  
firelines
A Kobold Labourer
 
firelines's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Action bar bg fix

Hi Everyone i just find out how you can fix the problem with the action bar background.

The code is:

[
---------- Action Bar BG FIX ----------
local button_Backdrop = "Interface\\DialogFrame\\UI-DialogBox-Background"
local button_bg = {
bgFile = button_Backdrop, edgeFile = button_Backdrop,
tile = false, tileSize = 0, edgeSize = 2,
insets = {left = 0, right = 0, top = 0, bottom = 0,},}
for index = 1, 12 do
local button = _G[format("ActionButton%d", index)]
button:SetBackdrop(button_bg);
button:SetBackdropColor(0,0,0,.5)
button:SetBackdropBorderColor(0,0,0,.5)
button:SetAttribute("showgrid", 1)
ActionButton_ShowGrid(button)

end
[/color]

Thank you so much for this lightweight add-on.

Devil
Last edited by firelines : 06-15-12 at 02:15 PM.
firelines is offline Report comment to moderator  
Reply With Quote
Old 05-25-12, 11:56 AM  
byoonie
A Defias Bandit

Forum posts: 2
File comments: 14
Uploads: 0
Thank you so much for this lightweight add-on. It's perfect for me because I like to keep the default Blizzard UI style
byoonie is offline Report comment to moderator  
Reply With Quote
Old 10-10-11, 05:13 PM  
myggl
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
it's awesome
Look forward to 4.2 version
myggl is offline Report comment to moderator  
Reply With Quote
Old 07-16-11, 12:45 AM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 2
Originally posted by Twidget
Hi again,
Another issue.
The Dungeon Journal and Raid buttons on the Micromenu are not faded and they are larger than the rest of the icons.

Edit:
I fixed this bay adding two lines to your code:
local MicroButtons = {
CharacterMicroButton,
SpellbookMicroButton,
TalentMicroButton,
AchievementMicroButton,
QuestLogMicroButton,
GuildMicroButton,
PVPMicroButton,
EJMicroButton,
RaidMicroButton,
LFDMicroButton,
MainMenuMicroButton,
HelpMicroButton,
}

Added the EJ and Raid lines.

Edit:
You hid the background on the top two bars in the center but not on the main bar itself. Could you hide this bars background as well?

I noticed looking at your code that you list the key ring which is no longer used.

I modified the xp bar lua as well to increase the bars height. My old eyes had a hard time seeing them.

Thanks,
Twidget
I updated it for the wow client of china, and can't clearly understant what you said, if there some pictures.
Last edited by smaltore : 07-16-11 at 01:20 AM.
smaltore is offline Report comment to moderator  
Reply With Quote
Old 07-14-11, 03:20 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 402
Uploads: 0
Hi again,
Another issue.
The Dungeon Journal and Raid buttons on the Micromenu are not faded and they are larger than the rest of the icons.

Edit:
I fixed this bay adding two lines to your code:
local MicroButtons = {
CharacterMicroButton,
SpellbookMicroButton,
TalentMicroButton,
AchievementMicroButton,
QuestLogMicroButton,
GuildMicroButton,
PVPMicroButton,
EJMicroButton,
RaidMicroButton,
LFDMicroButton,
MainMenuMicroButton,
HelpMicroButton,
}

Added the EJ and Raid lines.

Edit:
You hid the background on the top two bars in the center but not on the main bar itself. Could you hide this bars background as well?

I noticed looking at your code that you list the key ring which is no longer used.

I modified the xp bar lua as well to increase the bars height. My old eyes had a hard time seeing them.

Thanks,
Twidget
Last edited by Twidget : 07-14-11 at 04:05 PM.
Twidget is offline Report comment to moderator  
Reply With Quote
Old 07-14-11, 03:11 PM  
Twidget
An Aku'mai Servant
 
Twidget's Avatar

Forum posts: 33
File comments: 402
Uploads: 0
TOC

Hi,
You updated the mod but not the toc so it shows as out of date in the addon list.

--Twidget
Twidget is offline Report comment to moderator  
Reply With Quote
Old 02-26-11, 12:21 PM  
smaltore
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 2
Originally posted by mashkin
What is that casting bar? And what is that in the bottom right corner?
1 .sycastbar;
2. TinyDps as Recount.
smaltore is offline Report comment to moderator  
Reply With Quote
Old 02-23-11, 09:11 PM  
mashkin
A Kobold Labourer
 
mashkin's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
What is that casting bar? And what is that in the bottom right corner?
mashkin is offline Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: