Armorsmith Archive
Thread: newbie AS trying to grind up to make decent armor
Page 1 of 1
Boomer08
Tue Jun 21, 2005 10:10 am
#1
Hey i tried using a macro to grind up armorsmith to get master title, but when i got to 3xxx to make ubese shirts my macro isnt working, i mean after i click the minerals it closes the box like it did for the armor upgrade kits, but for some reason the item isnt made... i was curious do you need a different macro to do the shirts? or can you just not grind shirts now?
currently this is the macro im using
ui action toolbarSlot00
selectDraftSchematic 82
pause 4
nextcraftingstage
nextcraftingstage
createPrototype practice no item
createPrototype practice no item
pause 1
any help is very thanked for
Boonsnark
Tue Jun 21, 2005 3:34 pm
#2
You might want to increase your pause, 4 seconds can be a bit tight to get all you res selected especially if the server is a bit laggy, I used to find that on bad days I had to up it to 8 or 9, as even though i could click on the res quick enought the lag between the click and the game adding the res was long enough for the craft to fail.
Boomer08
Tue Jun 21, 2005 3:50 pm
#3
but it doesnt fail or w/e the macro goes thru and does as should.... just it never makes the item....
Boomer08
Tue Jun 21, 2005 4:00 pm
#4
yeah i just set the pauses to 9seconds... no luck... it uses the minerals i select but it doesnt make the item and i dont get experience..... BTW i use this macro by a personal crafting station because you need to be near one correct? to make ubese shirts? just curious if someone can give me the macro they use to make ubese shirts and what you did, like where u had to be to do so
LeviticusD
Tue Jun 21, 2005 4:10 pm
#5
First off, I suck at macros. I can barely do a simple afk macro and even THAT didn't work this morning for some reason. /shrug.
I was just going ask what you just asked. I don't know if you need to be by a crafting station ornot. I was doing them manually while sitting next to an armor station and had the schematic, but was not given experimentation options. I therefore think that you can do them anywhere, but to get experimentation you need a tailor's crafting station. So either fix it so it works without or try it by a tailoring station and you should be okay.
Let me know if it works, cause I'd love to use it!!
JediSpam
Tue Jun 21, 2005 4:51 pm
#6
Try putting in another /nextC after thetwo /nextC's you currently have so you have 3 in a row.
YseliaAmmo
Tue Jun 21, 2005 6:15 pm
#7
Macro's dont work for items that need to be made at a crafting station
JediSpam
Tue Jun 21, 2005 6:22 pm
#8
YseliaAmmo wrote:
Macro's dont work for items that need to be made at a crafting station
Huh? LOL
They do work. You just have to know how to tweak them.
Whencrafting near a station, you get an extra "experimentation or not" crafting stage/screen compared to if you're not near one.
Therefore, you have to bypass it with the extra /nextC command.
Hartlander
Tue Jun 21, 2005 8:14 pm
#9
createprototype practice no item
I don't know much about macros but that looks fishy to me
JediSpam
Tue Jun 21, 2005 8:30 pm
#10
OK, here's my macro.
It DOES work with Ubese Shirts.
/pause 0.5;
/ui action toolbarSlot00;
/ui action defaultButton;
/pause 6;
/nextC;
/nextC;
/nextC;
/createPrototype Practice no item;
/createPrototype Practice no item;
/pause 4;
/ui action toolbarSlot00;
/ui action defaultButton;
/pause 6;
/nextC;
/nextC;
/nextC;
/createPrototype Practice no item;
/createPrototype Practice no item;
/pause 4;
Open your tool, select Ubese Shirt and press Next (or press ENTER key), once you are on the screen to select resources, you can close the window (or press ESC key twice) and run the macro.
The /ui action defaultButton; line makes you choose the same item as previously crafted and you don't have to search through your datapad to figure out the schematic number as you level up the trees.
Page 1 of 1