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,850
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 03-30-11, 08:06 AM  
randombass
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Re: right actionbars

Originally posted by zoktar
multibar right and multibar left are vertical(or is it horizontal i get those mixed up), basicly will you every allow those 2 bars that arnt like the rest, change?.
You can edit the bars in the config file and in addons\rActionBarStyler\bars find bar4.lua and bar5.lua.

If you want to change them from Verticle(up/down) to Horizontal(left/right) I can give you the code.
Last edited by randombass : 03-30-11 at 08:15 AM.
Report comment to moderator  
Reply With Quote
Unread 03-17-11, 05:35 PM  
Flyingtoes
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 5
File comments: 57
Uploads: 1
Cheers.
Report comment to moderator  
Reply With Quote
Unread 03-17-11, 04:08 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
sure. set userplaced to false and change the default positions in config.lua
__________________
| 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 03-17-11, 11:03 AM  
Flyingtoes
A Murloc Raider
AddOn Compiler - Click to view compilations

Forum posts: 5
File comments: 57
Uploads: 1
One question. Is it possible to move the action bar within LUA and not just by unlocking them in-game?
Report comment to moderator  
Reply With Quote
Unread 03-13-11, 07:14 AM  
lynce
A Cyclonian
 
lynce's Avatar

Forum posts: 48
File comments: 92
Uploads: 0
pet bar

For some reason, my pet bar won't show up when i call a pet(hunter). I have to do a /rl to get it to show. Regretfully i have no more info about this. It's just annoying.

Btw greate addons. Can't live whitout them
Report comment to moderator  
Reply With Quote
Unread 02-22-11, 09:48 AM  
blscohx
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
since 4.0.6 the pet bar cant be set vertical. other bars work with 'right' instead of 'bottom'

Code:
pos             = { a1 = "RIGHT", a2 = "RIGHT", af = "UIParent", x = -1, y = 0 },
petbar doenst anymore.
Last edited by blscohx : 02-22-11 at 09:51 AM.
Report comment to moderator  
Reply With Quote
Unread 02-21-11, 01:16 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
__________________
| 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 : 02-21-11 at 02:17 AM.
Report comment to moderator  
Reply With Quote
Unread 02-20-11, 04:53 PM  
MrMisfit
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Re: Vehicle Bug?

Hi love this but what is the player or party frame on the left of your screen shot?

Iv been for them for ages now.

Thanks
Report comment to moderator  
Reply With Quote
Unread 02-19-11, 11:52 PM  
EverForsaken
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Vehicle Bug?

Ok, So I don't know if I am just stupid or something, but I have this add on installed and whenever I have a quest where you have to use a vehicle, it doesn't show me the vehicle bar. It just shows metamorphosis and the vehicle exit button. Whenever I disabled this addon to see if it worked, it did. I really like this add on and hopefully you have a solution. Thank you =].
Report comment to moderator  
Reply With Quote
Unread 02-09-11, 07:55 PM  
DSTring
A Murloc Raider

Forum posts: 5
File comments: 28
Uploads: 0
Why wont you add your project to curse? Would be 100 times easier to update to new versions from curse client

but maybe its coz we have modified Interface folder so ;o
Report comment to moderator  
Reply With Quote
Unread 02-09-11, 05:39 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Actually some rogues prefered that bar. I think it is personal preference.
__________________
| 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 02-09-11, 04:31 PM  
Azande
A Defias Bandit

Forum posts: 2
File comments: 33
Uploads: 0
As it is, it doesn't work for Subtlety Rogues, during Shadowdance it brings up the Stealth bar which is not the right one.

To fix it find in bar1.lua
Code:
    
["ROGUE"] = "[bonusbar:1] 7; [form:3] 7;",
and change it to
Code:
    
["ROGUE"] = "[bonusbar:1] 7; [form:3] 8;",
Report comment to moderator  
Reply With Quote
Unread 02-09-11, 02:00 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Fix for patch 4.0.6 is live.
__________________
| 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 02-09-11, 12:33 PM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Fixed the bar disappearing after reload and maybe even the talent switch thingy thanks to tukz and evl22 code snippets.
__________________
| 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 02-08-11, 07:29 PM  
Theintohimo
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Problems.

Okay, so. I downloaded the entire RothUI Addon package, and i got 2 questions.

1. Why does all my action bars work, besides Bar1, with all the 1,2,3,4,5,6 etc.?
I can't press on the numbers on my keyboard, but I can press them with my mouse.
- I want to be able to use the numbers on my keyboard.

2. How can I move the targetframe?
When i target a player or a creature, it pops up in the middle of the screen, so i barely can see anything, it's very disturbing, and it's moving all my attention to directly to the middle, where my eyes do not wanna be when i have to watch the top for Tanks hp (I am healer.)
- I want my target to be right beneath the group members in the top left corner.


Can you please help me?
Thank you for your time!
Last edited by Theintohimo : 02-09-11 at 12:33 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: