Artisan Archive
Thread: Crafting macro: crafting tool doesn't even pop up...
/ui action toolbarSlot 01;
/selectdraftSchematic 48;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 4;
/ui action toolbarSlot02;
/selectdraftSchematic 48;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 4;
/ui action toolbarSlot00;
The crafting tool doesn't even open, it just says 'Crafting Session Ended'... Anyone know the problem?
Do you have your crafting tool in toolbarSlot 01?? That means what ever crafting tool you are trying to use needs to be in slot 1. I think that is the top right one. And you have to have a second crafting tool in Slot 2.
I made two seperate macros myself, first one:
/ui action toolbarSlot 01;
/selectdraftSchematic 48;
Second one being:
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/createPrototype practice no item;
I repeat the first one for the number of carfting tools i want to use.
Just select Macro1 then add ingredients then select macro2.
Actually toobarSlot01 would be the second slot from the top left. Toolbar slots start at 00 and go up thru 23. The first line isF1 = 00 , F2 = 01, and so on till you get to F12 = 11.The second row begins with Shift-F1 = 12 till you get to Shift-F12 = 23.
So if you are telling it to use slots 01 and 02 for your tools. Make sure that they are in F2 and F3 slots on the tool bar. Also not sure if it is a typo but make sure no space for the slot 01 line.
Hope this helps and you get things running.
ok first ptoblem is your slot calling :-p from F1-F12 its 00-11Shift+f1-Shift+f12 is 12-23
secondly the command is /ui action toolbarSlot## there is no space between the t in slot and the number and its case sensative for the capital S
And I know the numbering of the slots, I have one in F2, F3 and F4, but I'm not adding the F4 one into the macro until this at least works...