Download
(3Kb)
Download
Updated: 11-28-10 10:17 AM
Pictures
File Info
Updated:11-28-10 10:17 AM
Created:11-09-08 04:50 AM
Downloads:16,492
Favorites:46
MD5:

thek: Actionbar  Popular! (More than 5000 hits)

Version: beta2
by: thek [More]

thek: Actionbar (BETA)

a enhanced default actionbar.

This actionbar enables three modes: the default actionbar, a short actionbar and a long actionbar. To toggle between those three modes open your keybinds an scroll down to the bottom to find an entry called toggle Actionbarsize/toggle Actionbar. Set a keybinding to switch modes.

WARNING: this addon is beta and there might/will be errors with teints and some special position things when enabled shape and petbar and leaving a vehicle.

Toggle modes:

Open you keybindings
Scroll down to Actionbarsize/toggle Actionbar
set a keybinding for it
use your favorite layout

Coming features:
don't know, maybe some things to hide, some things to add ...

beta2:
fixed a position bug within the shortbar layout

beta1:
initial new release
Post A Reply Comment Options
Unread 11-09-08, 06:40 AM  
Rames
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 7
Uploads: 1
Awesome! Great replacement for the now outdated Roath. Just what I was looking for.
Report comment to moderator  
Reply With Quote
Unread 11-09-08, 03:59 PM  
Mock
A Black Drake
AddOn Author - Click to view AddOns

Forum posts: 83
File comments: 39
Uploads: 3
light, sweet and easy. What i wanted But i got a request or maybe you could just answer me here. Any way to hide the stance bar? Dont like the annoying stealth icon.

Nvm, just edited those lines if anyone else want to hide them.

Code:
								
				if ( THEKBAR.smallBar ) then
						if ( index == "ShapeshiftBarFrame" ) then
								if ( MultiBarBottomRight:IsShown() ) then
										ShapeshiftButton1:SetPoint("BOTTOMLEFT", MultiBarBottomRight, "TOPLEFT", 0, 5);
								elseif ( MultiBarBottomLeft:IsShown() ) then
										ShapeshiftButton1:SetPoint("BOTTOMLEFT", MultiBarBottomLeft, "TOPLEFT", 0, 5);
								else
										ShapeshiftButton1:SetPoint("BOTTOMLEFT", ActionButton1, "TOPLEFT", 0, 17);
									end;
Changed to:

Code:
						
				if ( THEKBAR.smallBar ) then
						if ( index == "ShapeshiftBarFrame" ) then
								if ( MultiBarBottomRight:IsShown() ) then
										ShapeshiftBarFrame:Hide();
								elseif ( MultiBarBottomLeft:IsShown() ) then
										ShapeshiftBarFrame:Hide();
								else
										ShapeshiftBarFrame:Hide();
									end;
Last edited by Mock : 11-09-08 at 04:14 PM.
Report comment to moderator  
Reply With Quote
Unread 11-10-08, 01:34 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
@Rames: Thx a lot

@Mock: i will add this option to the next version.
Report comment to moderator  
Reply With Quote
Unread 11-11-08, 05:36 PM  
RivenFear
A Defias Bandit
 
RivenFear's Avatar

Forum posts: 0
File comments: 13
Uploads: 0
Hi ! Great addon by the way. However I play a boomkin and when ever i summon my treants the pet bar over laps my shapeshift bar. I'll post a SS as soon as possible.

I only have the main bar active. None of the others are enabled.
Report comment to moderator  
Reply With Quote
Unread 11-12-08, 02:15 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by RivenFear
Hi ! Great addon by the way. However I play a boomkin and when ever i summon my treants the pet bar over laps my shapeshift bar. I'll post a SS as soon as possible.

I only have the main bar active. None of the others are enabled.
Thx ;-)

Ok, i don't play a druid, but i think i know what the problem is. There is also another bug with toggling hotkeys, so there will be a fix in the next version! hope to get things done this evening
Report comment to moderator  
Reply With Quote
Unread 11-15-08, 08:06 AM  
whizque
A Defias Bandit
 
whizque's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 39
Uploads: 3
is there a way to scale this?
Report comment to moderator  
Reply With Quote
Unread 11-16-08, 07:11 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by whizque
is there a way to scale this?
hm, i will think about it
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 04:54 AM  
eiszeit
A Chromatic Dragonspawn
 
eiszeit's Avatar
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 448
Uploads: 7
Originally posted by thek
hm, i will think about it
hey thek, quick question: does vehicle stuff work here? i mean showing vehicle buttons, leave vehicle button, etc pp?

--

und nochma auf deutsch: klappt der vehikel kram? z.b. die buttons zum vehikel verlassen (die oben bei shapeshift etc sind) und die normalen aktionsleisten? und mit dem hook aus dem forum auch IC?

wäre super, dann würd ich nämlich dein thekbar schnappen und modifizieren (optik)
__________________
Lyn • I'm a mess of unfinished thoughts
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 06:07 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by eiszeit
hey thek, quick question: does vehicle stuff work here? i mean showing vehicle buttons, leave vehicle button, etc pp?

--

und nochma auf deutsch: klappt der vehikel kram? z.b. die buttons zum vehikel verlassen (die oben bei shapeshift etc sind) und die normalen aktionsleisten? und mit dem hook aus dem forum auch IC?

wäre super, dann würd ich nämlich dein thekbar schnappen und modifizieren (optik)
yap works fine (tested with my DK)


--
das auf deutsch: ^^ jo geht, nur das ich nicht den hook nutze sondern das thema etwas anders angehe.
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 11:36 PM  
Sneaktech
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Small Problem

First off, great work with keeping a very, very low mem for this addon. It does exactly what I'm looking for

The problem I am having is it seems that each time I exit a vehicle, I have to /rl and reload the UI in order for the bars to switch back to the default action bars and vice versa.

Maybe you could look into this for me. It's not a huge problem, but maybe a little bit of a nag
Last edited by Sneaktech : 11-18-08 at 11:45 PM.
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 01:29 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Re: Small Problem

Originally posted by Sneaktech
First off, great work with keeping a very, very low mem for this addon. It does exactly what I'm looking for

The problem I am having is it seems that each time I exit a vehicle, I have to /rl and reload the UI in order for the bars to switch back to the default action bars and vice versa.

Maybe you could look into this for me. It's not a huge problem, but maybe a little bit of a nag
Ok, thats a big problem in my view, because i tested this thing with my Deathknight in the starting Area and it works for me. I'm sorry, i will test this again this night!

-- update --
tested vehicle bar in DKs start area again, works for me. Some friends of mine tested the bar with the vehicles in wotlk, works fine too.

I will run some tests tonight in northrend for my own.

2 Questions: have you installed version 0.1.3? which vehicle creates the bug?

thx for your help!
Last edited by thek : 11-19-08 at 02:49 AM.
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 09:48 AM  
Sneaktech
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I know for sure from memory that it happened during the "Bring 'em Back Alive" quest in Borean Tundra (the quest where you ride the kodos back to the quest giver). And this also happened to me yesterday (11.18.08) during "Kaw the Mammoth Destroyer" quest as well, where you mount and ride a mammoth as a vehicle. It seemed as if I was caught up in a button press or something of that sort right in-between the action bar transition that the bars wouldn't show up, but I could still use my keybinds as if the bars were still there. So, it seems like it's just a visual thing.

Hope my descriptions are clear enough. Thanks again for looking into it
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 10:25 AM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by Sneaktech
I know for sure from memory that it happened during the "Bring 'em Back Alive" quest in Borean Tundra (the quest where you ride the kodos back to the quest giver). And this also happened to me yesterday (11.18.08) during "Kaw the Mammoth Destroyer" quest as well, where you mount and ride a mammoth as a vehicle. It seemed as if I was caught up in a button press or something of that sort right in-between the action bar transition that the bars wouldn't show up, but I could still use my keybinds as if the bars were still there. So, it seems like it's just a visual thing.

Hope my descriptions are clear enough. Thanks again for looking into it
Ok, that sounds like the problems i had before version 0.1.3 of my bars. i will try different vehicles later this day. thx for your patience.
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 12:18 PM  
thek
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 104
Uploads: 10
Originally posted by Sneaktech
I know for sure from memory that it happened during the "Bring 'em Back Alive" quest in Borean Tundra (the quest where you ride the kodos back to the quest giver). And this also happened to me yesterday (11.18.08) during "Kaw the Mammoth Destroyer" quest as well, where you mount and ride a mammoth as a vehicle. It seemed as if I was caught up in a button press or something of that sort right in-between the action bar transition that the bars wouldn't show up, but I could still use my keybinds as if the bars were still there. So, it seems like it's just a visual thing.

Hope my descriptions are clear enough. Thanks again for looking into it
Hi,

know i've tested the vehicles i can reach: a tank and a horse with two different chars and i'm sorry i can't reproduce the vehicle bug. I entered the vehicles in combat, out of combat, leaved them in combat, out of combat and with the small bar / default bar there are no problems.

Are you sure that you use version 0.1.3? Do you use some baraddons or mods?
Report comment to moderator  
Reply With Quote
Unread 11-19-08, 04:02 PM  
Sneaktech
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
Yea, I just checked the version and it's 0.1.3, the most recent release. Maybe it's a conflict with Carbonite Quest, since it does have an option to mod some of the default Blizz bars. But then again, your bars ARE the default bars, so I guess that's a no-go. I'm not using any other mod that would interfere with the action bars themselves. Well maybe MoveAnything? The only thing I use that for is to move the default unit frames, but it DOES have an option to move/scale the default action bars. However, I still don't see how these addons would affect the bars not "switching" back to default from the vehicle interface? /shrug
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: