Droid Engineer Archive

Thread: DE Macro help

JediKnightMark
Wed Jan 14, 2004 7:42 pm
#1

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.




---------------------------
Haelon's Mercantile, Bounties and Starship Services.
Tatooine 2490 -4860
2-4-1-4 Reality Consultant
Yet another beta wasted
A respec a day keeps the monotony away

Drashk
Wed Jan 14, 2004 7:50 pm
#2

/emote Points to the second post at the top of the DE forum.






Making SWG more Star Warsy. One droid at a time.
Sodan-droiddreamer
Wed Jan 14, 2004 8:09 pm
#3






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?




Sodan Droiddreamer (GEGN)
Sodan's Exotic Droidgarten - In Bohemian Grove (Geigen Shuttle), Tatooine (6156 7275)
JediKnightMark
Wed Jan 14, 2004 9:09 pm
#4






Drashk wrote:

/emote Points to the second post at the top of the DE forum.






check it thanks



---------------------------
Haelon's Mercantile, Bounties and Starship Services.
Tatooine 2490 -4860
2-4-1-4 Reality Consultant
Yet another beta wasted
A respec a day keeps the monotony away

JediKnightMark
Wed Jan 14, 2004 9:10 pm
#5

*checked




---------------------------
Haelon's Mercantile, Bounties and Starship Services.
Tatooine 2490 -4860
2-4-1-4 Reality Consultant
Yet another beta wasted
A respec a day keeps the monotony away

JediKnightMark
Wed Jan 14, 2004 9:11 pm
#6

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




---------------------------
Haelon's Mercantile, Bounties and Starship Services.
Tatooine 2490 -4860
2-4-1-4 Reality Consultant
Yet another beta wasted
A respec a day keeps the monotony away

botched
Fri Jan 16, 2004 3:20 am
#7

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



JediKnightMark
Fri Jan 16, 2004 11:33 pm
#8

ty much. I decided to just manual it... mastered last night. Yay now I can sit around and do nothing until "late february"



---------------------------
Haelon's Mercantile, Bounties and Starship Services.
Tatooine 2490 -4860
2-4-1-4 Reality Consultant
Yet another beta wasted
A respec a day keeps the monotony away

Page 1 of 1
Previous Next