Doctor Archive
Thread: Easy Maco that does not end
Page 1 of 2
PJared
Sun Feb 08, 2004 10:53 pm
#1
Here is the best macro I've ever made;
/ui action toolbarSlot00 (this is where the crafting tool is)
/selectDraftSchematic 00 (What ever your crafting)
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practic no item;
/createPrototype practic no item;
/pause 36;
/ui action toolbarSlot01 (this is where i put the macro so it just loops forever)
when your done just move the macro to a differant spot and it will stop.
/ui action toolbarSlot00 (this is where the crafting tool is)
/selectDraftSchematic 00 (What ever your crafting)
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practic no item;
/createPrototype practic no item;
/pause 36;
/ui action toolbarSlot01 (this is where i put the macro so it just loops forever)
when your done just move the macro to a differant spot and it will stop.
Laipi
Sun Feb 08, 2004 11:59 pm
#2
heres an improvement on that
use 7 crafting kits
/ui action toolbarSlot00 (this is where the crafting tool is)
/select 00
/select 00
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot01
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot01
copy exactly just like under the first toolbarSlot
do this up to Slot06 (thats 7 kits)
and heres how you finish the macro
/pause 2;
/ui action toolbarSlot07; (insert macro button here to loop it back to toolbarSlot 00
Laipi
Mon Feb 09, 2004 12:00 am
#3
only warning with my macro.
MAKE SURE you are not next to a crafting station or a droid or you will be burning resources and get absolutely no xp
i wasted about 4k in wheat and fiberplast not paying attention 
Laipi
Mon Feb 09, 2004 12:03 am
#4
my full macro unedited
/ui action toolbarSlot00;
/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot01;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot01;
/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarslot02;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarslot02;
/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot03;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot03;
/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot04
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot04
/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot05;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot05;
/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot06;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot06;
/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot07;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot07;
Cailid010
Mon Feb 09, 2004 9:52 am
#6
PJared wrote:
Here is the best macro I've ever made;
/ui action toolbarSlot00 (this is where the crafting tool is)
/selectDraftSchematic 00 (What ever your crafting)
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practic no item;
/createPrototype practic no item;
/pause 36;
/ui action toolbarSlot01 (this is where i put the macro so it just loops forever)
when your done just move the macro to a differant spot and it will stop.
You can instantly stop any macro just by typing /dump
MadOrange
Mon Feb 09, 2004 10:28 am
#7
So do you have to put the resources in yourself, if not what slots do you put them in your toolbar?
Thanks,
Osmique CrestingWave
Thanks,
Osmique CrestingWave
w1ggle
Mon Feb 09, 2004 3:09 pm
#8
Resources require manual clicking, so that's why the pauses are included. If you don't feel you can click the resources in time, just pad the pauses a little bit until you feel comfortable with it.
Vermicious_Knid
Tue Feb 10, 2004 2:43 pm
#9
How do I know what the number is for a particular schematic?
Cailid010
Tue Feb 10, 2004 2:50 pm
#10
Vermicious_Knid wrote:
How do I know what the number is for a particular schematic?
Open the schematics page in your datapad and start counting the schematics. Start at 00 and count across. Only count the ones that that particular crafting tool can make.
Eg: Your using a food & chem crafting tool and the first row of schematics in your datapad are:
basic camp, trap, ABEC, ACDRM, ALS,........
Since the food & chem tool can't make the first 2 items, the ABEC would be 00, ACDRM would be 01.
The list in your datapad will vary depending on what you have available to you so it can be different for each person.
Yesurb
Tue Feb 10, 2004 10:40 pm
#11
I never burn resources...
I use
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noitem;
/createPrototype practice noitem;
/createPrototype practice noitem;
It works with or without a crafting station and will create the item. Only time it doesn't create the item is of course if I get a crit, then the tool does nothing.
I use
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noitem;
/createPrototype practice noitem;
/createPrototype practice noitem;
It works with or without a crafting station and will create the item. Only time it doesn't create the item is of course if I get a crit, then the tool does nothing.
Maelstorm_1
Wed Feb 11, 2004 7:52 am
#12
Laipi wrote:my full macro unedited/ui action toolbarSlot00;/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot01;/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarslot02;/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot03;/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot04/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot05;/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot06;/select 00;
/pause 4;
/next;
/next;
/createPrototype no item;
/createPrototype no item;
/pause 2;
/ui action toolbarSlot07;
i used /nextC instead of /next
hrmm i had 5 tools .. set the pauses for 3 secs... If i never have to see another piece of tat fiberplast i'll be greatfull..
Goldenstar10
Sat Feb 14, 2004 2:23 pm
#13
i have to say i have a few different versions of it but could never think of a way to make it so there's no item thanks for posting one that does
Page 1 of 2