Tailor Archive
Thread: Crafting Macro!!
Page 1 of 1
LittleAce
Mon Aug 29, 2005 11:26 am
#1
ok I know this sounds noobish ok so plz bear with me.
Like the title says a Crafting Macro... Which I need I dont do well trying to get them from the websites cuz its all confusing as in they do this then tell me to do that its just annoying to me. I would ask firends but they seem to deleted theres from way back and some people dont even get on. and asking crafters in the starport just seems wrong or rude... go figure.
so im asking on the forums..... Now I did have one myself but like an idoit I didnt save it on a disk before I reformated my computer so its gone..
so if you like to help out plz do so by copying it in a mail and send it to Vence
But if you NOT on the server Bloodfin which possably its most of you that see that send it to Bloodfin.Vence
Trust me that would work I send mails cross servers all the time.
thankyou if you do help.
NJ62
Mon Aug 29, 2005 11:30 am
#2
Please refer to the Tailoring FAQ. There is a section on macroing and links to an article on macroing. I realize that this may require you to do work that you find annoying, but it may be useful if for some reason nobody sends you an e-mail.
NamedJughead
Mon Aug 29, 2005 1:36 pm
#3
There is good info there on the faq but i have a post that i have no idea how to reference other than the name of it is "how to grind tailor faster" or something along these lines. It actually appears for me just below this post. i have some more detailed instructions for the crafting macro i use.
NamedJughead
Mon Aug 29, 2005 1:46 pm
#4
sorry i couldnt remember the name of it so i am pasting it here for you if you still need it:
Ive noticed that the crafting tool will usually default to the last item crafted. So when running the macro you dont need to tell it what item to craft. You just need to start the tool, then select your schematic, once you are in the resource add screen, you can close the tool and then run your macro. This will save tons of time whenever you level up cause each time the schematic number will change. Also changes when you are near a crafting station (private or public). You'll need to make one of these for each tool (named craft1, craft2, craft3, etc.) This same macro will work equally well for every crafting profession that Ive done. Artisan, Architect, Tailor, Weaponsmith, Armorsmith, and Shipwright. I have not tried Chef, BE, Doctor, or DE but I imaginethey would all be the same. You will have to adjust pauses depending on the number of tools you are using and item complexity. Ideally, it will wrap back to the first tool just as it finishes. You can also remove the words "practice" and "noitem" and the macro will actually create the item at the end, sacrificing the 5% xp bonus from practice mode but allowing you to sell the finished item. As far as what to grind... Tailor: Start with the shirts as youre doing, go up the field wear category first, then finish tailor with cartrige belts once you hit field wear 4. Keep in mind that the spelling and the capital and lowercase letters have to be exactly as I have them here. This macro doesnt care if you are near a crafting station or not, just have to be near one the whole time, or away from one, whatever the case may be.
Craft1
/ui action toolbarSlot00; (Start on an empty pane, top left)
/pause 9; (this allows time to add resources- make longer for complex items)
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3; (used to delay starting next crafting tool)
/macro craft2;
/pause 9; (this allows time to add resources- make longer for complex items)
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3; (used to delay starting next crafting tool)
/macro craft2;
Im sorry ifI have duplicated a post butI found it difficult to find a macro of this sort and ended up piecing this one together on my own from various other commandsI figured out and looked up. This one I know for a fact works as I still use it to this day and have passed it to several others in my guild.
Hope this helps and hope I didnt step on any feet!
LittleAce
Mon Aug 29, 2005 2:02 pm
#5
Thanks NamedJughead I followed NJ62's little info but the marco there didnt do anything it would craft to practice items as in no little number unber to crafting tool for its completion thanks to your info im back on track thanks a mil.
Kaomond
Tue Aug 30, 2005 5:25 am
#6
NamedJughead wrote:
Craft1
/ui action toolbarSlot00; (Start on an empty pane, top left)
/pause 9; (this allows time to add resources- make longer for complex items)
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3; (used to delay starting next crafting tool)
/macro craft2;
This macro is missing a line, what will happen is it will open the tool, pause 9 seconds then move to the resource selection screen you need to add the following ....
Craft1
/ui action toolbarSlot00; (Start on an empty pane, top left)
/sel XX; ((where xx is the number of the schematic)there is a command for it to just click ok and sselect the current schem but i forgetwhat it is, i think its /deafaultbutton; or something)
/sel XX; ((where xx is the number of the schematic)there is a command for it to just click ok and sselect the current schem but i forgetwhat it is, i think its /deafaultbutton; or something)
/pause 9; (this allows time to add resources- make longer for complex items)
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3; (used to delay starting next crafting tool)
/macro craft2;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice noitem;
/createprototype practice noitem;
/pause 3; (used to delay starting next crafting tool)
/macro craft2;
NamedJughead
Tue Sep 06, 2005 12:06 am
#7
This macro is missing a line, what will happen is it will open the tool, pause 9 seconds then move to the resource selection screen you need to add the following ....
No i excluded the /sel line on purpose. this only complicates things when you are trying to grind. i have tried a dozen ways from Sunday to figure out schematic numbers and aside from starting at /sel 00 and working your way to the item youre looking for there is no method to this. this will save an hour every time you level up as the schematic numbers change each time, by simply starting your tool and selecting your item then closing the tool before running the macro.
Page 1 of 1