Artisan Archive

Thread: Any crafting macros out there

KholoRix
Sun Oct 12, 2003 1:40 pm
#1

I actually use 4 macros for 4 tools. If I'm feeling extra lazy I can loop them all for one continuous crafting session where I only have to load the resources and the rest is done automatically.


Here's how it goes.



First, if you haven't already, drag out the toolbar so you can see both rows of hotbuttons. Then put 4 of whatever crafting tool you are going to be using in the first 4 slots on the SECOND row. The macros will go in the first 4 slots of the FIRST row.


Here's the basic macro that I use. I'll tell you how to loop them after.


/ui action toolbarSlot12;/pause 1; /selectDraftSchematic ##; /pause 4; /nextCraftingStage; /nextCraftingStage; /createPrototype; /nextCraftingStage; /createPrototype; /pause 2


You might have to play with the /selectDraftSchematic ## part to find out what number is what schematic, but that's not that hard to do, just open your tool normally and type in the command followed by a number (starts with 00) until you find the one you want.


The /pause 4 is there so you have time to load your resources into the slots. You can adjust that as needed depending on how many resources you have to use. The last /pause is in there because I only use 4 tools and depending on how long it takes the tools to create the item you can catch up to the first craft tool before it's done creating it's previous item. I've found that I don't usually, but it's happened before.


To loop them all just add the respective /ui action toolbarSlot## to the end of each macro so that it automatically starts the next macro. Remeber I told you to put them in the first 4 slots of the first row, those would be 00, 01, 02, and 03. But when you load them in the macros they would be in this order: 01, 02, 03, 00.


One last note, the only way to stop the macro if you loop it is to remove one of the macros or to switch to a different toolbar Pane before the next macro starts.

KholoRix
Sun Oct 12, 2003 1:43 pm
#2

Ugh, I need an edit button. Ignore the huge spaces in the first line of the macro. Each huge space = just one normal space.

NJ62
Sun Oct 12, 2003 5:54 pm
#3

To stop a paused command chain, type /dump.



n'Jessi
former correspondent, former player

All your hawtpants are belong to me.
www.swgtailor.com
PLEASE REGISTER FOR THE SWGTAILOR OFFSITE FORUM (IMAGE DESIGNERS WELCOME TOO)

Ecibob
Sun Oct 12, 2003 6:14 pm
#4

it keep ssaying the crafting session has ended after It goes to the screen were i put the resources in (it never loads them)
KholoRix
Sun Oct 12, 2003 9:54 pm
#5

You have to load the resources yourself, that's why the /pause 4 is there. Just double click the stacks that need to go in. Change the pause number if you need more time.
KholoRix
Sun Oct 12, 2003 10:00 pm
#6

Ack, just noticed that a line was left out at the end, my bad. I make a horrible clerk ;p.

Anyway, macro in it's entirety (minus the loop command)

/ui action toolbarSlot12;
/pause 1;
/selectDraftSchematic ##;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype;
/nextCraftingStage;
/stopCraftingSession;
/createPrototype;
/pause 2

KholoRix
Sun Oct 12, 2003 10:01 pm
#7

What's the deal with this message board? How do I turn off the justified print?
drummer
Mon Oct 13, 2003 12:23 am
#8

im getting really bored crafting and i was wondering if there were some macros that could help



Rorilek
An Insane Wokkie BH
drummer
Mon Oct 13, 2003 2:27 pm
#9

hey kholorix so do u just do that macro 4 times for each slot then loop them together and if u put your crafting stations in the first 4 bottom slots were do the macros go?



Rorilek
An Insane Wokkie BH
drummer
Mon Oct 13, 2003 2:30 pm
#10

hey kholorix so do u just do that macro 4 times for each slot then loop them together and if u put your crafting stations in the first 4 bottom slots were do the macros go?






the message says there was a unique post like this so i will type about nonsense for awhile so it will let me post this teenage mutant ninja turtles,,,teenage mutant ninja turtles heroes in a half shell turtle power hopefully my post is uniqui so i can post it




Rorilek
An Insane Wokkie BH
drummer
Mon Oct 13, 2003 2:31 pm
#11

hey it let me post it now



Rorilek
An Insane Wokkie BH
Page 1 of 1
Previous Next