Medic Archive
Thread: Help me with macro
Page 1 of 1
Riquax
Fri Mar 12, 2004 3:09 pm
#1
Hey, i got a crafting macro and it works for all crafting so i tried it for doing medic grinding on Chemistry, but it always has an error after i imput the resources saying
"Crafting Session Ended" "Crafting Session ended"
it just starts back up and i put the resources ina nd it has the same error over and over again.
i make sure i typed everyhting right and ive look in bout 10 sources ot make sure, but i cant figure out how to fix it i tried everything
ill type wat i have for the first part most of its the same thing just repeated.
/ui action toolbarSlot04;
/selectDraftSchematic 03;
/pause 05;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/selectDraftSchematic 03;
/pause 05;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
then u type this again but change the toolbar Slot
now i know other ppl ahve this promblem so can anyone answer me on it it would really help
EndlessKnight
Fri Mar 12, 2004 3:30 pm
#2
Do numbers appear on your crafting tools in your toolbar, counting down?
Takenzo
Sun Mar 14, 2004 6:46 am
#4
then you're doing something wrong, mine does.. it should do it with you too, and to make sure, look if you get exp doing it, if you do, there should be numbers counting down.
akise
Wed Mar 17, 2004 6:05 pm
#5
try putting another /createPrototype practice no item;line like this
/ui action toolbarSlot04;
/selectDraftSchematic 03;
/pause 05;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
i had a prob with mine and then i put the 3rd create proto and it worked fine
akise
Wed Mar 17, 2004 6:10 pm
#6
errr like this,
/ui action toolbarSlot04;
/selectDraftSchematic 03;
/pause 05;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
tivor
Thu Mar 18, 2004 3:07 pm
#7
my macro has an extra /nextC; just in case I am near a Crafting Station. Maybe that is your problem?
Kyller_Relic
Thu Mar 18, 2004 4:45 pm
#8
Have you tried to include extra pauses? I used this macro on my home computer and a 5 pause worked fine, but from my laptop I had to use a pause 7 or I would get that error. You may just want to expirement with adding pauses. Also, make sure you are not near a crafting station.
Page 1 of 1