Armorsmith Archive
Thread: Need help with crafting macro
just got done with master dancer and next holot old me master artisan (yey), but i cant find a good crafting macro that i can make wind survey tools and wind power generator deeds (like specified on "ultimate grinding guide").. can anyone help me out with what macro they use?
thanks a million!
/ui action toolbarSlotXX;
/selectDraftSchematic XXX;
/pause X;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
/pause X;
/ui action toolbarSlotXX; This command calls upon what ever is in the designated toolbar slot. The first row on the tool bar is number 00 to 11. The second row of the tool bar is numbered 12 to 23. You will want to replace XX with the corresponding position on the tool bar. For example if you placed the crafting tool into the top left tool bar slot your first line would read /ui action toolbarSlot00;
/selectDraftSchematic XXX; This command calls upon what ever schematic that you wish to craft.In order to chose the schematic, you must open your datapad and find the tab for draft schematics. Start in the top left corner and begin counting from left to right starting with the number 00. You will need to skip all schematics that have a complexity of 21 or higher when making your count. Since you are crafting droids, the W/D/G tool allows you to craft any item, as long has it has a complexity of 20 or lower without the use of a crafting station. Each time that you gain a new level, you will need to recount the draft schematic and enter the new schematic number into the marco
/pause X; Thiscommand sets the amount of time that you need to manually insert the resources to be used in the schematic.The easiest way to enter the resources into the schematic is to double click them.You will want to set the timer according to how many resources are needed. I suggest a /pause 3; for everyone 2 resources. I personally use /pause 2; , but I have some mad double clicking skills.
/nextCraftingStage; Thiscommand advances the crafting process to the next step. Make sure that you include this command twice or you will lose the resources without gaining any experience.
/createPrototype Practice noitem; This command completes the crafting process.This command also needs to be entered twice for the marco to function correctly. The Practice noitem addition to the command will create the product in practice mode, which gives a slight crafting experience bonus. If you remove Practice noitem from both commands in the macro the item will be placed in your inventory, but you will not recieve the bonus experience.
/pause X;This command places a pause between the end of the crafting session and the next command. Typically, the above listed macro will follow after this command, with the/ui action toolbarSlotXX; altered to advance to the next crafting tool.
GL with it.
Are u using a food/chem crafting tool?
oh yeah.. and... pass that ish this way ![]()
Message Edited by Log1c on 02-26-2004 06:39 AM
Yes /selectDraftSchematic 00 is your problem.
The schematics are numbered different for every player. The numbers are dynamic. For you schematic 31 may be an ABEC. For me it may be a basic camp kit. Different players have different schematics from different crafting professions. As you advance up doc crafting the schematic numbers will change again since you are always gaining new ones, dropping old ones from other professions as you surrender skills etc.
Basically what Ido is open a crafting kit manually and then in spatial type /sel xx. /sel is shorthand for /selectDraftSchematic and I just keep selecting until I get the one I want. Then I just update my macro.