Quote Originally Posted by Zub View Post
on that note (sorry for the off topic) is it possible to have click macros without using many action bar buttons?
Super Duper Macro uses something called "floating" macros, which are not put on bars and can only be called through /click. Instead of your main click button looking like

Code:
/click MultiBarRightButton1
/click MultiBarRightButton2
/click MultiBarRightButton3
/click MultiBarRightButton4
with individual macros sitting on the above buttons, it will look like this

Code:
/click sdf_dps1
/click sdf_dps2
/click sdf_dps3
/click sdf_dps4
with the individual macros "hidden" inside the SDM infterface.

So it's possible to have click macros where only the main button is on your bars. Unfortunately, Super Duper Macro hasn't been updated in a long time and will probably die with the expansion {and I'll use it until I can't use its no more!! *fist to sky*}, but if one addon can do it, I'm sure there are or will be others with the same functionality.