Armorsmith Archive
Thread: How to make my macro produce instead of practice
Page 1 of 1
Berdelsan
Fri Mar 12, 2004 5:17 am
#1
I cant seem to make this work.
Im grinding atm but i want to sell the things i make instead of practice. Can you guys help me out?
/ui action toolbarSlot03;
/selectDraftSchematic 00;
/selectDraftSchematic 00;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot04;
/selectDraftSchematic 00;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot05;
/selectDraftSchematic 00;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot06;
/selectDraftSchematic 00;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot01;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot04;
/selectDraftSchematic 00;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot05;
/selectDraftSchematic 00;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot06;
/selectDraftSchematic 00;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot01;
Do i just have to remove the "practice no item;" or do i have to change "/createprototype" to somthing else?
QuimboQuambo
Fri Mar 12, 2004 5:21 am
#2
Change
/createprototype practice no item;
to
/createprototype;
Thats it.
/createprototype practice no item;
to
/createprototype;
Thats it.
Page 1 of 1