Armorsmith Archive
Thread: Armor Macro
put each piece of armor in the toolbar slots, preferably in the lower half section.
then make a macro that goes like so:
/ui action toolbarSlot12
/ui action toolbarSlot13
...and so forth for each piece. its pretty simple.
I wrote up a guide to doing this, with pictures.
There's a link to it in my signature.
Can someone plz tell me how to wright a macro that will equip a full suit of armor?
Aethlon Surba SITH ----Bria
Put all your armor into hotbar slots. ie: F1, F2, F3 .... F8, F9. Then paste the following into a macro:
/ui action toolbarSlot00;
/ui action toolbarSlot01;
/ui action toolbarSlot02;
/ui action toolbarSlot03;
/ui action toolbarSlot04;
/ui action toolbarSlot05;
/ui action toolbarSlot06;
/ui action toolbarSlot07;
/ui action toolbarSlot08;
Place the macro on the same toolbar as your armor is on. It's also possible to put your armor on another toolbar than the macro is on but I can't remember off hand what the command is to switch toolbars.
to go from pane to pane its /ui action toolbarPane00-05 mine is
/ui action toolbarPane01
/ui action toolbarSlot12-21
/ui action toolbarPane00
plz note that 12-21 is each individual command i just dont wanna type it out
sorry boys and girls my boss walked by my desk when i started to write this lol. I know that you all have had this question asked a thousand time but can anybody please give me the macro for putting armor on and off thanks.
Im sure I read there was a macro people used to use an item such as a grenade, was it useItem1; ? Not entirely sure, but it would be very useful if the command worked on armour also... You could place the macro in a bar not used and click it to equip and un-equip all armour parts if so... Is there a macro to switch quickbars macro even better!
The thread I was reading was the Commando guide on the professions board, it listed the macro there ![]()
Did you suss it out? Im gonna look now on the above post to try and find it!
Found it!
The toolbar has 24 slots. They are numbered 00 to 23. There is a command that will click them.
/ui action toolbarSlotXX;
So the example of equipping is used by the Commando dude with weapons, so it may work with armour:
/ui action toolbarSlot13; (rifle there)
/mindshot1;
/ui action toolbarSlot14; (carbine)
/actionshot1;
/ui action toolbarSlot15; (launcher pistol)
/healthshot1;
I'll try it tonight ![]()
I have a separate toolbar for armor and clothing, so I don't have to go into my inventory to change all the time, my armor takes up spaces F1-F9, and F10 is my macro slot. The macro is as follows:
/ui action toolbarSlot00
/ui action toolbarSlot01
/ui action toolbarSlot02
/ui action toolbarSlot03
/ui action toolbarSlot04
/ui action toolbarSlot05
/ui action toolbarSlot06
/ui action toolbarSlot07
/ui action toolbarSlot08