Tailor Archive

Thread: A Guide to Macro Crafting

EoADaimyo
Tue Feb 10, 2004 11:39 pm
#1





















































Macro Crafting is of course, the fastest way to get to the top of any crafting skill tree. Some people do it because "the holocron told me to", so that they can move along their path to Jedi, while others do it to rip through and be a Master so that they can make the big creds! (I personally think ripping through would be a waste due to the fact that you don't really learn the profession).


This guide will give you all the information you need to create a macro/s, makethem loop,be able to stop it with the click of the button, and explain the parts of the macro/s that need to be edited.


I have also added the instructions for where the crafting tools go,where the macro's go, and how to figure out what the schematic number is. With these macros, there will be no "text got cut off" either.


I recommendthat youclick the arrow to the left of the toolbar, until you have an empty toolbar. This way you can leave everything in place if you decide you need a break and want to go out hunting. Just click the arrows again to get back to your "fighting" toolbar.


****There are some professions that require you to be near a personal crafting station to use a specific schematic. In this case, the text will be cut off. I will include the instructions for this macro/sin a reply to this post****


Last thing Iwould also recommend isprinting this out, so that when you are ingame, you can type right from the original.





Text in RED, will be expained at the bottom. These are items that need to beedited according to the number of schematics in your datapad, and your intenet connection.


How it works.

When you click the first macro, it starts the crafting machine in toolbarSlot00. The schematic is automatically loaded and you are taken to the "add resources" window. You then add the needed resources, and the macro closes the machine and starts the next.The macro will continue through it's commands and do this 6 times. You now have 6 crafting tools that are at work. When the 1st macro end's, it's last command is to call the second macro. The same actions will occur. When the 2nd macro ends it then calls the first macro. It will then run in a continous loop, for as many hours as you can sit there, until your finger or mouse is broken, or until you use the 3rd macro ( /dump ).

***/dump stops all macro's in their tracks***. You will usually use /dumpwhen you have gained a level, and need to be trained.


Also know that you can only gain xxxxx amount of experience. You will top out at some point. If you do not get trained and continue to macro craft, you will use resources for no reason. I recommend turning on the Experience Monitor found in the Skill window (CTRL+S). This way you can see every time you hit a level if you miss the notification across your screen.


What you will need: 10 crafting tools for the profession that you are mastering,a little bit of time to write the macro's, and setup your machines.

Enough resources to craft out the profession, including extra for failures. (Even in Practice Mode, you can have critical failures, and lose all the resources)

Lotsto drink, and a bag of chips while macro crafting.


Crafting Tool Setup: Your toolbarSlot/s start at 00. So, F1 = 00, F2 = 01,F3 = 02,and so on across the toolbar to F12 = 11. Put your crafting tools in F1-F6 and F8-F11. (00-05 and 07-11) You now have 10 crafting tools in your toolbar with 2 open spots.


You will now create 3 Macro's.To do this click the"Abilities and Commands" button or hit CTRL+A. This will open the Command Browser. Now click on the macro tab, and then on the "New Macro" button the bottom left. You are now presented with a new window called "Edit Macro". Select an iconthat your character does not use. You will then type in the"Macro Text" area. Just copy the text from below, editing as needed.(explained at the bottom)


*** Macro text is case specific! Be sure to type it in exactly as shown. If for some reason your macro does not work, go back and check all capitalization. ***


Macro # 1: Put the first macro into the toolbar in F7. (This is toolbarSlot06)

/ui action toolbarSlot00;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot01;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot02;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot03;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot04;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot05;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot11;


Macro # 2: Put the second macro into thetoolbar in F12. (This is toolbarSlot11.)

/ui action toolbarSlot07;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot08;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot09;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot10;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot06;


Macro # 3: Put this in any of the open toolbar slots in the second row.


/dump






Explanations


You see at the bottom of each macro it says "/ui action toolbarSlot06; or /ui action toolbarSlot11;" This is the command that calls the other macro and creates the "looping" effect. The macro's will continously run until you hit the third macro, or type /dump and hit enter.


Items inRED :


The first item is: /sel xx;

The /sel xx; is the process where a specific schematic is called from the datapad and used in the crafting machine. To figure out what schematic number you need to use, you can start a crafting machine normally, and get to the list of schematics that can be made. From there,type/sel 10 into the spatial chat and hit enter. This will cause the machine to load a schematic that is in your datapad. You then look in your datapad to see where that schematic is. You will then count forward or back, from left to right until you find the item your are going to macro craft. So lets say you have 26 schematics in your datapad, andyou are looking for Mabari Chestplate. When you typed in /sel 10, and it loadeda schematic for the Basic Camp Kit. You look down a bit further and see Mabari Chestplate about 8 away. Starting at the Basic Camp Kit (10), count from left to right until you get to the Mabari Chestplate (18). The number that you stop at is the number of the schematic. ***Note. As you progress up the skill tree, this number can change. Just open your macro's, and edit as need, using the same routine***


You would now use that number 18. So, in place of /sel xx; you would now type in /sel 18;. Do this in all /sel xx; areas, so that the schematic is called over and over.


The next item is: /pause 4

The /pause 4; is the time from when your "add resources" window appears and closes. In this case the time is 4 seconds. This time can be altered for a few reasons.

1) According to your internet connection (I havea cable connection) Some people will need more, some less.

2) Number of resources used. Obviously, the more resources that are required, the more time that you will need to double click these items.

3) Server Lag. Try to stay away from crowded areas. Stand on the outside of the city, so that the lag is near 0. This will also keep you close to a populated area, so that you can get trained at each level.

4) Some schematics take considerably longer to finish crafting. Make sure to set the /pause 4; to a comfortable time in order for the tools to complete the crafting process. If you do not do this, you will start to get errors, and the macro will continue to try to work. A little bit of practice and you will have the times set correctly.


The next item is: /createPrototype practice no item;

In some cases (as with Mabari Chestplates for ArmorSmith) subcomponents are need, that you can craft. You can also create these in a factory, but why lose the exp). If you want to create these subcomponents by hand, you can use these macro's. BUT, you must remove the practice no item text. Your command lineswill nowlook like this:


/createPrototype;

/createPrototype;


Be sure to empty your inventory every few runs of the macro, or you will get backup in the crafting machines.


The next item is: /pause 1;

This is the time in between theclosing of one crafting tool, and the starting of the next crafting tool. This may also differ due to your connection and server lag.




And thats all thats to it. If you follow these instructions carefully, you should be macro crafting in no time!


I will reply to this post with the "Near a Personal Crafting Station" instructions.


/D





Message Edited by EoADaimyo on 02-11-2004 11:51 AM

EoADaimyo
Tue Feb 10, 2004 11:40 pm
#2



All of the same instructions apply to this post from the first Macro Crafting post, with the a few modifications.


Some professions require you to be near a Personal Crafting Station to macro grind a specific schematic. What I mean about being near a personal crafting station, is this: If you are in town, near a Public Crafting Station, you will not see all the schematics you have available. In order to see all the available schematics, you will need to do 1 of 2 things:


1) Buy a Personal Crafting Station. You can find these almost anywhere on vendors. Prices vary, so look around for one that suits your financial status. You will also see that the crafting station stats can vary. They can be low to high %'s. You of course would want to buy a machine with the High %.

2) Buy an Advanced Droid from your local Master Droid Engineer. (This is what I did)You can buy a Droid with a crafting station built right into it, and call the droid from your datapad. This is now your Personal Crafting Station, and better yet, you can take it anywhere. I myself, bought an Advanced R2 unit with all 4 crafting station modules, and storage6. You can also opt for the Med6 in place of the Storage6. (Great if you are in a Medical Profession).

(WeaponSmith is a good example of You must be near a personal crafting station. In order to grind Heavy Warheads at Level 2 Munitions, you need to be near a Personal Crafting Station).


When you are near a personal cratfing station, you also have the option to experiment during the crafting process. Even when you are macro crafting, the option to experiment is still included in the process.


This second post will explain how to get past this process, and tell you where to add the new line of text.


Having the new line of text in the macrowill also create what is known as "text got cut off at the end" We will alter the macro/s and use only4 crafting tools per macro.What would happen is, if the text is cuttoff, the last command (the looping effect) will not work. This problem is eliminated by using only4 crafting tools per macro, so that there is no chance of the "text got cut off" problem


And, last but not least, we will be moving the crafting tools and macro/s to different toolbar slots.






You will need crafting tools in toolbar slots F1 - F4, and F6 - F10


Macro # 1: Put the first macro into the toolbar in F5. (This is toolbarSlot04)

/ui action toolbarSlot00;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot01;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot02;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot03;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot09;


Macro # 2: Put the second macro into thetoolbar in F10. (This is toolbarSlot09.)

/ui action toolbarSlot05;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot06;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot07;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot08;
/sel xx;
/pause 4;
/nextCraftingStage;
/nextCraftignStage;

/nextCraftingStage;
/createPrototype practice no item;
/createPrototype;
/pause 1;
/ui action toolbarSlot04;


Macro # 3: Put this in any of the open toolbar slots in the second row.


/dump






Explanation - only a couple things different


The new line of text in the macro: /nextCraftingStage;
This new line of text is the part of the crafting process for experimentation. Just adding this one line, gets you past the experiment stage of the crafting Process.


Cutting back to 4 crafting tools assures that there will be no "text got cut off" problem.


Moving the crafting tools and macro's is what is needed to make the "Looping Macro Crafting" work.







Thats about it. I don't think I missed anything, but anythings possible.


For my next trick... Macro looping20 crafting tools! A guide to Hardcoregrinding.


Pretty much self explanatory, bottom row starts at toolbarSlot12.



Enjoy!


/D


Message Edited by EoADaimyo on 02-11-2004 11:02 AM

Page 1 of 1
Previous Next