View Single Post
02-24-16, 12:21 AM   #1
mchwxj
A Fallenroot Satyr
Join Date: Jan 2013
Posts: 20
[Need Help] Anyone know the name of buttons on Main Action Bar page-2 ?

Hi,

I like DIY my own UI using simple LUA codes based on default action bars. I've relocated five bars, they are: MainMenuBar, MultiBarRight, MultiBarLeft, MultiBarBottomRight and MultiBarBottomLeft.

But I find the buttons on the 2nd page of Main Action Bar can't be unstacked and moved like other buttons. I mean, if I want to use those buttons, I have to switch main action bar to page 2.

I tried to use /framestack to check out the button name, but it doesn't work... I searched through google, but still have no clue... Did they get renamed? As I remember they were called "BonusActionButton" or something in WOW 3.0.

Does anyone know the name of those buttons? Is it possible to move them using LUA code like the follows? I don't want to use AddOns. Really appreciate it~
Code:
MultiBarBottomRightButton1:ClearAllPoints()
MultiBarBottomRightButton1:SetPoint("BOTTOM",MultiBarLeftButton12,"BOTTOM",0,0)

Last edited by mchwxj : 02-24-16 at 12:29 AM.
  Reply With Quote