Armorsmith Archive
Thread: NEED MACRO HELP!
I'm trying to make a macro to unequip my vibroknucklers, do /unarmedstun1; /unarmedblind1 and then equip them again, and also give it enough time to let the moves go. My knucklers are on F4 if that makes a difference.
Thanks.
Ok, this'll only work when the toolbar showing the vibroknuckles is showing:
/ui action toolbarSlot03; /unarmedstun1; /unarmedblind1; /pause xx; /ui action toolbarSlot03;
Replace the xx with however long it takes you to perform the special moves (in seconds).
If you have your vibroknuckles equipped, the first command will unequip them. The next two commandsperform your special moves, followed by a pause to let them complete. After that, the macro hits the F4 box again, re-equipping your vibroknuckles.
The first row of toolbar boxes are labeled toolbarSlot00 (F1) to toolbarSlot11 (F12). The second row is toolbarSlot12 (shift-F1) to toolbarSlot23 (shift F12). Oh, and the 'S' must be capitalized, with the rest lower case.
/ui action toolbarSlot00;
/selectDraftSchematic 10;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot13;
remove the button from your toolbar and replace it.
Add another /nextCraftingStage; in there too