| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-25-2011 03:46 PM |
| Created: | 09-06-2010 09:13 PM |
| Downloads: | 13,377 |
| Favorites: | 65 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
4.1.5 |
21kB |
Monolit |
08-28-2011 05:56 PM |
|
4.1.4 |
22kB |
Monolit |
08-28-2011 05:47 PM |
|
4.1.3 |
21kB |
Monolit |
07-21-2011 02:38 PM |
|
4.1.2 |
21kB |
Monolit |
06-28-2011 06:27 PM |
|
3.7.5 |
19kB |
Monolit |
05-16-2011 02:06 PM |
|
3.7.4 |
19kB |
Monolit |
05-12-2011 11:54 AM |
|
3.7.3 |
19kB |
Monolit |
04-28-2011 04:40 AM |
|
3.7.1 |
18kB |
Monolit |
03-26-2011 04:01 PM |
|
3.6.3 |
18kB |
Monolit |
02-11-2011 05:47 PM |
|
3.6.2 |
18kB |
Monolit |
02-09-2011 08:54 PM |
|
3.6.1 |
18kB |
Monolit |
02-09-2011 06:37 AM |
|
3.5.1 |
18kB |
Monolit |
01-26-2011 06:50 PM |
|
3.4.1 |
18kB |
Monolit |
12-02-2010 07:14 PM |
|
3.2.1 |
14kB |
Monolit |
11-07-2010 05:12 PM |
|
3.1.6 |
11kB |
Monolit |
11-05-2010 06:51 PM |
|
3.1.5 |
11kB |
Monolit |
10-30-2010 03:23 PM |
|
3.1.4 |
11kB |
Monolit |
10-27-2010 02:20 PM |
|
3.1.3 |
11kB |
Monolit |
10-25-2010 12:00 PM |
|
3.1.2 |
11kB |
Monolit |
10-25-2010 06:56 AM |
|
3.1.0 |
11kB |
Monolit |
10-24-2010 11:11 AM |
|
3.0.4 |
10kB |
Monolit |
10-21-2010 05:22 PM |
|
3.0.3 |
10kB |
Monolit |
10-19-2010 05:36 PM |
|
3.0.2 |
10kB |
Monolit |
10-19-2010 02:28 PM |
|
2.1.3 |
6kB |
Monolit |
09-10-2010 06:07 AM |
|
2.1.2 |
6kB |
Monolit |
09-09-2010 05:58 PM |
|
1.1 |
6kB |
Monolit |
09-07-2010 02:51 PM |
|
1.0 |
5kB |
Monolit |
09-06-2010 09:13 PM |
![]() |
Comment Options |
|
|
||
|
A Murloc Raider
Forum posts: 4
File comments: 4
Uploads: 0
|
|
|
|
|
|
|
||
|
A Murloc Raider
Forum posts: 4
File comments: 4
Uploads: 0
|
|
|
|
|
|
|
|||
Last edited by Monolit : 01-13-2012 at 03:10 AM.
|
|||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 198
Uploads: 0
|
|
|
|
|
|
|
|
Did some more fiddling with the first hotbar and it seems to lose button 8 functionality once its moved above a certain height; sitting at 30 pixels from the bottom, button 8 is only able to be pressed with a mouse about halfway up the button (this includes tooltip and swapping capabilities).
Last edited by Qupe : 12-27-2011 at 10:51 PM.
|
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 54
Uploads: 0
|
I have a question 0.0/
how to hide the BLZ default background of extrabar buttom? the BLZ default buttom size is bigger enough, the background takes too much place... thank you. |
|
|
|
|
|
|
Noticed tonight that action button 8 on the main hotbar is not clickable with the mouse; pressing the hotkey works, but I can't physically click it with my mouse. Not only can the button not be pressed with the mouse, it has no tooltip and I can't drag the spell off of the hotkey as well.
The only file I've modified is the config file (which I've pasted). Can't seem to figure out what's causing this issue. Code:
local addon, ns = ...
local cfg = CreateFrame("Frame")
-----------------------------
-- MEDIA
-----------------------------
local MediaPath = "Interface\\Addons\\m_ActionBars\\media\\"
cfg.textures_normal = MediaPath.."icon"
cfg.textures_pushed = MediaPath.."icon"
cfg.textures_btbg = "Interface\\Buttons\\WHITE8x8"
cfg.button_font = "Interface\\Addons\\SharedMedia\\Fonts\\rondaseven.TTF"
-----------------------------
-- CONFIG
-----------------------------
--ActionBars config
cfg.enable_action_bars = true -- enable action bars modifications
cfg.size = 26 -- setting up default buttons size
cfg.spacing = .5 -- spacing between buttons
cfg.config_mainbar = { -- BAR 1
--[[orientation:]] "H", --[[rows(H)/columns(V):]] 1, --[[buttons:]] 12,
--[[button size:]] cfg.size, --[[spacing between buttons:]] cfg.spacing,
--[[hide bar:]] false, --[[show on mouseover:]] false, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0.5,
["Position"] = { a= "BOTTOM", x= 0, y= 40 }
}
cfg.config_bottomleftbar = { -- BAR 2
--[[orientation:]] "H", --[[rows(H)/columns(V):]] 1, --[[buttons:]] 12,
--[[button size:]] cfg.size, --[[spacing between buttons:]] cfg.spacing,
--[[hide bar:]] false, --[[show on mouseover:]] false, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0.5,
["Position"] = { a= "BOTTOM", x= 0, y= 14 }
}
cfg.config_bottomrightbar = { -- BAR 3
--[[orientation:]] "H", --[[rows(H)/columns(V):]] 1, --[[buttons:]] 12,
--[[button size:]] cfg.size, --[[spacing between buttons:]] cfg.spacing,
--[[hide bar:]] false, --[[show on mouseover:]] true, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0,
["Position"] = { a= "BOTTOM", x= 0, y= 66 }
}
cfg.config_leftbar = { -- BAR 4
--[[orientation:]] "V", --[[rows(H)/columns(V):]] 1, --[[buttons:]] 12,
--[[button size:]] cfg.size, --[[spacing between buttons:]] cfg.spacing,
--[[hide bar:]] false, --[[show on mouseover:]] false, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0,
["Position"] = { a= "RIGHT", x= -10, y= -50 }
}
cfg.config_rightbar = { -- BAR 5
--[[orientation:]] "V", --[[rows(H)/columns(V):]] 1, --[[buttons:]] 12,
--[[button size:]] cfg.size, --[[spacing between buttons:]] cfg.spacing,
--[[hide bar:]] false, --[[show on mouseover:]] true, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0,
["Position"] = { a= "RIGHT", x= -37, y= -50 }
}
cfg.config_extrabar = { -- BAR 6
--[[orientation:]] "V", --[[rows(H)/columns(V):]] 1, --[[buttons:]] 12,
--[[button size:]] cfg.size, --[[spacing between buttons:]] cfg.spacing,
--[[hide bar:]] true, --[[show on mouseover:]] false, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] .3,
["Position"] = { a= "RIGHT", x= -105, y= 0 }
}
cfg.config_shapeshiftbar = {
--[[orientation:]] "H", --[[rows(H)/columns(V):]] 1, --[[buttons:]] 6,
--[[button size:]] 20, --[[spacing between buttons:]] 0,
--[[hide bar:]] false, --[[show on mouseover:]] true, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0.05,
["Position"] = { a= "CENTER", x= -260, y= -248 }
}
cfg.config_petbar = {
--[[orientation:]] "H", --[[rows(H)/columns(V):]] 2, --[[buttons:]] NUM_PET_ACTION_SLOTS,
--[[button size:]] 32, --[[spacing between buttons:]] 2,
--[[hide bar:]] false, --[[show on mouseover:]] true, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] .3,
["Position"] = { a= "BOTTOM", x= 233, y= 14 }
}
cfg.config_totembar = {
--[[enable timers:]] true, --[[button size:]] 24, --[[spacing between buttons:]] 1,
--[[hide bar:]] false, --[[bar alpha:]] .8,
["Position"] = { a= "CENTER", x= -205, y= -247 }
}
cfg.config_raidiconbar = {
--[[orientation:]] "V", --[[button size:]] 20, --[[spacing between buttons:]] 3,
--[[hide bar:]] true, --[[show on mouseover:]] true, --[[show when in combat:]] false,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0.2,
["Position"] = { a= "RIGHT", x= -10, y= -77 }
}
cfg.config_markerflarebar = {
--[[orientation:]] "V", --[[button size:]] 20, --[[spacing between buttons:]] cfg.spacing,
--[[hide bar:]] true, --[[show on mouseover:]] true, --[[show only when in group:]] true,
--[[bar alpha:]] 1, --[[fade out alpha:]] 0.2,
["Position"] = { a= "RIGHT", x= -10, y= 122 }
}
cfg.config_micromenu = {
--[[hide bar:]] true, --[[show on mouseover:]] false, --[[scale:]] 0.85,
["Position"] = { a= "BOTTOM", x= 65, y= 115 }
}
cfg.config_exitvehiclebtn = {
--[[disable:]] false, --[[user placed:]] false,
["Position"] = { a= "BOTTOM", x= -380, y= 238 }
}
cfg.config_extrabtn = {
--[[disable:]] false,
["Position"] = { a= "BOTTOM", x= 0, y= 250 }
}
--ButtonsStyler config
cfg.hide_hotkey = true -- remove key binding text from the bars
cfg.hide_macro_name = true -- remove macro name text from the bars
cfg.count_font_size = 8 -- remove count text from the bars
cfg.hotkey_font_size = 8 -- font size for the key bindings text
cfg.name_font_size = 8 -- font size for the macro name text
cfg.colors = {
normal = {r = 0, g = 0, b = 0 },
pushed = {r = 1, g = 1, b = 1 },
highlight = {r = .9, g = .8, b = .6 },
checked = {r = .9, g = .8, b = .6 },
outofrange = {r = .8, g = .3, b = .2 },
outofmana = {r = .3, g = .3, b = .7 },
usable = {r = 1, g = 1, b = 1 },
unusable = {r = .4, g = .4, b = .4 },
equipped = {r = .3, g = .6, b = .3 }
}
-- HANDOVER
ns.cfg = cfg
Last edited by Qupe : 12-27-2011 at 12:46 AM.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 13
Uploads: 0
|
a stand-alone update would be great!
|
|
|
|
|
||
|
Re: Bar Lock
__________________
"Does the Walker choose the Path or the Path the Walker?" Garth Nix |
||
|
|
|
|
|
|
A Kobold Labourer
Forum posts: 1
File comments: 17
Uploads: 0
|
Bar Lock
I was just wondering if there was anywhere in the m_actionbars lua folder that you can unlock the bars so you can move spells around
|
|
|
|
|
|
|
just out of curiosity does this have Masque/Buttonfacade support and if it doesn't is that ever planned? Planning to lighten up my UI (memory wise)
Actually this looks like a rewrite of the blizz bars so blizz buff facade might work for it
__________________
"Does the Walker choose the Path or the Path the Walker?" Garth Nix
Last edited by 10leej : 11-14-2011 at 04:21 PM.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
Greetings,
Is there any way to link the right and left actionbars together so when hovered over one both show? Couldn't find any way to "hook" the left to the right and visa versa. Any help would greatly be appreciated!
__________________
IT`S PEANUT BUTTER JELLY TIME!!!
|
|
|
|
![]() |
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.