Artisan Archive

Thread: Crafting macro: crafting tool doesn't even pop up...

Labes
Fri Mar 19, 2004 11:05 am
#1

There are two tools, here's the macro.

/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?



Ahabe the Wookie Brawler
Lowca Galaxy
Almost Novice Swordsman...
Novice Artisan 1-0-0-1
RedPrince
Fri Mar 19, 2004 11:39 am
#2


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.

Agauro
Fri Mar 19, 2004 12:07 pm
#3

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.


KRazah
Fri Mar 19, 2004 12:11 pm
#4

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





all items I win in auction may be droped off at -2573 -4314 on naboo
Ingame name K'Razah
stryfex03
Fri Mar 19, 2004 12:16 pm
#5

The problem might not be with the script. Try just using your crafting tool without the macro, does it even pop up?
Labes
Fri Mar 19, 2004 12:19 pm
#6

I'll try taking out the space, that is hopefully the problem.

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...



Ahabe the Wookie Brawler
Lowca Galaxy
Almost Novice Swordsman...
Novice Artisan 1-0-0-1
Page 1 of 1
Previous Next