Droid Engineer Archive
Thread: DE Macro help
Hey there I'm a DE trying to figure out why I'm only getting credit for about half of my grinding efforts. Below is my macro, if anyone would feel kind enough to help me or redirect me to someone who would. I have read most of the large posts on macroing and macro-crafting, so please don't post links unless they directly address the problem I am having.
Notes: the schematic is for the advanced droid frame module. I have four crafting tools and a set of four macros (below) that call each of the 4 crafting tools and then proceed to call the next one in the series. The last one loops back to the first. Issues of efficiency are not pertinant at this time, I'd really just like to know why I'm only getting 1/2 the xp I should be.
GrindDE01
/ui action toolbarSlot09;
/selectDraftSchematic 159;
/pause 3;
/nextCraftingStage;
/pause 3;
/nextCraftingStage;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/macro GrindDE02
GrindDE02
/ui action toolbarSlot10;
/selectDraftSchematic 159;
/pause 3;
/nextCraftingStage;
/pause 3;
/nextCraftingStage;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/macro GrindDE03
GrindDE03
/ui action toolbarSlot21;
/selectDraftSchematic 159;
/pause 3;
/nextCraftingStage;
/pause 3;
/nextCraftingStage;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/macro GrindDE04
GrindDE04
/ui action toolbarSlot22;
/selectDraftSchematic 159;
/pause 3;
/nextCraftingStage;
/pause 3;
/nextCraftingStage;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/createPrototype Practice noitem;
/pause 3;
/macro GrindDE01
Thanks for any help. This has really been bugging me.
JediKnightMark wrote:
Hey there I'm a DE trying to figure out why I'm only getting credit for about half of my grinding efforts.
Is this your only question?
Drashk wrote:
/emote Points to the second post at the top of the DE forum.
check it thanks
oops, not that one. swear to god that wasn't there when I made my macro lol. I guess that's what I get for listening to the correspondant
Make sure to have crafting tools at ui action toolbarSlot02 through ui action toolbarSlot06
GRIND ( location ui action toolbarSlot00)
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
GrindDE01 (location ui action toolbarSlot01)
/ui action toolbarSlot02;
/selectDraftSchematic 159;
/pause 6;
/ui action toolbarSlot00;
/pause 6;
/ui action toolbarSlot03;
/selectDraftSchematic 159;
/pause 6;
/ui action toolbarSlot00;
/pause 6;
/ui action toolbarSlot04;
/selectDraftSchematic 159;
/pause 6;
/ui action toolbarSlot00;
/pause 6;
/ui action toolbarSlot05;
/selectDraftSchematic 159;
/pause 6;
/ui action toolbarSlot00;
/pause 6;
/ui action toolbarSlot06;
/selectDraftSchematic 159;
/pause 6;
/ui action toolbarSlot00;
/pause 6;
/ui action toolbarSlot01;
You can mess around with the times for the crafting, i find anything less than 4 second pause times runs into problems. If you do this for advanced frames you should get about 180k xp an hour. Enjoy ![]()