Weaponsmith Archive
Thread: macro not working??
Page 1 of 1
imnojedi
Mon Aug 16, 2004 8:56 pm
#1
ok, im only a novice, but i wanted to try out a macro, so before i did a full blown one, i made a minor one. here it is:
/ui action toolbarSlot 18;
/sel 28; (thats the one i needed
)
/pause 5;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
once the /pause 5 is done, the crafting session just ends. heres what the game says:
'The crafting session has ended!'
HELP! whats going on??
imnojedi
Mon Aug 16, 2004 9:03 pm
#2
oh, and im also in my house,but on adifferent from froma WDG station, and im using a WDG tool. that might mean something.
i removed the /createprototype and just left the /next's in the end...when it ran, nothing happened, andthen when i tried to do it manually, it said that the ingrediants were not ready to be assembled 
sry for the extra posts, cant edit yet 
Ciirybeccaskyr
Mon Aug 16, 2004 10:36 pm
#3
/sel XX is not a good command as far as i know
its something like /SelectDraftSchematic xx
jason67
Tue Aug 17, 2004 8:07 am
#5
run each command in the interface to see which ones are working and which are not. Simply open up your tool and type in the first line, then the second etc... You will see the different stages that it goes through and if all commands are working then at the end you will have crafted your item(or in this case just a practice craft so no item).
It SHOULD say that 'The crafting session has ended!'. That means that it has completed the cycle. What you need to check and see is if you got the xp for it or not, but that is the correct and expected response at the end of the crafting stage.
imnojedi
Tue Aug 17, 2004 8:35 am
#6
ok i did what you said jason, this is where it boged down.
/nextCraftingStage
i had put the stuff in, and entered that. nothing happened. then when i hit assemble, it said that the item wasnt ready to be assembled
its the messagewhen you dont put a resource in and hit assemble.
jason67
Tue Aug 17, 2004 8:44 am
#7
It is very case sensative and I don't have any macro's right in front of me atm to check. You may want to try the following to see which one works though.
/nextCraftingStage;
or
/nextCraftingstage;
or
/nextcraftingStage;
I can't recall which way is correct and I would spell it all the way out until you have the correct working format then you can abrev. it. I believe it is /nextCraftingStage but not 100% positive. Another thing to keep in mind is that in order for this to function near a crafting station you will need to have 3 of these lines. Give it a shot, you can also try checking any of the top crafting macro's on the forums as well since they should all have this piece of code in them. Just remember that it is all case sensative and that you need to end all the lines with semicolons ";".
Gambootz
Tue Aug 17, 2004 7:56 pm
#8
I didn't type out /nextCraftingStage on my macros.
You can just type:
/nextC;
Note the capital C, its very important
imnojedi
Wed Aug 18, 2004 6:39 am
#9
Gambootz wrote:
I didn't type out /nextCraftingStage on my macros.
You can just type:
/nextC;
Note the capital C, its very important
W00t!!! /nextC works!!! YAY!!!!!!!!!
Page 1 of 1