Download
(14Kb)
Download
Updated: 08-16-18 01:18 PM
Pictures
File Info
Compatibility:
Battle for Azeroth (8.0.1)
Updated:08-16-18 01:18 PM
Created:01-09-09 09:43 PM
Downloads:129,638
Favorites:284
MD5:

rActionBar  Popular! (More than 5000 hits)

Version: 800.20180816
by: zork [More]


Intro

rActionBar is a framework for Blizzard actionbars. It does nothing on its own, needs a layout like rActionBar_Zork.
API documentation
rActionBar API documentation
Quick-Links
rActionBar, rActionBar_Zork, rBuffFrame, rBuffFrame_Zork, rButtonTemplate, rButtonTemplate_Zork
Requires
rLib
Git
https://github.com/zorker/rothui/tre...8.0/rActionBar

Optional Files (3)
File Name
Version
Size
Author
Date
Type
800.20180901
2kB
09-02-18 03:34 AM
Addon
801-2018081101
2kB
08-11-18 04:38 AM
Addon
700.20161004
1kB
10-04-16 06:07 AM
Addon


Post A Reply Comment Options
Unread 04-02-09, 03:53 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Found a shot from the Malygos fight with standard UI.
http://www.enclaveoilrig.com/deadmalypz8.jpg

No PossessBar visible..aeh..?! So Malygos does not use the PossessBar?
This would be cool since I added my own VehicleExit button . Question is: Is there any tainting when fighting Malygos with rActionBarStyler004-5 or not.
Btw...if Malygos does not use the PossessBar I will slap Caellian! Vehicles show buttons in the BonusActionBarFrame and spawn a seperate VehicleExitButton. The PossessBar is something else imo.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 04-02-09 at 04:05 AM.
Report comment to moderator  
Reply With Quote
Unread 04-02-09, 01:39 AM  
ALZA
A Deviate Faerie Dragon
 
ALZA's Avatar
AddOn Author - Click to view AddOns

Forum posts: 19
File comments: 11
Uploads: 1
Great work with new version =) Actually i did something similar with rActionBarStyler but some people got bug with BonusActionBar and ActionBar1 (which contains ActionButtons 1-12). Hate Blizz actionbar code for using different bars for different classes and characters XD
Report comment to moderator  
Reply With Quote
Unread 04-02-09, 01:08 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by ashopedies
scaling
You should set the scaling to the value _you_ want, the values used are the values _I_ need. Just change them. Its part of the config. But to be honest I changed no scalings. You could use bar1scale = 1 for huge bars. No problem.

*edit* uploaded version 004-5
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 04-02-09 at 02:35 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 06:17 PM  
ashopedies
A Kobold Labourer
AddOn Compiler - Click to view compilations

Forum posts: 0
File comments: 67
Uploads: 1
Hey there, quick question: I have just extremely superficial knowledge of .lua. But when I use the new version of ractionbarstyler, all bars are very much smaller than they were before, but when just quickly looking over the numbers, they seem pretty similar than they were in the pre-dragging version.

So what's the difference in scaling now? and how does the scaling for the mainbars work: bar1scale = 0.82*0.75 <- why two numbers here?

If anyone's bored at work and has nothing better to do than answer my question, I'd be a happy banana.
__________________
Shields Up! - Another Resto Shaman Blog
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 04:44 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
So. I uploaded the latest changes and currently I am testing.

Changes:
- option to hide bags and micro menu
- possessbar now anchors the fshift frame
- *NEW* created a own vehicle exit button and tested it, check: http://img2.abload.de/img/wowscrnsho...09_0035tfk.jpg
The VehicleExitButton (veb) is only visible when entering a vehicle and hides when leaving a vehicle. Check the Diff to find the code easily. The veb has a drag frame aswell. Make use of the testmode to move it without being in a vehicle.

Diff:
http://code.google.com/p/rothui/sour...er.lua&old=349

File:
http://rothui.googlecode.com/svn-his...nBarStyler.lua

I changed the PossessBar to now anchor the ShapeShiftBarHolder, so it should be visible on that frame now. But I cannot test it until someone tells me a spot where I can easily possess someone making the frame appear.

Hopefully all issues have been fixed now. Possessbar is still open for testing. VehicleBar and button is tested. (SVN File)
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 04-01-09 at 05:53 PM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 01:41 PM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Originally posted by zork
does anyone know what the Possessbar is? I think I have no char that makes use of this ever.
Get yourself a mechano-hog, or even try malygos. The possess bar is really needed, i almost screwed up a one week reset today because i couldn't dismount from the drake on a failed malygos 6 minutes try.

I've looked through the code, there's a reference to the position of the bar but it isn't spawned in game.

Originally posted by demitri
hey bro, how can i turn off the bag and micro menu bars..
If you want to disable them completely one of the simple way is just to set their scale to 0.01
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Last edited by Caellian : 04-01-09 at 02:31 PM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 01:14 PM  
demitri
A Fallenroot Satyr

Forum posts: 20
File comments: 36
Uploads: 0
hey bro, how can i turn off the bag and micro menu bars..
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 09:06 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
New and probably final update coming in some minutes.

- bars can now be hovered, moved and locked
- one move function to fit them all
- frame position table to manage all the default holder positions
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 04-01-09 at 09:12 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 08:32 AM  
pHishr
A Flamescale Wyrmkin
 
pHishr's Avatar
AddOn Author - Click to view AddOns

Forum posts: 105
File comments: 117
Uploads: 5
Loving this new layout :> Great job yet again
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 05:56 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
Thanks, it's bugging me forever on my druid...

Regarding showonkeypress:

nMainbar does it pretty nice, it combines mouseover and showonkeypress

Code:
if (bar.mouseover.MultiBarBottomRight) then
    MultiBarBottomRight:SetAlpha(0)
    for i = 1, 12 do
        local button = _G["MultiBarBottomRightButton"..i]
        
        button:HookScript("OnEnter", function()
            if (not IsAltKeyDown()) then
UIFrameFadeIn(MultiBarBottomRight, 
bar.showOnKeyPressed.fadeDuration, 
bar.showOnKeyPressed.startAlpha, 
bar.showOnKeyPressed.endAlpha)
            end
        end)
            
        button:HookScript("OnLeave", function() 
            if (not IsAltKeyDown()) then
UIFrameFadeOut(MultiBarBottomRight, 
bar.showOnKeyPressed.fadeDuration, 
bar.showOnKeyPressed.endAlpha, 
bar.showOnKeyPressed.startAlpha) 
            end
        end)
    end
end
The fade duration is optional, it's used by nMainbar to fade bars out/in slowly.
Last edited by Dawn : 04-01-09 at 05:57 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 05:50 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by Dawn
There's also one thing that I would really like to see, which is bar swapping when you enter stealth (and swapping back when you leave it).
Rogues have it, druid cats don't since the druid stealth is no stance on its own. Not possible with this bars.

I have no clue how I show stuff on keypressed btw, but maybe someone has.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 05:39 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
There's also one thing that I would really like to see, which is bar swapping when you enter stealth (and swapping back when you leave it).
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 05:31 AM  
Dawn
A Molten Giant
 
Dawn's Avatar
AddOn Author - Click to view AddOns

Forum posts: 918
File comments: 959
Uploads: 22
As far as I know, a posses bar is the bar that gets switched to, when you enter a vehicle.

At least that's what it is, when you use barmods like dominos. Where you can change which bar will be the posses bar and this bar gets swapped into the vehicle bar.

Btw, will you also add the ability to show a bar on keypress (ALT, Shift or Strg) ? It's not so much more code, once you have the mouseover code there.

E:
The possess bar is a special state which causes your action bar to change when you lose control of your character and gain control of another.
Last edited by Dawn : 04-01-09 at 05:33 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 05:17 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Originally posted by Caellian
Awesome new version Zork.

Originally Posted by Zork
- All bars now movable
If i may suggest a .lua switch to enable/disable this, once positionned, you don't want to accidentaly move them around, do you
I will add a "lock" functionality. Had no time for further adjustments yesterday.

I need some more tests for ShapeShiftBar behavior and does anyone know what the Possessbar is? I think I have no char that makes use of this ever.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
Last edited by zork : 04-01-09 at 05:18 AM.
Report comment to moderator  
Reply With Quote
Unread 04-01-09, 04:08 AM  
Caellian
A Frostmaul Preserver
 
Caellian's Avatar

Forum posts: 281
File comments: 252
Uploads: 5
Awesome new version Zork.

Originally Posted by Zork
- All bars now movable
If i may suggest a .lua switch to enable/disable this, once positionned, you don't want to accidentaly move them around, do you
__________________
if (sizeof(workload) > sizeof(brain_capacity)) { die('System Overload'); }
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: