Artisan Archive
Thread: Need Working Crafting Macro PLZ!!
Message Edited by Jrzyangel23 on 07-31-2005 04:30 AM
Message Edited by Jrzyangel23 on 07-31-2005 04:31 AM
Well, I suggest using a macro that does not worry about the crafting schematic number. Problem is getting the "right" number is not as simple as counting them in your datapad. This has been discussed in numerous places before and I can tell you before using the below approach it annoyed the heck out of me. If we were on the same server I would send you some of these pre-done for you but just follow the basic concept below and you should be fine.....this is the basic simple way to set up a grind macro......just run it as many times as you want to match the number of tools your planning to use. Simply replace the text below (/ui action defaultButton) for the current text your using selecting the schematic number.
Write this macro:
/pause 2;
/ui action defaultButton;
end macro here:
Now open a crafting tool.
Pick the item you want to craft.
Click "Next" and advance to the resource input screen.
Click the "X" to close the tool.
Now run your macro.
You'll never have to guess what the schematic number is again.
Need to craft a different item?
Open the tool, select a new item, click next, close the tool, run your macro.
Basically whatever item you previously crafted is the "default" item that comes up the next time you craft. So, very easy to switch between items without having to change your macro at all.
Ok, as promised here is a basic crafting macro:
/ui action toolbarSlot01;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot02;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot03;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot04;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot05;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;