Weaponsmith Archive
Thread: UPDATING MACRO TO GRIND WEAPONSMITH.. please help me with problem
Page 1 of 1
Kiall
Thu Jul 15, 2004 1:21 am
#1
i am grinding out weaponsmith and going to finish it with heavy warheads. NOW. i have to be at the crafting station to make these warheads, however the extra box comes up asking me if i want to experiment, prototype, or man. schematic. this is whats messing up. where in my macro do i need to add a step to go past this, the crafting session ends, resources get used however no xp. any help would be great. thanks
/ui action toolbarSlot00;
/selectDraftSchematic 73;
/pause 10;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot13;
/selectDraftSchematic 73;
/pause 10;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot13;
is what i use... where do i need to add a step, and what is it? thanks.
Antigonus5620
Thu Jul 15, 2004 3:03 am
#2
Remove the space between "no item." I believe its supposed to be "noitem."
xpochian
Thu Jul 15, 2004 3:05 am
#3
i don't exactaly remember all 50+ lines in mine, but send me a tell on test center, im krupintupple, and i have a giant macro working for me, i'll send a tell back comparing yours to mine.
Kiall
Thu Jul 15, 2004 5:04 am
#4
the way i have it in the thread is copied directly from my macro ingame. it works fine when not near crafting station..... just need to know how to get it to work when i am near one with the extra box thats comes up
jeepfrk
Fri Jul 16, 2004 4:20 am
#6
I had problems with mine. The solution I came up with and it worked for me was another personal crafting station. Went to my other house with the lower quality crafting station and it worked perfectly. Same with my crafting droid. My high end station must be bugged or something.
recon6
Fri Jul 16, 2004 3:46 pm
#7
I think you need to add one more /nextcraftingstage if you are near a crafting station. I haven't tried in a while but I'm pretty sure that this will get past the experiment box.
slappy430
Fri Jul 16, 2004 8:08 pm
#8
i have pretty much same macro and am grind now but the thing i have differnt is between the 2 createprototype lines put in a next crafting stage,and stopcrafting session so itll be
/createprototype practice no item;
/next crafting stage;
/stopcrafting session;
/createprototype practice no item
/createprototype practice no item;
/next crafting stage;
/stopcrafting session;
/createprototype practice no item
Page 1 of 1