Artisan Archive
Thread: Macro help.
Page 1 of 1
Gartorn
Wed Jul 30, 2003 2:17 am
#2
To simply switch weapons, go to your inventory, drag the icon of your weapon onto the toolbar.
Saintmag
Wed Jul 30, 2003 3:43 am
#3
I think what OHM is looking for (and myself also) is a macro to equip multiple items at one time (and unequip others)
Jasynn
Thu Oct 30, 2003 3:35 pm
#4
I got the crafting macro to work great....only one prob. When it creates prototype, it leaves the crafting screen open, which interferes with the next crafting session unless I manualy close it. Does anybody know a macro command to close the session or how to make that happen?
Kagerin
Mon Oct 11, 2004 11:02 am
#5
What is a good crafting Macro? I saw a few that didn't work. Grinding is really boring without a macro.
MCODakota
Tue Oct 12, 2004 12:55 am
#6
I'm sure this has been asked and answered 1000 times onthis board, but I'll post the one I use. On my work PC I have to change the pause times up by one, but on my home PC this works as posted. you will have to have several crafting tools for this to work (in the slots listed):
/ui action toolbarSlot20;
/selectDraftSchematic 10;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 2;
/ui action toolbarSlot21;
/selectDraftSchematic 10;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 2;
/ui action toolbarSlot22;
/selectDraftSchematic 10;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 2;
/ui action toolbarSlot23;
/selectDraftSchematic 10;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 2;
/ui action toolbarSlot19
Dakota
Page 1 of 1