Droid Engineer Archive
Thread: Change to schematic numbering system?
I had this same problem setting up and re-setting up my grind macro.
I just wound up starting at 001 and working my way upuntil I found Advanced Droid Frame Unit, then started from the old schematic # and worked my way up each time I got a new schematic.
I think it was usually old schematic# for ADFU +5 throughout most of the DE trees after Blueprints, IIRC, but your results might vary.
The Auto-Sort function will completely throw off the schematic count.
This command will chose the last schematic that you have chosen. Just replace this command with the /ui select command.
/ui action defaultButton;
Thanks for the help. I guess there's no way to stop it from alphabetizing the lists automatically anymore.
To find the number I did a series of macros and put them on a toolbar. Each one was a different group of numbers like so:
045;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 045;
/pause 4;
046;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 046;
/pause 4;
047;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 047;
/pause 4;
048;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 048;
/pause 4;
049;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 049;
/pause 4;
050;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 050;
/pause 4;
051;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 051;
/pause 4;
052;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 052;
/pause 4;
053;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 053;
/pause 4;
054;
/pause 1;
/ui action toolbarSlot00;
/selectDraftSchematic 054;
/pause 4;
To cover up to 95. That way my guy says aloud the number then looks at the schematic. I just had to close the window each time. Fastest way I could think of.
Anyway, thanks!