Bounty Hunter Archive
Thread: Armor switching macro
Page 1 of 1
brenter83
Thu Sep 15, 2005 2:10 pm
#1
I'd like to switch back and forth between two sets of armor, one for grinding and for showand the other for when I'm hunting jedi. How do I go about making a macro that will do this quickly?
Ademar
Thu Sep 15, 2005 2:17 pm
#2
brenter83 wrote:
I'd like to switch back and forth between two sets of armor, one for grinding and for showand the other for when I'm hunting jedi. How do I go about making a macro that will do this quickly?
use your tool bars. Set all your armor in tool bars and then macro threw the toolbar
ie (assuming that you have a 7 piece armor suit)
macro ris
/ui action toolbarPane04; (for the 5th toolbar)
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarPane00; (to get back to the first toolbar)
bah...can't fix this damn double space 
Message Edited by Ademar on 09-15-2005 02:17 PM
ocili
Thu Sep 15, 2005 2:29 pm
#3
and even better, under your options and keymap, "bind" this custom macro to some key, so you can just hit that key/keys anytime you want to quickly switch. you can do this with any command/macro IG.
Page 1 of 1