Medic Archive
Thread: I NEED HELP!!! ORGANIC CHEMISRTY BLOWS!!!
Page 3 of 3
PaxEternus
Sat Oct 16, 2004 7:21 am
#27
That macro doesn't work for me... /next; doesn't seem to do anything and then the crafting session just ends and I get an error message.
noed
Sat Oct 16, 2004 1:19 pm
#28
Did you remember to add the ingredients? You have to do that manually.
noed
Mon Oct 18, 2004 6:14 pm
#29
Well maybe I am...did I mention that you can't be near a crafting station? *doh*
Ashfon
Thu Oct 21, 2004 8:04 pm
#30
I did a little fine tuning because I dont know if its changed since he used this Macro but it does work just needs a couple of adjustments...
First the time in between crafting sessions....It has a 20 second delay when you make a BEC so you need to make it wait longer on each starting.../pause 21 works perfect (NOTE) You will get 1 Crafting Session has ended message each time it starts to make but if you look at the timer on your Tool its counting down...Just pick up a bunch of supplies, sit there and all you have to do is double click the resource each time it opens and your skill goes up in no time
/ui action toolbarSlot13;
/sel 0;
/pause 4;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 21;
/ui action toolbarSlot14;
/sel 0;
/pause 4;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 21;
/ui action toolbarSlot15;
/sel 0;
/pause 4;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 21;
/ui action toolbarSlot12;
Ashfon
Thu Oct 21, 2004 8:06 pm
#31
Oh and 1 other thing....if you have Scout and can make Basic Camps it brings that up on /sel 0...you need to switch /sel 0 to /sel 3...
jeddy11
Fri Nov 05, 2004 5:08 am
#32
The /next people are having trouble with should be /nextCraftingStage
Page 3 of 3