Armorsmith Archive
Thread: grinding macro help
Page 1 of 1
Adahy
Wed Oct 05, 2005 10:52 am
#1
I don't understand what I am doing wrong. Here are my macros.
this one is named craft
/ui action defaultButton;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/createPrototype practice no item
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/createPrototype practice no item
this one is named mast
ui action toolbarSlot00;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot01;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot02;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot03;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot04;
/pause 1;
/macro craft;
/pause 30;
/macro mast;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot01;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot02;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot03;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot04;
/pause 1;
/macro craft;
/pause 30;
/macro mast;
got all this from another thread.
Now, when I start the macro, it boots up the item to craft, I put in the resources, then it boots out and tells me "the crafting session has ended" and creates nothing.
**edit**?
what am I doing wrong?
ocili
Wed Oct 05, 2005 11:01 am
#2
The whole macro process takes no time at all, and you are crafting in "Prototype mode", or "Practice mode", meaning nothing is created.
Hartlander
Wed Oct 05, 2005 11:05 am
#3
This macro is not supposed to create an item...it actually invokes practice mode which gives you more xp. That's what the /createprototype practice no item commands do. To modify this macro to actually craft something...you need to modify those commands to /createprototype I think. Please crosscheck in the general crafting or tailor forums.
Adahy wrote:
I don't understand what I am doing wrong. Here are my macros.
this one is named craft
/ui action defaultButton;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/createPrototype practice no item
this one is named mast
ui action toolbarSlot00;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot01;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot02;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot03;
/pause 1;
/macro craft;
/pause 30;
/ui action toolbarSlot04;
/pause 1;
/macro craft;
/pause 30;
/macro mast;
got all this from another thread.
Now, when I start the macro, it boots up the item to craft, I put in the resources, then it boots out and tells me "the crafting session has ended" and creates nothing.
**edit**?
what am I doing wrong?
Message Edited by Hartlander on 10-05-2005 01:06 PM
Adahy
Wed Oct 05, 2005 11:06 am
#4
ocili wrote:
The whole macro process takes no time at all, and you are crafting in "Prototype mode", or "Practice mode", meaning nothing is created.
Right, but the crafting tool should still have a cool-down on it afterwards, and it's not. It's like it gets to that point, and just esc's out of the session.
Hartlander
Wed Oct 05, 2005 11:11 am
#5
It might be that you need to increase the time between one crafting session on that tool and the next. Or increase the time you are alotted to input the ingredients.
Adahy wrote:
ocili wrote:
The whole macro process takes no time at all, and you are crafting in "Prototype mode", or "Practice mode", meaning nothing is created.
Right, but the crafting tool should still have a cool-down on it afterwards, and it's not. It's like it gets to that point, and just esc's out of the session.
Adahy
Thu Oct 06, 2005 7:59 am
#6
Hartlander wrote:
It might be that you need to increase the time between one crafting session on that tool and the next. Or increase the time you are alotted to input the ingredients.
That's exactly what it was. Some of my double clicks weren't being registered, or weren't fast enough.
thanks!
Page 1 of 1