Doctor Archive
Thread: help with crafting macro
ok, i've tried crafting macros both with and without using an alias.
however, when the /nextCraftingStage; resolves, the picture of the object i'm crafting disappears, but the next screen doesn't come up, and the macro doesn't continue.
also, if i try to manually advance it, it says that not all resources have been allocated, thoughboth boxes (for the BEC, in this case-- inorganic and organic components) are full.
anyone seen this error and (more importantly) know how to fix it? another guy in my pa is getting it also, and we're clueless how to fix it. i've tried it with "confirm crafting actions" both checked and unchecked (my normal mode).
I've finished my crafting exp, but I had to select the resources when I was using the generic SWG crafting macro that can be found at:
http://swg.allakhazam.com/db/guides.html?guide=190
cheers,
Colonel Valian T'Kora - SGO
Master Commando / Smuggler
Intrepid
/select DraftSchematic 07;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createProtoType practice no item;
/createProtoType practice no item;
/pause 3;
/ui action toolbarSlot 16;
There's no space between /select and Draft, I think. Should just be /selectDraftSchematic 07; I think.
Asudai wrote:
I am trying to use a crafting macro to help grind through artisan. I am using a generic crafting tool and I am trying to practice craft cdf pistols for now. I was told that you can find the schematic number by counting from 0 starting right to left which would make the pistol #7. The problem I am having is that when I activate the macro it selects the survival knife. No matter what number I put in the selectDraftSchematic line it always brings up the knife. Anyone have any sugestions?
btw, my macro is this:
ui action toolbarSlot 00;
/select DraftSchematic 07;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createProtoType practice no item;
/createProtoType practice no item;
/pause 3;
/ui action toolbarSlot 16;
ahhhhhh, duh...man and I am a programmer(err..novice). Yypos will be the death of me.
![]()
Thx
Asudai wrote:
I am trying to use a crafting macro to help grind through artisan. I am using a generic crafting tool and I am trying to practice craft cdf pistols for now. I was told that you can find the schematic number by counting from 0 starting right to left which would make the pistol #7. The problem I am having is that when I activate the macro it selects the survival knife. No matter what number I put in the selectDraftSchematic line it always brings up the knife. Anyone have any sugestions?
btw, my macro is this:
ui action toolbarSlot 00;
/select DraftSchematic 07;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createProtoType practice no item;
/createProtoType practice no item;
/pause 3;
/ui action toolbarSlot 16;
its /ui action toolbarSlot00 no spaces
same with " Slot16