Artisan Archive
Thread: I cant use a macro
Page 1 of 1
Triade
Sun Jan 09, 2005 2:15 am
#1
Hi all
i have a problem: i'm trying to use this macro
test: /ui action toolbarSlot 10;
/selectDraftSchematic 50;
/pause 05;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
But it doesn't wokrk.
It seems to stop at /nextCraftingStage
Someone could tell me why?
i have a problem: i'm trying to use this macro
test: /ui action toolbarSlot 10;
/selectDraftSchematic 50;
/pause 05;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
But it doesn't wokrk.
It seems to stop at /nextCraftingStage
Someone could tell me why?
Elyssa
Sun Jan 09, 2005 2:24 am
#2
Try this
/ui action toolbarSlot 10;
/selectDraftSchematic 50;
/pause 05;
/nextCraftingStage;
/selectDraftSchematic 50;
/pause 05;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice noitem;
/createPrototype Practice noitem;
Triade
Sun Jan 09, 2005 3:35 am
#3
No way
it seems that the /nextCraftingStage is not working.
Seem to jump at CreateProtoType.
Anyone have the same problem?
it seems that the /nextCraftingStage is not working.
Seem to jump at CreateProtoType.
Anyone have the same problem?
Elyssa
Sun Jan 09, 2005 11:12 am
#4
I notice that your macro says "no item"
Be sure you remove the space so it's "noitem"
Page 1 of 1