Doctor Archive
Thread: Tell me why this doesnt work plz
Page 1 of 1
Shreder1
Sat Jan 31, 2004 5:07 pm
#1
/ui action toolbarSlot00;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot01;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot02;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui actionToolbarslot 08;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot01;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot02;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui actionToolbarslot 08;
this is my exact macro for some reason it will not actually make anything it says crafting station has ended but the tools dont make anything and i get no experience
vortexala
Sat Jan 31, 2004 5:10 pm
#2
remove 'craftingstage' and simply use '/next;'
Also, I don't believe there is a space between 'create' and 'Prototype'.
Shreder1
Sat Jan 31, 2004 5:13 pm
#3
i changed thsoe 2 things still doesnt work new macro is
/ui action toolbarSlot00;
/sel 26;
/pause 4;
/next;
/next;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot01;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/createProtoype practice no item;
/createProtoype practice no item;
/pause 2;
/ui action toolbarSlot02;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui actionToolbarslot 08;
/sel 26;
/pause 4;
/next;
/next;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot01;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/createProtoype practice no item;
/createProtoype practice no item;
/pause 2;
/ui action toolbarSlot02;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui actionToolbarslot 08;
vortexala
Sat Jan 31, 2004 5:30 pm
#4
ok, this is how one of mine looks
/ui action toolbarSlot12;
/sel 9;
/pause 5;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
And I just tried it, it works. Replace the toolbarSlot# and the sel # with whichever one you're using, and change the pause if you wish, and it should work.
Kammots-Ahazi
Sat Jan 31, 2004 10:42 pm
#5
I think I figured it out, woohooo! you have /create Protoype instead of Prototype? Let me know if that is it =)
changed thsoe 2 things still doesnt work new macro is
/ui action toolbarSlot00;
/sel 26;
/pause 4;
/next;
/next;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot01;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/createProtoype practice no item;
/createProtoype practice no item;
/pause 2;
/ui action toolbarSlot02;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui actionToolbarslot 08;
/sel 26;
/pause 4;
/next;
/next;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui action toolbarSlot01;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/createProtoype practice no item;
/createProtoype practice no item;
/pause 2;
/ui action toolbarSlot02;
/sel 26;
/pause 4;
/next Craftingstage;
/next Craftingstage;
/create Protoype practice no item;
/create Protoype practice no item;
/pause 2;
/ui actionToolbarslot 08;
Benjen
Sun Feb 01, 2004 11:27 pm
#6
my macro is this (shortened for 1 tool, you add same lines for each tool, then end with your looping command)
/ui action toolbarSlot##; /selectDraftSchematic ##; /pause 10; /nextcraftingstage; /nextcraftingstage; /createPrototype practice no item; /createPrototype practice no item; /pause 4;
You have spaces in between next and craftingstage, plus capital C on craftingstage...they do not need to be there. You also have spaces between create and Prototype, which should not be there.The capital P on Prototype has to be there. That's why your macro isn't working...it's just seeing part of the commands and not generating the items. You can also use /sel ## and /next; to shorten those commands.
Page 1 of 1