Doctor Archive
Thread: macro screenshot?
Page 1 of 1
tattoodsleeves
Mon Feb 02, 2004 10:57 pm
#1
I have read a few of the posts on the med crafting macro and printed them all up and have been trying like crazy to make it work.... but it doesnt.
Could someone take a screenshot of their macro and the setup of the toolbar that goes with it?
I think if I saw it while I was troubleshooting what im doing... it would help allot.
thanks!
-Isaac
Fynite
Tue Feb 03, 2004 2:26 am
#2
macro here:
put the food and chemical tool in one of your toolbar.
/ui action toolbarSlot00; u want tool bar in first or f1 slot
/iu selectDraftSchematic 04; or whatever the one u want to use;
/pause 5; gives u time to click your resources note u have to click on the resources.
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/createPrototype; or if want t use practice do /createPrototype noitem;
/iu action toolbarSlot00; to loop agian
Fynite
Tue Feb 03, 2004 2:28 am
#3
the last part is for the macro, i would put macro next to the food tool;
/ui action toolbarSlot01;
Soca
Tue Feb 03, 2004 5:06 am
#5
quick note:
TOOLBARSLOTS
00 01 02 03 04 05 06 07 08 09 10 11
12 13 14 15 16 17 18 19 20 21 22 23
Also when troubleshooting, I only do one at a time without looping, until i get everything right. Then you can add more.
Soca
TOOLBARSLOTS
00 01 02 03 04 05 06 07 08 09 10 11
12 13 14 15 16 17 18 19 20 21 22 23
Also when troubleshooting, I only do one at a time without looping, until i get everything right. Then you can add more.
Soca
tattoodsleeves
Tue Feb 03, 2004 8:13 pm
#8
thanks wulfheir! thanks for taking the time to cap, host, and post it!
-
Page 1 of 1