Armorsmith Archive

Thread: NEED MACRO HELP!

CrazyRedd
Fri Sep 26, 2003 6:03 pm
#1

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.

sciguyCO
Fri Sep 26, 2003 6:41 pm
#2

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.






Kriles Ch'artoff , Chilastra server
Master Chef (retired)
Currently doing....stuff
woosaa
Sat May 22, 2004 11:51 am
#3

When i click on the macro the button stars flashing and it stats looping commands...it never lets me coose resources so i dont know what it is doing...i dont know what do do,,,if anyone can help plz it would be helpful.




/ui action toolbarSlot00;
/selectDraftSchematic 10;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot13;
No_joy
Sat May 22, 2004 2:47 pm
#4

remove the button from your toolbar and replace it.


Add another /nextCraftingStage; in there too


Page 1 of 1
Previous Next