Chef Archive
Thread: Draft schems order
Page 1 of 1
Evap
Mon Jun 27, 2005 4:33 pm
#1
Does any one know the order of the draft schems? I know preCU it was 00.01 etc, from the first schem of that proff now it just seems all mixed up.
Higginsis
Mon Jun 27, 2005 4:45 pm
#3
If this is for your crafting macro there is a much simpler way to do it. instead of the select draft schematic ## simply put this line in its place:
/ui action defaultButton;
This basically perform the last action you did with your crafting tool. So before you set it off, simply make one of the items you're grinding with, then start your macro. It saves alot of time.
/ui action defaultButton;
This basically perform the last action you did with your crafting tool. So before you set it off, simply make one of the items you're grinding with, then start your macro. It saves alot of time.
Higginsis
Tue Jun 28, 2005 4:50 am
#6
Yep, once you set the default button it works for all your tools.
audioslaves
Tue Jun 28, 2005 4:54 am
#7
Higginsis wrote:
If this is for your crafting macro there is a much simpler way to do it. instead of the select draft schematic ## simply put this line in its place:
/ui action defaultButton;
This basically perform the last action you did with your crafting tool. So before you set it off, simply make one of the items you're grinding with, then start your macro. It saves alot of time.
Omg. Why didn't I have you around before any of the crafting profs I've done. You rock.
Evap
Fri Jul 01, 2005 12:23 am
#8
Higginsis wrote:
If this is for your crafting macro there is a much simpler way to do it. instead of the select draft schematic ## simply put this line in its place:
/ui action defaultButton;
This basically perform the last action you did with your crafting tool. So before you set it off, simply make one of the items you're grinding with, then start your macro. It saves alot of time.
Hi again i have tried the /ui action default button; command but i am having probs some how.
This is my macro:
/ui action toolbarSlot01;
/ui action defaultButton;
/pause 4;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot02;
etc,
The problem is it loads the draft schem window then stopson that window till the next part. Any help is appreciated
Higginsis
Fri Jul 01, 2005 12:55 am
#9
Put about a 2 second pause after your first line to give the crafting tool a chance to load, that should sort it.
Page 1 of 1