Doctor Archive
Thread: Plz help I can't get my macro to work =(
Page 1 of 1
Tango9Jeff
Mon Apr 26, 2004 1:23 pm
#1
hey all I have done the crafting macro correctly but all It ever does it say ending crafting session 2 times and thats it. it doesnt open up a box or anything I typed it like this
/ui action toolbarslot00;
/selectdraftschematic15;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype no item;
but it never does a dang thing it just sits there for a min. and then says ending crafting seesion I have tried several times it makes no sense thanks alot for any help =
Vanrey Ven
Cailid010
Mon Apr 26, 2004 1:30 pm
#2
Just going from memory here but I beleive it's:
Tango9Jeff wrote:
hey all I have done the crafting macro correctly but all It ever does it say ending crafting session 2 times and thats it. it doesnt open up a box or anything I typed it like this
/ui action toolbarSlot 00;
/selectdraftSchematic15;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createprototype no item;
but it never does a dang thing it just sits there for a min. and then says ending crafting seesion I have tried several times it makes no sense thanks alot for any help =
Vanrey Ven
You have to watch the spaces and caps carefully when making the macro.
IL-Vec
Mon Apr 26, 2004 1:34 pm
#3
/ui action toolbarslot00;
/sel15;
/pause 5;
/nextC;
/nextC;
/createPrototypePractice noitem;
/createPrototypePractice noitem;
/createPrototypePractice noitem;
would work better cause someones droid/crafting station won't screw you
Cailid010
Mon Apr 26, 2004 1:38 pm
#4
IL-Vec wrote:
/ui action toolbarslot00;
/sel15;
/pause 5;
/nextC;
/nextC;
/createPrototypePractice noitem;
/createPrototypePractice noitem;
/createPrototypePractice noitem;
would work better cause someones droid/crafting station won't screw you
The S in toolbarSlot has to be capitalized.
hothype
Mon Apr 26, 2004 1:39 pm
#5
1. We will first start out with how numbers work.
1.A. /ui action toolbarSlot##
This command refers to the toolbar F# slot.
Top Row: F1=00; F2=01; F3=02; F4=03; F5=04; F6=05; F7=06; F8=07; F9=08; F10=09; F11=10; F12=11
Bottom Row: F1=12; F2=13; F3=14; F4=15; F5=16; F6=17; F7=18; F8=19; F9=20; F10=21; F11=22; F12=23
Bottom Row: F1=12; F2=13; F3=14; F4=15; F5=16; F6=17; F7=18; F8=19; F9=20; F10=21; F11=22; F12=23
1.B. /ui action toolbarPane##
This command refers to which toolbar is showing.
1st toolbar=00
2nd toolbar=01
3rd toolbar=02
4th toolbar=03
5th toolbar=04
6th toolbar=05
2nd toolbar=01
3rd toolbar=02
4th toolbar=03
5th toolbar=04
6th toolbar=05
1.C. /macro (macro name here)
This command starts a macro. It can be used instead of /ui action toolbarSlot## to repeat a macro.
Example: Macro is named Craft. So "/macro craft" would start the Craft macro.
Example: Macro is named Craft. So "/macro craft" would start the Craft macro.
1.D. /pause #
This command is for pauses the macro. The number is in seconds. So /pause 5 is pausing the next command in the macro for 5 seconds.
2. Crafting Macro
For this macro we will place 6 crafting tools in the bottom row slots F1-F6.
2.A. What youll need to know.
/sel ##
This command selects a draft schematic. Datapad -> DraftSchematics. Here start at 00 and count until you get to the correct draft schematic.
/next
This command goes to the next crafting stage
/createPrototype practice no item
This command creates a prototype of the item giving you 5% bonus xp.
2.B.Crafting macro Basics
/ui action toolbarSlot##; (presses the toolbarslot crafting tool is in)
/sel ##; (selects the schematic)
/pause #; (pauses to let you select ingredients)
/next; (goes to next crafting stage)
/next; (goes to next crafting stage)
/next; (goes to next crafting stage)
/createPrototype practice no item; (creates prototype item)
/createPrototype practice no item; (creates prototype item)
/pause #; (pause before goes to next command)
/sel ##; (selects the schematic)
/pause #; (pauses to let you select ingredients)
/next; (goes to next crafting stage)
/next; (goes to next crafting stage)
/next; (goes to next crafting stage)
/createPrototype practice no item; (creates prototype item)
/createPrototype practice no item; (creates prototype item)
/pause #; (pause before goes to next command)
2.C. The Macro.
Name the macro "Craft". This macro is for 6 crafting tools in the second row slots F1-F6
/ui action toolbarSlot12;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot13;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot14;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot15;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot16;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot17;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/macro Craft
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot13;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot14;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot15;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot16;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot17;
/sel ##;
/pause 6;
/next;
/next;
/next;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/macro Craft
Message Edited by hothype on 04-26-2004 04:49 PM
Page 1 of 1