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,682
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 10-31-09, 08:03 AM  
Amitsu
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
how can i re-invert cast bar (i mean make a standart casting string, from left to right while casting)
and one more question - what commands to use to manipulate data on orbs? i wanna not to shaw percents but show total mana and its current value
Report comment to moderator  
Reply With Quote
Unread 10-23-09, 07:24 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
jExp works without any problems.
__________________
| 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 10-23-09, 05:50 PM  
darkdk
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
why do i only get half of it i miss the EXP bar i try other add jEXP it outdate will not work an thing that post to be on the side out do i get thos to show up
Report comment to moderator  
Reply With Quote
Unread 10-23-09, 02:40 AM  
Khavatari
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 2
File comments: 9
Uploads: 1
@yoropico
Change that in the Config

-- scale values
bar1scale = 0.82*0.75
bar2scale = 0.82*0.75
bar3scale = 0.82*0.75
bar45scale = 0.82*0.75
petscale = 0.65
shapeshiftscale = 0.65
micromenuscale = 0.8
bagscale = 0.9
Report comment to moderator  
Reply With Quote
Unread 10-23-09, 02:30 AM  
yoropico
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
i like this addon

and want to change button size how to it?

this actionbar button size samll for me i want to change more big
Report comment to moderator  
Reply With Quote
Unread 10-18-09, 08:26 AM  
alimjocox
A Warpwood Thunder Caller
AddOn Author - Click to view AddOns

Forum posts: 96
File comments: 68
Uploads: 2
is it possible to set the bars 12x1 ?
Report comment to moderator  
Reply With Quote
Unread 10-16-09, 09:44 PM  
darkdk
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
ok i new to this an i dont know any about thing add on only i do know were they go i see other post i dont get it how to u get the thing on the side of the Action Bar the to show the red an green thing that on the pic an the exp thing does not show 2
Last edited by darkdk : 10-17-09 at 09:08 AM.
Report comment to moderator  
Reply With Quote
Unread 10-11-09, 04:57 PM  
AlphaWolf
A Murloc Raider

Forum posts: 8
File comments: 4
Uploads: 0
Is it possible to deactivate action bar switching when I enter stealth, shadowdance?

And what is about the stancebar which holds stealth, shadowdance? there is no entry in the lua file. I want to move/hide it.
Last edited by AlphaWolf : 10-11-09 at 05:12 PM.
Report comment to moderator  
Reply With Quote
Unread 10-10-09, 07:53 AM  
Lectro
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
how can i change the position of the rightbar?
( [6] = { a = "RIGHT", x = 0, y = 50 }, --fbar45 )
<<- section of config don't work for me -_-
Report comment to moderator  
Reply With Quote
Unread 10-10-09, 03:12 AM  
ministoat
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 9
File comments: 19
Uploads: 2
great bars <3


Is it correct that when using 2x6, buttons go ->

6 7 8 9 10
1 2 3 4 5


I would like to swap this to

1 2 3 4 5
6 7 8 9 10

Should I look at editing the anchoring?


edit - I have sorted this, if anyone wants to know
Last edited by ministoat : 10-29-09 at 11:43 AM.
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 11:15 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Nope.
__________________
| 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 10-09-09, 08:38 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Originally posted by zork
Do some for-loops for all your buttons. You need to reanchor your buttons.

Something like this
Code:
for i=2, 12 do
  local b = _G["ActionButton"..i]
  local b2 = _G["ActionButton"..i-1]
  b:ClearAllPoints()
  b:SetPoint("LEFT",b2,"RIGHT",0,0)
end
Left and Right may be swapped. Don't know right know. Change x and y pos to whatever you like. You need to do that for all of your buttons.
Thanks! Maybe it is an idea to implement this into the AddOn? I think more people than just me are interested in padding
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 06:54 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 nightcracker
Can I change the padding between buttons of bars adapted with rActionBarStyler? And if yes, how? I do know LUA.
Do some for-loops for all your buttons. You need to reanchor your buttons.

Something like this
Code:
for i=2, 12 do
  local b = _G["ActionButton"..i]
  local b2 = _G["ActionButton"..i-1]
  b:ClearAllPoints()
  b:SetPoint("LEFT",b2,"RIGHT",0,0)
end
Left and Right may be swapped. Don't know right know. Change x and y pos to whatever you like. You need to do that for all of your buttons.
__________________
| 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 : 10-09-09 at 06:54 AM.
Report comment to moderator  
Reply With Quote
Unread 10-09-09, 06:19 AM  
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view AddOns

Forum posts: 716
File comments: 428
Uploads: 22
Can I change the padding between buttons of bars adapted with rActionBarStyler? And if yes, how? I do know LUA.
Report comment to moderator  
Reply With Quote
Unread 10-07-09, 07:51 AM  
Gore123
A Kobold Labourer

Forum posts: 1
File comments: 20
Uploads: 1
Also, is there a way to bind the keys (apart from inside WoW's keybindings.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: