Artisan Archive
Thread: Macro issue: does not advance past resource selection
Page 1 of 1
GullinBorst
Wed Jun 15, 2005 6:30 am
#1
I have researched this on the boards and not had much luck other than people seem to have had this problem as well. I have the following macro:
/ui action toolbarSlot03;
/selectDraftSchematic 47;
/selectDraftSchematic 47;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/createprototype practice no item;
/createprototype practice no item;
During the pause, when I select the resources macro does not advance the crafting process and sits their.
I have tried several things:
- replaced /nextraftingstage with other (/next; /nextC; /nextCraftingStage etc)
- made sure I was away from a craftingstation
- tried other schematics
- Tired it outside of a city
- Modified the macro to pause 10
- Modified teh macro to just:
/ui action toolbarSlot03;
/selectDraftSchematic 47;
/selectDraftSchematic 47;
/pause 5;
then typed the /nextCraftingStage command in manually... weird result of getting the "not complete" message when I click assemble, however all resources are there.
All, no luck.
Any advise would be much appreciated.... thanks in advance
GullinBorst
Wed Jun 15, 2005 11:33 am
#2
I have researched this on the boards and not had much luck other than people seem to have had this problem as well. I have the following macro:
/ui action toolbarSlot03;
/selectDraftSchematic 47;
/selectDraftSchematic 47;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/createprototype practice no item;
/createprototype practice no item;
During the pause, when I select the resources macro does not advance the crafting process and sits their.
I have tried several things:
- replaced /nextraftingstage with other (/next; /nextC; /nextCraftingStage etc)
- made sure I was away from a craftingstation
- tried other schematics
- Tired it outside of a city
- Modified the macro to pause 10
- Modified teh macro to just:
/ui action toolbarSlot03;
/selectDraftSchematic 47;
/selectDraftSchematic 47;
/pause 5;
then typed the /nextCraftingStage command in manually... weird result of getting the "not complete" message when I click assemble, however all resources are there.
All, no luck.
Any advise would be much appreciated.... thanks in advance
Westport
Wed Jun 15, 2005 1:00 pm
#3
I have had the same problem, tried everything you tried. Keep getting a "Crafting Session Ended" Message
Elyssa
Wed Jun 15, 2005 1:04 pm
#4
Add two more lines of /nextCraftingStage to your macro.
Too many won't hurt but not having enough will cause problems.
Basically it sounds like it's trying to create the prototype before you're to that point yet so it just gets an error and shuts down.
Too many won't hurt but not having enough will cause problems.
Basically it sounds like it's trying to create the prototype before you're to that point yet so it just gets an error and shuts down.
These extra lines will insure that it is indeed ready to create the prototype.
Sirfabius
Wed Jun 15, 2005 8:09 pm
#5
try this one, altho you have to be away from any crafting station or Droid.
/ui action toolbarSlot03:
/sel 47;
/pause5;
/next;
/next;
/createprototype pactive no item;
/createprototype pactive no item;
/pause 2;
/ui........ (Same macer with dif slot)
GullinBorst
Thu Jun 16, 2005 7:10 am
#6
Thanks!!!
For Some strange reason (don't really care why) that worked and I was able to finally grind to Weaponsmith!!
remind me to craft you somehting when I get a few more grids.![]()
Page 1 of 1