Artisan Archive
Thread: crafting macro question
quick question: do you folks who use the crafting macro create/edit it in game or in the txt file in the swg folder on your hd?
Iuse this command in my macro: /selectDraftSchematic #;
How do I tell what number a certain schematic is?
Couple other items here:
--Only count the items you can make currently with your current tool. So, if you have advanced schematics that require a specialized tool you're not using, or a crafting station you're not at, don't count those. Yes, this means that standing next to a crafting station will screw up your macro.
--Hit "Change View" to get a detailed list, and you can count from the top.
Not only will a crafting station mess up your schematic selection, buy you wont get xp for crafting either.
Get atleast 50m away from them, it seems to interfere with the macro trying to make you experiment.
The crafting station will add another step to your crafting, but you can still get xp when working at one- you can get around this by adding additional /nextC; or /create prototype practice noitem; steps. I've found you need three /nextC; and two /createPrototype; statements.
If you see the crafting kit counting down, you've made the macro successfully. If the numbers aren't moving, you didn't correctly do the macro (or you crit failed).
I make my macros next to the crafting station so they're consistent. You can use the same macros away from your station if you have a droid (this also lets you grind in a public place- chatting with people is a good way to break up the grind).
thanks
Just started on the long WS grind from novice box. I set up all my macros as per the guide in the FAQ which works very similar to the macro system i used to grind doctor previously. Only problem is the thing isn't working and i've narrowed the problem down the the nextcraftingstage command. This line just doesnt work - i've tested it in the macro and also as a manual command to double check this.
I've tried using /next instead as recommended in the guide but still no joy. I've also tried using the /ui action defaultButton command instead as the default is Assemble. This works as a direct command to use assemble and progress to the next stage of crafting but will not work in a macro in place of the /nextcraftingstage command.
Needless to say i have checked, and double checked, and triple checked my macros and i'm doing it right. And it is definetly borked at this point. I've had a lot of experience with macros before so i'm pretty certain i'm not doing something stupid and the case sensitivity is correct as far as i can see.
Can anyone help here? I have logged a csr ticket with the fault but i'm not optimistic :-)
Couple of things:
1) are you next to a crafting station of have your crafting droid out? If so, you will need an extra /next command in there to account for the experimentation window
2) /next absolutely works in place of /nextcraftingstage...I'm currently running a 12-tool macro with a bunch of /next in there
You mentioned you've done this before and have done a spell/caps check, but as you know it's always just a little something that gets you. Couple of things that Ialways screw-up on:
1) double check your semi-colons...I hate to admit how many times I've inserted a colon in there and it can be hard to tell the difference
2) Something I learned waaay back before spell-check was ubiquitous: read the macro backwards from the bottom->up. This keeps you from mentally skipping over words because you 'know' they are right.
i´m having similar problems with crafting macros; the /nextcraftingstage command didn´t work at all so i switched to /ui action defaultButton (it´s the same if u hit "enter")
this works fine until u selected the resources, the macro won´t continue after that(yes, i have a pause command)! just for fun i inserted instead of /...defaultButton /notepad and after the 3 secs pause he opened the ingame notepad but never executes the default button!
finally i switched to two macros: one for opnening the crafting tool and selecting the item and one for executing the remaining 5 default buttons and that works! problem: u can drag the macros into the first hotkey spots (1..4 6..9) and place the default button macro at position 5; but he won´t execute the macro when hitting "5", he just executes it when u click it with ur mouse?!?! executing a macro with /macro blahblah after having selected the res. isn´t working either
any solutions and/or further investigations are welcome
Hope that helps.