Page 1 of 1
Addon for easy-quick access to macros?
Posted: Thu Sep 07, 2017 11:00 am
by Dresden
Is there an addon for easy-quick access to macros?
Like a quick press-button show-list thingy that only takes up 1/2 ability slots?
Re: Addon for easy-quick access to macros?
Posted: Thu Sep 07, 2017 3:07 pm
by Telperien
LibAddonButton? is it what you looking for?
Re: Addon for easy-quick access to macros?
Posted: Sat Sep 16, 2017 7:24 am
by wdesu
for really quick access you can even bind those addon buttons to a hotkey with a macro, just need to know a button name.
you can get name from debugging window, for example, "LibAddonButton.Created.1" -> name = ".Created.1".
macro to open a button with buffhead/turretrange/obsidian, etc
Code: Select all
/script LibAddonButton.GetButton("fx"):OnLButtonUp()
macro for 1st button you can create using "Create a new button" button
Code: Select all
/script LibAddonButton.GetButton(".Created.1"):OnLButtonUp()
so you can add some macros with 'create' button, even add some icons to macro names like '<icon00055> macro name' and use it as a quick chat menu. really nice addon