Armorsmith Archive
Thread: help with schematic number
![]()
Hi MJames!
Message Edited by TheNola on 05-16-2005 12:38 PM
hi naia
well... here's the deal...
i need the schematic number to put into the macro so i can just press buttons... i have tried all numbers and all tools and can't get it to come up... i have tried being by an armor crafting station and not next to one... i just can't get the right number in any tools for this dumb armor upgrade kit.
thanks!
may i make a recommendation? ok i will.
don't use a macro that uses schematic numbers, use a macro that performs the default action instead.
that way, you can craft your item manually once, and it will use that same schematic the rest of the times on your macro.
i'll post a clicky of a forum article in the Artisan Forum with an example of such macro.
![]()
I'll try to have Malak help you when he's available.
I've never macro grind, but he has ![]()
MJ... I also respec'd to Master Armorsmith last night, tehehe. I made a bone armor left bicep. /giggle
Her is an example of one such macro. please note you may have to change the pause times to account for lag.
/ui action toolbarSlot00;
/pause 1;
/ui action defaultButton;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 1;
/ui action toolbarSlot01;
/pause 1;
/ui action defaultButton;
/pause 4;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 1;
i'm not sure what the other guy means about making it and then repeating it...
any help is much appreicated...
wish i could just respec...
i should check my crafting xp... prob not though
k, i'm a little unclear of where i get the number for the schematic for this then..
really sorry... i have done this but it's been almost a year![]()
you dont get the schematic number.
you make the item manually once before running the macro.
the crafting tool will remember the last item you made and just use the same one.
simple as that.