Armorsmith Archive
Thread: Best and quickest way to macro AS grind
Foxhound187 wrote:
thank you
but does anyone know the schem number for Armor Upgrade Kits ?
It depends on what schematics you have, and may change as you gain new schematics. The number will be the position that the AUK occurs in your 'Draft Schematics' list in your datapad, discounting any schematics that cannot be produced with the Armor/Clothing tool.
In other words, use trial and error to find the schem number, but use your Draft Schematics list to help you narrow it down. It shouldn't take you too long, just stick in a random number like 30, see what schem that brings up, then look at your list in the datapad to see where the AUK is placed, in relation to the schematic that came up. Adjust the number by 5 or 10 in the appropriate direction, see what you get then, and continue to narrow it down until you find it.
Oh, and if you have the factories and resources to do it, I think one of the Mabari items is quickest for the grind. Sorry I can't be more specific, just look for the one with the highest resource usage. You'll need a buttload of hide - I had to spend 3 or 4 hours slaughtering Rancors to get the hide, and that was with a speed-capped Master Swordsman. I think I went through about 60k or more to hit master ![]()
<------below here goes in macro @ hotkey F11----->
/ui action toolbarSlot00;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot01;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot02;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot03;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot04;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1.5;
/ui action toolbarSlot12;
<---------End of macro----->
<-------all below here goes in macro @ Shift F1 hotkey--->
/ui action toolbarSlot05;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot06;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot07;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot08;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot09;
/pause 1.5;
/ui action defaultButton;
/pause 4;
/nextC;
/nextC;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot10;
<----end of macro----->
now to support this you need 10 crafting tools each in a slot from F1 to F10.
next load manually the first crafting tool and choose the schematic you want to repeat (ie mabari chestplates) till you get the screen with the materials selection and deposite. then close the crafting tool completely.
all set just hit F11 and you're off.
NOTE: depending on the schematic you choose you will want to change the pause time currently set as "/pause 4" to nearer 8 or 10 for mabari, all depends on how quick your fingers are
http://forums.station.sony.com/swg/board/message?board.id=armorsmith&message.id=71416&highlight=macro+schematic+number#M71416
for example I'm trying to make ribbed shirts with a clothing and armor tool.
The macro works fine however I dont seem to be getting any xp for the things
I grind, can u explain to me why, because I'm also grinding tailor aswell as
Armorsmith.
------------------------------
Never mind I fixed it I just added another line to the macro
/nextC;
and it started working thanks again.
Message Edited by Foxhound187 on 03-11-2005 01:28 PM
Foxhound187 wrote:
Thanks Puttley that macro is awsome, however when I use it and craft the items
for example I'm trying to make ribbed shirts with a clothing and armor tool.
The macro works fine however I dont seem to be getting any xp for the things
I grind, can u explain to me why, because I'm also grinding tailor aswell as
Armorsmith.
------------------------------
Never mind I fixed it I just added another line to the macro
/nextC;
and it started working thanks again.
Message Edited by Foxhound187 on 03-11-2005 01:28 PM
You were probably running the macro within 'using distance' of a crafting station. The presence of a crafting station adds an additional stage to the crafting (the option to experiment), so you need an additional /nextC
lol .....click....click....click click.....click.....click click.....click
when It loads the schematic using the defaultbutton; string
it wont load straight to the part where I click the resources.
So I have to manually click next in order for it to move on.
Sorry if I make no sense but I'm sure u know what I mean.