Architect Archive
Thread: Macro for crafting
I can't get mine to work at all. I can't figure out the nextcrafting stage line. What is the correct syntax of this line?
Hakari wrote:
how du u select the materials ?
That's why there's a /pause 5. Give you enough time to double click on the resources.
Have you guys ever used ACTools? Search for it on the web its free!
It actually runs macro's outside the game by using mouse locations. The good thing about it is it you won't go idle since its being run outside of the game so swg thinks you are actually interacting. It takes a bit to get it going but once running it does pretty well.
Check it out, it will do every step for you including inserting resources once configured!
Madis Lylen
Scylla
/ui action toolbarSlot##;
/selectDraftSchematic ##; <Note: there is a space before the numberson this syntax>
/pause 5;
/nextCraftingstage;
/nextCraftingstage;
/createPrototype practice no item
/createPrototype practice no item
## : these values vary depending on your specific case. First to find out which schematic number you should use, so open the crafting tool, and play with the numbers from 00 to 10 until you get the desiredscheme to open for you.. I went with BioEffectController. Second the tool bar number just depends on which slot you have the crating tool at, the range is 00-23. This should be enough to get you started. Note that the schematic number changes when you learn to make more items.