Doctor Archive

Thread: Tell me why this doesnt work plz

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;


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



__________________________________
Shreder - Famed Rifleman "Noob"
Anesth - 12 point Master Weaponsmith
(Custom Orders Only!)
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'.





~Texxie Xetrov~
Retired Mayor of Vesania, Corellia, Chilastra
Retired Combat Medic Correspondent(Feb 04 - Dec 04)

"A Day without sunlight is like.... night."
A CU Alpha Testers Disclaimer: This CU Alpha Test Contained neither Alpha nor Testing.
Play at your own risk, but don't blame us...
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;



__________________________________
Shreder - Famed Rifleman "Noob"
Anesth - 12 point Master Weaponsmith
(Custom Orders Only!)
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.





~Texxie Xetrov~
Retired Mayor of Vesania, Corellia, Chilastra
Retired Combat Medic Correspondent(Feb 04 - Dec 04)

"A Day without sunlight is like.... night."
A CU Alpha Testers Disclaimer: This CU Alpha Test Contained neither Alpha nor Testing.
Play at your own risk, but don't blame us...
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;



Advocates of War - Kammots
"Work is where I go, not what I do there" - Kammots

"wOOt"

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.



Benjen, Carbineer 2,3,1,2 / Master Doctor
Guildless
Bloodfin

Official Carbineer Motto "I bet I can kill me before you can!"

"You can fool some of the people some of the time, and jerk the rest off" Robin WIlliams
Page 1 of 1
Previous Next