Doctor Archive
Thread: Macro Help for Crafting
Page 1 of 1
Smezza
Wed Sep 15, 2004 4:24 am
#1
I have the macro but everytime I get to the point place my resources and it meant to go to the next part it end my crafting...
Can anyone help?
ForceMedic
Wed Sep 15, 2004 5:20 am
#2
maybe you have to many "/nextCraftingStage;" in your macro?
how about posting your macro so people can see it then help you out from that point.
Ikarie
MD/TKM
NandoShar
Wed Sep 15, 2004 5:21 am
#3
Give me a shout next time you're on Farstar and I'll send you the macro I used, a four craftstation macro (all I could mange to keep up with
)
But it worked well for me got master doc crafting in a day with it, crafting ABEC's..
IGN: N'Shar
Smezza
Wed Sep 15, 2004 5:35 am
#4
ForceMedic wrote:
maybe you have to many "/nextCraftingStage;" in your macro?
how about posting your macro so people can see it then help you out from that point.
Ikarie
MD/TKM
will do...
Thanks for the help guys
Ariekb
Wed Sep 15, 2004 1:46 pm
#5
you need to add a pause so you can add your components so befor the line NextCraftingstage....
add /pause 6
munkeynutz
Wed Sep 15, 2004 8:13 pm
#6
can some one post a crafting macro? im new to doctor profession and the craft grind is killing me
ForceMedic
Thu Sep 16, 2004 6:52 am
#7
Here is a macroI used to grind my doc profession the second time around 
I used Advanced Biological Effect Controllers to grind
My tool bar dragged down to show two rows(normal and shift+fX) xxxx xxxx xxxx 00-11
xxxx xxxx xxxx 12-23
the macro icon set on 00 and my 6 crafting tools set 12-15
You may have to change the /createDraftSchematic number. try untell you get it.
Also if you have a higher ping or in a laggy area raise the "pause 5" numbers
Reason for the repeated stages and creates is for lag safty.
Here ya go
/ui action toolbarSlot12;
/selectDraftSchematic9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot13;
/selectDraftSchematic9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot14;
/selectDraftSchematic9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot15;
/selectDraftSchematic9;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot00;
it should repeat it self, make sure you have a lot of resources.
Hope this helps.
Taken from many different posts/guids and self made macro's
Ikarie
MD/TKM
Message Edited by ForceMedic on 09-16-2004 10:13 AM
Smezza
Thu Sep 16, 2004 8:12 am
#8
Ariekb wrote:
you need to add a pause so you can add your components so befor the line NextCraftingstage....
add /pause 6
Did that... and my crafting macro is the same as the one above this post
Ariekb
Thu Sep 16, 2004 1:01 pm
#9
Smezza wrote:
Did that... and my crafting macro is the same as the one above this post
I found that it left little time for error and if I didn't double click resources just right it would fail and move on. Also avoid crafting stations like the plague.... they slow you down as well as alter the schematic # drasticaly.
Also double check your spelling is perfect including capitilizations...one letter can make your macro act goofy
Message Edited by Ariekb on 09-16-2004 04:03 PM
Page 1 of 1