Weaponsmith Archive

Thread: which crafing macro is faster. out of these 2?

Ozzman62
Sat Oct 18, 2003 10:24 pm
#1


this is the first macro set.



F1 = Macro#1 (toolbarSlot00)
F2 = Macro#2 (toolbarSlot01)

F5 = General Crafting Tool (toolbarSlot04)
F6 = General Crafting Tool (toolbarSlot05)
F7 = General Crafting Tool (toolbarSlot06)
F8 = General Crafting Tool (toolbarSlot07)
F9 = General Crafting Tool (toolbarSlot08)
F10 = General Crafting Tool (toolbarSlot09)


Macro#1 :

/ui action toolbarSlot04;
/selectDraftSchematic 57; (this will be different for you)
/pause 5; (This is where you double click to put in resources)
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot05;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot06;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot01; (This calls Macro#2)

Macro#2 :

/ui action toolbarSlot07;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot08;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot09;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot00; (This calls Macro#1)



OR THIS ONE....



Craft01
/ui action toolbarSlot00; /*firstbar, first slot*/
/sel 73;
/pause 3;
/next;
/next;
/next;
/createp practice no item;
/createp practice no item;
/createp practice no item;
/pause 2;
/ui action toolbarSlot13;
/*second bar, second slot*/


Craft02
/ui action toolbarSlot01;
/*firstbar, second slot*/
/sel 73;
/pause 3;
/next;
/next;
/next;
/createp practice no item;
/createp practice no item;
/createp practice no item;
/pause 2;
/ui action toolbarSlot14;
/*Second bar, third slot*/


Craft06
/ui action toolbarSlot05;
/*you get the idea*/
/sel 73;
/pause 3;
/next;
/next;
/next;
/createp practice no item;
/createp practice no item;
/createp practice no item;
/pause 2;
/ui action toolbarSlot12;
/*if you want it to loop add these 2 lines, this will loop forever*/


SelectSchematicTest
/ui action toolbarSlot00;
/sel 73;
/*change 73 to any number of the schematic you want to test*/


StopMacroLoop
/dump;
/*this will stop the macro*/



i dont know which one is beter to use. for grinding. are these the same or is one faster or what?

GreenGlowie
Sun Oct 19, 2003 12:49 pm
#2

The third one. And the one that gets you 500k of every uber resource thats ever been(Im keeping that one secret though).



___________________________________________________
Jarrod En'Gilead, Retired Arms Dealer
pragmatous
Sun Oct 19, 2003 5:37 pm
#3

that third macro is the one i came up with. Please give credit where credit is due. I don't mind people using it or whatever but clearly you just copied from my post and pasted and didn't give credit where u got it.



_______________________________
Ove Afeliti - MASTER Weaponsmith
Lowca Galaxy - Naboo - Theed
grem709
Mon Oct 20, 2003 12:45 am
#4

in your marcos where do you put in the resources?



Lim-dul DJK
Elite Loot -5471 2982 Theed
Proud to Be SoH
tao42
Mon Oct 20, 2003 8:16 am
#5

steel is the limiting factor, not time. But the first macro gives 5 seconds to load resources and the second macro gives 3 seconds. so the 2nd would be quicker. However, if you actually learned what all those commands meant, you could adjust whichever macro you chose to use to give you exactly as much time as you needed to load resources.
tsxx1
Mon Oct 20, 2003 10:06 am
#6

This was the macro set I used:

Crafting Tools in F1-F6 slots, first row.

Macro 1: Grinder Control (place in F2 second row)
/ui action toolbarSlot00;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot01;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot02;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot03;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot04;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot05;
/pause 1;
/ui action toolbarSlot12;
/pause 6;
/ui action toolbarSlot13; *calls itself*

Macro 2: Craft Picker (place in F1 second row)
/selectDraftSchematic XX;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/createPrototype practice no item;



--Jehryn
New Haven, Corellia
Page 1 of 1
Previous Next