| Tested: | Hour of Twilight 4.3 |
| Updated: | 12-25-11 02:46 PM |
| Created: | 09-06-10 08:13 PM |
| Downloads: | 14,572 |
| Favorites: | 69 |
| MD5: |

File Name |
Version |
Size |
Author |
Date |
4.1.5 |
21kB |
Monolit |
08-28-11 04:56 PM |
|
4.1.4 |
22kB |
Monolit |
08-28-11 04:47 PM |
|
4.1.3 |
21kB |
Monolit |
07-21-11 01:38 PM |
|
4.1.2 |
21kB |
Monolit |
06-28-11 05:27 PM |
|
3.7.5 |
19kB |
Monolit |
05-16-11 01:06 PM |
|
3.7.4 |
19kB |
Monolit |
05-12-11 10:54 AM |
|
3.7.3 |
19kB |
Monolit |
04-28-11 03:40 AM |
|
3.7.1 |
18kB |
Monolit |
03-26-11 03:01 PM |
|
3.6.3 |
18kB |
Monolit |
02-11-11 04:47 PM |
|
3.6.2 |
18kB |
Monolit |
02-09-11 07:54 PM |
|
3.6.1 |
18kB |
Monolit |
02-09-11 05:37 AM |
|
3.5.1 |
18kB |
Monolit |
01-26-11 05:50 PM |
|
3.4.1 |
18kB |
Monolit |
12-02-10 06:14 PM |
|
3.2.1 |
14kB |
Monolit |
11-07-10 04:12 PM |
|
3.1.6 |
11kB |
Monolit |
11-05-10 05:51 PM |
|
3.1.5 |
11kB |
Monolit |
10-30-10 02:23 PM |
|
3.1.4 |
11kB |
Monolit |
10-27-10 01:20 PM |
|
3.1.3 |
11kB |
Monolit |
10-25-10 11:00 AM |
|
3.1.2 |
11kB |
Monolit |
10-25-10 05:56 AM |
|
3.1.0 |
11kB |
Monolit |
10-24-10 10:11 AM |
|
3.0.4 |
10kB |
Monolit |
10-21-10 04:22 PM |
|
3.0.3 |
10kB |
Monolit |
10-19-10 04:36 PM |
|
3.0.2 |
10kB |
Monolit |
10-19-10 01:28 PM |
|
2.1.3 |
6kB |
Monolit |
09-10-10 05:07 AM |
|
2.1.2 |
6kB |
Monolit |
09-09-10 04:58 PM |
|
1.1 |
6kB |
Monolit |
09-07-10 01:51 PM |
|
1.0 |
5kB |
Monolit |
09-06-10 08:13 PM |
![]() |
Comment Options |
|
|
|
|
A Kobold Labourer
Forum posts: 0
File comments: 1
Uploads: 0
|
Omg, can any one help me with that addon.
how can i replace my action bars? some of my action bars just mass up!!!! ![]() ![]() ![]() |
|
|
|
|
|
|
Just wondering, have you tried/or know a way to remove the art on the ExtraActionButton?
|
|
|
|
|
|
||
|
A Defias Bandit
Forum posts: 3
File comments: 63
Uploads: 0
|
you can search on wowbox or wowhead.
Last edited by EKE : 02-04-12 at 08:42 PM.
|
|
|
|
|
|
||
|
A Defias Bandit
Forum posts: 3
File comments: 211
Uploads: 0
|
[quote=Monolit]
ANS:when i login warlock and use spell "惡魔化身"(sorry i don't know english name) , the mainactionbar disappear not shifted page |
|
|
|
|
|
||
|
A Murloc Raider
Forum posts: 4
File comments: 7
Uploads: 0
|
|
|
|
|
|
|
||
|
A Murloc Raider
Forum posts: 4
File comments: 7
Uploads: 0
|
|
|
|
|
|
|
|||
Last edited by Monolit : 01-13-12 at 02:10 AM.
|
|||
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 211
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-11 at 09:51 PM.
|
|
|
|
|
|
|
|
A Defias Bandit
Forum posts: 3
File comments: 63
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-26-11 at 11:46 PM.
|
|
|
|
|
|
||
|
||
|
|
|
|
|
|
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 |
||
|
|
![]() |
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.