Droid Engineer Archive

Thread: Change to schematic numbering system?

Neologist
Mon Jul 25, 2005 11:26 am
#1

Ok, I've followed all available instructions explicitly. I've check my work. Absolutely counting the schematics according to all methods I can find does not result in the correct schematic number. Has there been some sort of change? Or am I mentally challenged?


Thanks for any help!
SidNitz
Tue Jul 26, 2005 12:10 am
#2

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.





Os'khar Ackbhar, Mon Calamari - Master Droid Engineer - Master Merchant - Master Artisan - Novice Marksman - Novice Scout
Sullik Kree, Ithorian - Master Musician - Novice Smuggler - Explorer - Novice Medic - Fledgling Pilot
SHADOWFIRE - Visit AKTeknik Showroom & Cafe @ -400 -5570, Coronet
Tien Tzen, Zabrak - Teras Kasi Master - Master Swordsman - Field Surgeon
Syliene Skyed'oh, Twilek - Novice Carbineer - Explorer & Hunter - Emergency Technician & Stimpack Chemist - Novice Entertainer - Novice Artisan
RADIANT
Hyung Tso'lo, Transdoshan - Rogue - Teras Kasi Novice - Novice Creature Handler - Emergency Technician, Field Stabilizer, & First Responder
SUNRUNNER
Drashk
Tue Jul 26, 2005 12:13 am
#3

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;







Making SWG more Star Warsy. One droid at a time.
Neologist
Wed Jul 27, 2005 12:47 am
#4

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!


Page 1 of 1
Previous Next