Armorsmith Archive

Thread: In case you dont know / understand macros...

dsvella
Wed Mar 17, 2004 12:30 pm
#1


In this post I will try and help many AS and other who don’t know how to use macros or understand how they work. I will take each step at a time and give an explanation about it.
Ok here we go:


First off you need to get ready make sure you have you free mouse on ( press alt by default) and open your inv ( ctrl + I by default). Now drag some crafting tools into your toolbar slots. Best start with F1 to F4.
Open up you commands window (crtl + A by default) and click macro. Then click new macro.
Type a name and choose an icon.


Now for the macro. Before we start plz note the following
Macros are case sensitive if you type /nextc rather than /nextC it may not work
There is a limit to how much command text each macro can hold.
If the macro is going wrong and you need to stop it mid way type ‘/dump’
Macros use the toolbar slot count from 00 rather than 01.
The numbers will change as you advance in you profession
Always craft in the same rough spot for ease.



Ok I will show each step and explain it as we go along and I will show you the completed thing at the end.


/ui action toolbarSlot00;
This means user interface action select toolbar slot F1. so what ever you have in that slot it will click it.


/selectDraftSchematic 122;
This will choose the schematic you want and open it ready to add the ingredients. Depending on the tool and if you are near a crafting station depends on the schematic number. The best was it the use the 2 lines above in a separate macro and do it by trial and error. Also keep your datapad on draft schematics (do not sort it) and see how close you are to the item you want.


/pause 5;
This will make the macro wait. This pause is here so u can double click each ingredient in. you don’t have to click and drag


/nextC;
this will move you on to the next crafting stage


/nextC;
you need this.



/nextC;
this too because it need to skip 3 steps to create the object or schematic box


/createPrototype pratice no item;
this will chose the create prototype option and select practice (BTW for those of you who don’t know it give a 5% bonus of xp if you do so)


/createPrototype pratice no item;
you need this so you can begin the count down on your tool. You must have both lines. It will not work with one.
**if you want to make a prototype then type ‘/createPrototype’**


/stopCraftingSession;
this will close the crafting window so you can get on to the next one


/pause 2
this pause is here in case of system lag or what ever you can avoid the ‘you are already crafting’ error


this is the whole macro:


/ui action toolbarSlot01;
/selectDraftSchematic 122;
/pause 5;
/nextC;
/nextC;
/nextC;
/createPrototype pratice no item;
/createPrototype pratice no item;
/pause 2;
/stopCraftingSession;


I am happy to accept adjustment or additions. So people plz feel free to post your comments or criticisms. Flamers go else were. Script kiddies speak plain English this thread was made with newbies in mind




Bartuc Vanu
Chilistra

--Bartucs armour and crafts! Re-stocked often!
Selling armour, clamps, knives, AUK + WUKS, REPAIR, TOOLS, SWOOPS, X34. SPEEDERBIKES and PAINTINGS too. goto 340, -5796 to have a look!--
Zalbiky
Wed Mar 17, 2004 9:27 pm
#2

i dont think you really need your last line in the macro, i dont have the /stopcraftingstation and mine works fine.



--To say of what is that it is not, or of what is not that it is, is false, while to say of what is that it is, and of what is not that it is not, is true--
dsvella
Thu Mar 18, 2004 3:05 am
#3

i put it there just in case. i have had too many time were they whole thing screws up because. this way it will work. even though some parts mabye un nessary



Bartuc Vanu
Chilistra

--Bartucs armour and crafts! Re-stocked often!
Selling armour, clamps, knives, AUK + WUKS, REPAIR, TOOLS, SWOOPS, X34. SPEEDERBIKES and PAINTINGS too. goto 340, -5796 to have a look!--
KnapweedD
Thu Mar 18, 2004 9:42 am
#4

Actually, I find Double-Clicking is the biggest PITA about crafting, which is even worse if you are running your macrousing seven stations at once. Some OS, like Win 2000 or 98 (I think) allow you to choose a 'single click' for a 'double click', unfortunately, XP doesn't. There is, however, a simple programme called Aldo's Click-a-Lot, which can be found by running a search on Google.


It is a third party programme but it only makes up for the lack of functionality, which you get with Win 2000, or even 98 if I recall. I used it to get one of my characters to master doctor, so I don't think it is against the EULA any more than running Norton Antivirus, or any other utility,in the background.


dsvella
Fri Mar 19, 2004 7:22 am
#5

/bump






Bartuc Vanu
Chilistra

--Bartucs armour and crafts! Re-stocked often!
Selling armour, clamps, knives, AUK + WUKS, REPAIR, TOOLS, SWOOPS, X34. SPEEDERBIKES and PAINTINGS too. goto 340, -5796 to have a look!--
JaatoWaals
Fri Mar 19, 2004 8:30 am
#6

Might I suggest cutting and pasting your post and re-posting it under the 'Holosmiths, please read' thread above (soon to be renamed, How to Quickly Work Your Way Up the Armorsmith Tree once the Jedi quest system goes into place).



Waals Industries

-Armor for the new Imperium-

www.hrafnwarband.org
dsvella
Sat Mar 20, 2004 1:39 am
#7

well you are the corrospondent. so ill do it right now.



Bartuc Vanu
Chilistra

--Bartucs armour and crafts! Re-stocked often!
Selling armour, clamps, knives, AUK + WUKS, REPAIR, TOOLS, SWOOPS, X34. SPEEDERBIKES and PAINTINGS too. goto 340, -5796 to have a look!--
Page 1 of 1
Previous Next