
I talk a little about the looping macros I have running to do buffs.
An example of the macro to switch toolbar to pane 1 and select the weapon in slot 22 is:
/pause 0.25;
/ui action toolbarPane00;
/ui action toolbarSlot22;
Hope this helps if you are having trouble fitting everything on one toolbar or want to setup a weapon switch toolbar.
0 Comments