Doctor Archive
Thread: Crafting Macro Help?
Page 1 of 1
melanoid
Fri Dec 26, 2003 3:48 pm
#1
Can someone show me how to do a crafting macro, that will work when im AFK. If not just a cracting Macro would do. Thanks
The Happy Holo Doctor!
The Happy Holo Doctor!
OnlyMaestro
Fri Dec 26, 2003 7:28 pm
#4
Best you'll get is one that basically hits enter to skip steps for you. Still gotta put the ingredients in yourself tho.
Caliwyrm
Sun Dec 28, 2003 6:04 am
#5
AFK macroing is against the ToS so there aren't any in-game mechanics that will do it. The best you can do is make a macro to start the tool, pick the schematic, pause while you enter the ingredients and hit 'next' for you a few times (assuming that /nextCraftingstage works for you) and then start the same loop with another crafting station...
ShakariPsy
Tue May 11, 2004 11:16 am
#6
I have been using this macro to get exp got enough for Organic II using it:
/ui action toolbarSlot00;
/pause 2;
/sel 15;
/pause 6;
/next;
/next;
/next;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3;
/ui action toolbarSlot01;
/pause 2;
/sel 15;
/pause 6;
/next;
/next;
/next;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3;
/ui action toolbarSlot02;
/pause 2;
/sel 15;
/pause 6;
/next;
/next;
/next;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3;
/dump
/pause 2;
/sel 15;
/pause 6;
/next;
/next;
/next;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3;
/ui action toolbarSlot01;
/pause 2;
/sel 15;
/pause 6;
/next;
/next;
/next;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3;
/ui action toolbarSlot02;
/pause 2;
/sel 15;
/pause 6;
/next;
/next;
/next;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3;
/dump
but when I got Organic II the macro doesn't select a schematic just the last item in the schematic pad :/ even thought the Stim A Schematic i was using hasn't moved slot, its just not the last thing in the schematic pad anymore.
tools are in slots 00, 01 and 02 and are Food & Chem tools
starting at 00 the Stim A Schematic is in slot 15.
Can anyone help me to get this working plz???
GotEgg
Tue May 11, 2004 2:19 pm
#7
Check what it's selecting, and count forward/backward to it - As you learn more things, it may appear that they dont move around, but certain things might get a new number assigned to them due to crafting station requirements, etc etc...
Just recount from the item it is selecting and you should be fine (until organics 3 that is
)
ShakariPsy
Tue May 18, 2004 5:02 am
#8
bleah found out what it was 
the medic items are numbers starting at 00 even if there not the 1st thing in the data pad, ie got my scout stuff in the schematics section 1st 
I thought it would be 1st item = 00 lol not 1st medic item regardless of position in the pad = 00 
Page 1 of 1