Bounty Hunter Archive
Thread: Macro question for the Macro Gods
name macro dump
select icon for dump
In the macro type
/dump;
Is that what you're looking for?
Nope ![]()
I'm looking for a command to 'select' (CTRL+LEFT+CLICK) a toolbar slot special attack as your auto-attack, or deselect.
For instance, if you have Adv. Critical Shot in toolbarslot 00 (Upper left corner) of your hotkey bar...and you CTRL+LEFT+CLICK it....that move is 'selected' for auto-attack and will recycle and fire each time on its own. To 'clear' your auto-attack you'd CTRL+LEFT+CLICK it again.
Well knowing that you CAN use a macro to PRESS a toolbar button...
/ui action toolbarSlot00; <---- Would 'press' toolbarSlot00 (Hot key button #1)
I want to know if there is also a macro command to 'select' or 'deselect' the a hotkey button...maybe...something like...
/ui action toolbarSelect00;
or
/ui action toolbarDeselect00;