Doctor Archive

Thread: crafting macro for medic/doctor

Bab-Skorker
Thu Apr 07, 2005 4:21 pm
#1

Well no one on the medic board will respond -
k so we got the macro going, it works all fine picking my schematic, i input the ingredients - hit the next macro and wham, crafting session ended - This is the macro im using

/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;

for the end part, any ideas why the crafting session stops?



---------------------------------------------------------------------------------------------------------------------------------------------
The day im not considered a noob, run as fast as you can
Bab Skorker -
Teras Kasi Master
Master Fencer
4xxx commando
Jedi Wannabe in training.
Marrow1
Thu Apr 07, 2005 4:25 pm
#2

My advice is to do a quick search on this forum for a crafting macro. Or take a look at either the WS or AR FAQ. One of them has a nice one.




__________[Marrow]__________
____[*aka Fringing, Babwe, Hurtz *]____

__/\_/\___/\_____[last of the known Doctor Correspondents]/\___/\_/\__
Rehavam
Fri Apr 08, 2005 8:20 am
#3

This is mine, put the crafting tools into the toolbar slots 0,1 and 2as well as the macro icon into slot 3 and grind away, you may need to adjust the pause after the schematic gets picked depending how much time you need to click the resources, also the schematic # is different for each person and may change after you pick up another box. You can also use more crafting tools if the crafting process takes longer than the macro loop.


/ui action toolbarSlot00;
/selectDraftSchematic 09;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 5;
/ui action toolbarSlot01;
/selectDraftSchematic 09;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 5;
/ui action toolbarSlot02;
/selectDraftSchematic 09;
/pause 8;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 5;
/ui action toolbarSlot03




Please offer all my auction winnings to my vendor at xxxx xxxx (TBA)

Rehavam (disabled - heavily wounded by NGE) - Elder Jedi
Rachamim (disabled - heavily wounded by NGE) - Elder Bounty Hunter
Ronen (deceased - killed by NGE) - Master Bio-Engineer - Master Merchant

Former member of the Helios City Council
Former Mayor of the City of Helios

Ryka_gorath
Fri Apr 08, 2005 10:47 am
#4

instead of no item put noitem


thats how i fixed it
Page 1 of 1
Previous Next