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,658
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 01-20-11, 01:18 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Re: Totem problem

You can disable the totembar via editing the config.lua. Go to the totembar settings and set disable to true.
__________________
| 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 : 01-20-11 at 01:19 AM.
Report comment to moderator  
Reply With Quote
Unread 01-19-11, 07:39 PM  
Refgain
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Totem problem

Awesome addon! I love it!

But I have a problem.
I can only configure the totems for "Call of Elements", but not for the others ("Call of the Ancestors" or/and "Call of the Spirits").
I cannot see the icon to choose between those 3 "Call of..." or "Totemic Recall".

Is there any way to make these appear?

If no, how do I disable the totembar to use either the original one or another addon?
I've checked the files but cannot really find the right line to edit.

Thanks for an really great addon!

Regards;
Refgain
Report comment to moderator  
Reply With Quote
Unread 12-18-10, 03:11 PM  
Sasenna
A Murloc Raider
 
Sasenna's Avatar
AddOn Author - Click to view AddOns

Forum posts: 7
File comments: 114
Uploads: 7
Action Bar 2x6

I am trying to create a function to add more bar settings. 3x3 6x2 etc.
I figured it out.

3x3 Code
Code:
 for i=1, 12 do
    local button = _G["MultiBarBottomLeftButton"..i]
    button:SetSize(barcfg.buttonsize, barcfg.buttonsize)
    button:ClearAllPoints()
    if i == 1 then
      button:SetPoint("BOTTOMLEFT", bar, 0,0)
    else
      local previous = _G["MultiBarBottomLeftButton"..i-1]      
      if barcfg.uselayout2x6 and (i == 4 or i == 7 or i == 10 or i == 13 ) then
        previous = _G["MultiBarBottomLeftButton"..i-3]
        button:SetPoint("BOTTOMLEFT", previous, "TOPLEFT", 0, barcfg.buttonspacing)
      else
        button:SetPoint("LEFT", previous, "RIGHT", barcfg.buttonspacing, 0)
      end
      
    end
  end
~Sas
Last edited by Sasenna : 12-23-10 at 11:50 AM.
Report comment to moderator  
Reply With Quote
Unread 12-18-10, 10:43 AM  
DSTring
A Murloc Raider

Forum posts: 5
File comments: 28
Uploads: 0
There is a button under your darkmoon card
Report comment to moderator  
Reply With Quote
Unread 12-18-10, 02:56 AM  
Sephirot24
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
I have succeeded in moving the background finally, but I still don't know how to let the character sheet that show my stats, how to activate it ? (run the game without any addons, including Roth ui, haven't solved the problem).

http://hpics.li/198bd87
Report comment to moderator  
Reply With Quote
Unread 12-16-10, 04:57 PM  
DSTring
A Murloc Raider

Forum posts: 5
File comments: 28
Uploads: 0
I believe, orbs are moveable

http://www.wowinterface.com/download...lerDiablo.html

read here
Report comment to moderator  
Reply With Quote
Unread 12-16-10, 01:40 PM  
Sephirot24
A Kobold Labourer

Forum posts: 0
File comments: 4
Uploads: 0
This is my first download from wowinterface... and it's very nice !

I'm running on 1920x1080 so I need bigger skills icons, and I managed to do it with the .lua from "rActionBarStyler".
But I don't know how to increase the size of the background (for action bars), between the angel and the devil.
I tryed to edit the lua from the "oUF_Diablo" folder, but change the scale don't works.

I need some help please .
Report comment to moderator  
Reply With Quote
Unread 12-16-10, 07:14 AM  
hairy_palms
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 25
File comments: 40
Uploads: 5
not sure if its a blizzard bug, occasionally when i switch out of shadowform, the icons for the mainbar change but pressing hotkeys still attempts to cast the spell thats on the bar inside shadowform. no problems if im holy or any other class ive got.
Report comment to moderator  
Reply With Quote
Unread 12-13-10, 09:06 AM  
DSTring
A Murloc Raider

Forum posts: 5
File comments: 28
Uploads: 0
Diablo style is from RothUI's another addon

this addon is only affect bars, but it replaces blizz default textures
Report comment to moderator  
Reply With Quote
Unread 12-12-10, 07:35 PM  
bobbank
A Kobold Labourer

Forum posts: 0
File comments: 50
Uploads: 0
Do you have to use the Diablo style right and left globes with this mod? Or can you leave default Blizzard art?
Report comment to moderator  
Reply With Quote
Unread 12-03-10, 12:03 PM  
DSTring
A Murloc Raider

Forum posts: 5
File comments: 28
Uploads: 0
Another bug ( or its bug of blizzard facade or even button facade )

when switching from style to style ( Darion, Darion gold etc .. ) Main bar is reducing in size

I've opened config set them to 1.5 scale saved reloaded then set scale to 1 and they are now fixed back
Last edited by DSTring : 12-03-10 at 12:16 PM.
Report comment to moderator  
Reply With Quote
Unread 12-03-10, 10:18 AM  
Shinobli
A Kobold Labourer
 
Shinobli's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 67
Uploads: 1
Is it possible to change the number of icons from the bars?
__________________
Hoppe - Dun Morogh
Disziplin - Blog
http://goettliche-aegis.blogspot.com/
Report comment to moderator  
Reply With Quote
Unread 12-03-10, 07:53 AM  
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1740
File comments: 3728
Uploads: 77
Seems like you are making the RegisterStateDriver stuck by doing so.
Gonna try sth.
__________________
| 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 : 12-03-10 at 08:10 AM.
Report comment to moderator  
Reply With Quote
Unread 12-03-10, 06:42 AM  
DSTring
A Murloc Raider

Forum posts: 5
File comments: 28
Uploads: 0
Shift+Scroll to switch the main action bar is buggy - sometimes after few swithes Im not able no cast anything on a Main bar

there is still icons of spell but they are not active - you cant click them or drag them

/reload helps to solve this

More exactly - I go stealth, then do Shift+scroll to another panel, then switch back, go out of stealth and viola - nothing on main panel works
Last edited by DSTring : 12-03-10 at 06:53 AM.
Report comment to moderator  
Reply With Quote
Unread 11-25-10, 11:22 AM  
YujiTFD
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 25
Uploads: 1
Re: Re: Re: Re: Re: Troubles with ruRU locale

Originally posted by zork
ichik is correct on this. rABS does not affect the buttons at all, only thing could be an overlay of different clickable frames.
And that's exactly what was happening: rABS_MultiBarLeft was overlaying frames, preventing them to be pressed.
Thank you very much for clarification.

P.S. ichik, sorry, dude, I just don't like people assuming anything beforehand.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: