Artisan Archive
Thread: Help My macro died
Page 1 of 1
Chalorr444
Fri Sep 16, 2005 1:17 pm
#1
Hi,
I've decided after a long break from the crafting world to return to Artisan, but, my trusty crafting macro doesn't seem to work anymore? can someone have a quick look over it and point out the errors. Its been so long since I've used it I pretty much guessed how to put it together.
Thanks in advance
/ui action toolbarPane06;
/ui action toolbarSlot00;
/pause 1;
/selectDraftSchematic 08;
/pause 3.5;
/pause 1;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noitem;
/createPrototype practice noitem;
I've decided after a long break from the crafting world to return to Artisan, but, my trusty crafting macro doesn't seem to work anymore? can someone have a quick look over it and point out the errors. Its been so long since I've used it I pretty much guessed how to put it together.
Thanks in advance
/ui action toolbarPane06;
/ui action toolbarSlot00;
/pause 1;
/selectDraftSchematic 08;
/pause 3.5;
/pause 1;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noitem;
/createPrototype practice noitem;
Dimear
Fri Sep 16, 2005 4:08 pm
#2
Here's a link to a crafting macro that's stickied in the artisan FAQ. Yours looks pretty similar (but not exactly the same). What does yours get hung up on?
Negho
Sat Sep 17, 2005 4:45 am
#3
Dimear wrote:
Here's a link to a crafting macro that's stickied in the artisan FAQ. Yours looks pretty similar (but not exactly the same). What does yours get hung up on?
Yeah, that would be the big thing to know, what exactly happens when you run it.
A really good way to troubleshoot these macros (and scripts in general) is to step though it. Make a new macro, with those same first few lines that select the tool. Then maybe add on the line that selects the draft scematic. Then add on the lines for the next step, and keep doing this until you get the whole thing working.
It can be a lot easier to find out where it's faling if you take it step by step like that. Then when you run into the step that's having the problem, you can tweak it until it works.
One guess I'd have off the top of my head is that the schematic numbers may have changed, if new ones have been added or some were removed while you were gone. I have given up on trying to figure out numbers, I just open my tool manually once to the schematic I want to use, close it, and then I use that defaultButton command in my script to select it.
NamedJughead
Sun Sep 18, 2005 1:11 pm
#4
One guess I'd have off the top of my head is that the schematic numbers may have changed, if new ones have been added or some were removed while you were gone. I have given up on trying to figure out numbers, I just open my tool manually once to the schematic I want to use, close it, and then I use that defaultButton command in my script to select it.
Yeah what he said.
Guruweaver
Tue Sep 20, 2005 12:34 am
#6
I updated the FAQ sticky with Ekki's Macro, that Elyssa cited.
Guru
Guru
Page 1 of 1