Weaponsmith Archive
Thread: Crafting macro for medium warheads
Page 1 of 1
Celyrith
Tue Aug 30, 2005 12:34 am
#1
I'm currently trying to grind my way through Weaponsmith and have got a macro to help me with it. It did just fine as long as I only had to grind barrels, but now that I'm trying with warheads it doesn't work. I guess it has something to do with needing a factory part...But I don't know what I am supposed to change to make it work. It does seem to work btw... Only the crafting station doesn't craft anything, doesn't use any resourses and I don't get any xp. Do any of you know what I would need in the macro to make it work? If it's possible at all...
/ui action toolbarSlot00;
/sel 074;
/pause 8;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/nextcraftingstage;
/stopcraftingsession;
/createprototype practice no item;
/pause 2;
/sel 074;
/pause 8;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/nextcraftingstage;
/stopcraftingsession;
/createprototype practice no item;
/pause 2;
GrooperNugent
Tue Aug 30, 2005 12:52 am
#2
Celyrith wrote:
I'm currently trying to grind my way through Weaponsmith and have got a macro to help me with it. It did just fine as long as I only had to grind barrels, but now that I'm trying with warheads it doesn't work. I guess it has something to do with needing a factory part...But I don't know what I am supposed to change to make it work. It does seem to work btw... Only the crafting station doesn't craft anything, doesn't use any resourses and I don't get any xp. Do any of you know what I would need in the macro to make it work? If it's possible at all...
/ui action toolbarSlot00;
/sel 074;
/pause 8;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/nextcraftingstage;
/stopcraftingsession;
/createprototype practice no item;
/pause 2;
First off, I'm guessing it's the red-line in your macro. I've never seen it in a macro, but it seems like it would stop everything.
Secondly, here's what my macro's look like:
/ui action toolbarSlot00;
/select draftSchematic 74;
/pause 8;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/select draftSchematic 74;
/pause 8;
/next;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
just in case it helps/
Celyrith
Tue Aug 30, 2005 8:15 am
#3
Thanks a lot! Your macro seemed to work just fine, so I'll be using that instead for the warhead grinding =).
However, I was wondering if you knew what the diffrence between/sel 074 and /select draftSchematic 074 would be? The number is apprently for another item when using /select draftSchematic.
GrooperNugent
Tue Aug 30, 2005 9:53 am
#4
Celyrith wrote:
Thanks a lot! Your macro seemed to work just fine, so I'll be using that instead for the warhead grinding =).
However, I was wondering if you knew what the diffrence between/sel 074 and /select draftSchematic 074 would be? The number is apprently for another item when using /select draftSchematic.
I have no idea....lol
Celyrith
Wed Aug 31, 2005 11:21 pm
#6
Thanks for the replies, GrooperNugent. And Carthax, okay... Will do that at first opportunity =).
AlphAlphAlphA
Thu Sep 01, 2005 3:09 pm
#7
I didn't think it was possible to use a crafting macro on items which required a crafting station.
GrooperNugent
Fri Sep 02, 2005 4:44 am
#8
Yep, it is...just need to add that 3rd "/next;" line in there to account for the experimentation screen.
Celyrith
Sat Sep 03, 2005 3:56 am
#9
Btw Carthax, which of the names you've listed should I look for at Ahazi?
Page 1 of 1