Scout Archive
Thread: Can someone post their COMPLETE crafting macro here?
I need to see EXACTLY how it is it typed up. I plan on using it to craft camps/traps for survival xp. Also...which traps are best for crafting? Thanks for any and all help!
Xero,
This crafting macro will help you get XP - it is just for getting XP. You won't make any traps or camps with this one.
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
This crafting macro will help in creating traps and camps quickly.
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype;
You will need to start the tool yourself, and insert the ingredients by hand. There is no way to macro that easily. Then hit the macro key quick and the macro will take over from there.
The best trap to make for the most XP is Adhesive Mesh - it gives 70 XP per prototype.
B
To macro starting the crafting session and loading the schematic, drag and drop your crafting tool to your toolbar then
/ui action toolbarSlotXX;
/selectDraftSchematicYY;
where XX is the 0-based index of the toolbar slot where you put your crafting tool and YY is the 0-based index of the schematic you want to load.
Rgatt,
Thanks bro - I forgot about that part. I don't use it myself, but he wanted a "complete" one. ![]()
B