Armorsmith Archive

Thread: Crafting macros & schematic numbers easy way to tell?

Atobusarragra
Sat Apr 02, 2005 1:38 pm
#1

Okay, I run a crafting macro for some of my armor pieces. I use the /selectDraftSchematic## (where ## is the schematic number). However, everytime I logout and then log back in for my next session, the schematic number has a different piece of armor associated with it. It means I am forced to work my way through the entire set of numbers till I find the correct one again. Is there a way to easily determine which piece is which schematic number?


I am standing by a private crafting station, but that is because the pieces of armor I am macroing dont show up in the craft tool schematics if I am not close to a craft station.
Wallid
Sat Apr 02, 2005 6:42 pm
#2

hmm, ya had an issue with that too. saw the answer on a thread a while back.
/ui action defaultButton;
ifyou want my full macro on it, let me know, but with this line you just need to open up the tool, select what you want to craft, once you get to the screen where it lets you put in resources, cancel cancel cancel, till your out.

RUN macro with that line. and walla instant one man crafting factory.

best part is you can now craft any profession with it.





McElroy: " it's not the size of the Smuggler in the fight. It's the size of the fight in the Smuggler. Let's do this now "


Wallid Salmomn, Master "Field Protections" Elder Armorsmith of Xcalibur For all your Field Protections needs (as well as Reb Master Munitions Crafter ).
"Bult Tough, Bult MonCal Tough "


Dedshift
Sun Apr 03, 2005 7:46 pm
#3

Where do you put that command at?

Maybe if u could post just a few lines I can figure out the rest.

Tnx
Ox-
Sun Apr 03, 2005 11:50 pm
#4

If you still want to use schematic numbers, you need to go into options (ctrl-O) and turn off object sorting in datapad. Then you can use the old method of counting to get the right number.




Ego Ietava, Corbantis Master Armorsmith, R.I.S. Certified
Ox-, Corbantis, Master Smuggler
Theed Shop: -3991 4135
Atobusarragra
Mon Apr 04, 2005 9:37 am
#5

What is the old method?
Wallid
Mon Apr 04, 2005 10:07 am
#6

I'll put my whole macros on.it's a two part macro system;

Craftit

/pause 1;
/ui action defaultButton;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
/createPrototype;
/nextCraftingStage;

this is a called function by Grindit macro. if you want that too, just ask





McElroy: " it's not the size of the Smuggler in the fight. It's the size of the fight in the Smuggler. Let's do this now "


Wallid Salmomn, Master "Field Protections" Elder Armorsmith of Xcalibur For all your Field Protections needs (as well as Reb Master Munitions Crafter ).
"Bult Tough, Bult MonCal Tough "


Wallid
Mon Apr 04, 2005 10:14 am
#7

I forget who wrote that macro, and the the person who passed on the defaultbutton trick.
but props to em.





McElroy: " it's not the size of the Smuggler in the fight. It's the size of the fight in the Smuggler. Let's do this now "


Wallid Salmomn, Master "Field Protections" Elder Armorsmith of Xcalibur For all your Field Protections needs (as well as Reb Master Munitions Crafter ).
"Bult Tough, Bult MonCal Tough "


Wallid
Mon Apr 04, 2005 3:13 pm
#8

here is the grindit macro that calls it.
the last toolbarSlot is where the Grindit macro sits.

I'm only doing it up to 4 slots, you can get the idea after that.

grindit (I used the icon that looks like a shirt with target, use your imagination )

/ui action toolbarSlot00;
/macro craftit;
/pause9;
/ui action toolbarSlot01;
/macro craftit;
/pause9;
/ui action toolbarSlot02;
/macro craftit;
/pause9;
/ui action toolbarSlot03;

this guy goes in the toolbar, the first one I posted is just it's function.

this should help.

mad props to Fuzzy-wookie, and the guys of Xcal that passed it along, and props to anyone else. as well that the guywith default button.





McElroy: " it's not the size of the Smuggler in the fight. It's the size of the fight in the Smuggler. Let's do this now "


Wallid Salmomn, Master "Field Protections" Elder Armorsmith of Xcalibur For all your Field Protections needs (as well as Reb Master Munitions Crafter ).
"Bult Tough, Bult MonCal Tough "


Page 1 of 1
Previous Next