 |
| Trained Forum Monkey |
 |
Joined: Tue Oct 28, 2003 5:20 pm Posts: 748
|
|
Hi All,
Delts said that there had been a few problems with grinding macros at crafting stations. So here's mine that works. You'll need to get the right draft scehmatic number for what you are building. The one below is for AUKs.
The macro is in toolbarslot 5 and then i have 4 crafting tools in the next 4 toolbar slots which get called in rotation.
Happy Grinding.
/ui action toolbarSlot06;
/selectDraftSchematic 104;
/pause 7;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot07;
/selectDraftschematic 104;
/pause 7;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot08;
/selectDraftSchematic 104;
/pause 7;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot09;
/selectDraftSchematic 104;
/pause 7;
/nextC;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot05;
|
|