Weaponsmith Archive
Thread: can some one help me set up a crafting macro?
BobTaylor wrote:
ok heres what i need to know how to do:
1. how do i set it up so it uses weapon crafting tools.
2.how to set it to select and item to build.(want to know how to make a macro for metal staffs)
3. how to make it auto continue to resorce selceting.
4. how to make it auto contiue after i select the resorces.
5. how to make the item in practice mode and finaly repeat the process with a second and then 3rd tool.
for any help I will be very greatful.
Thank you for youe time.
Right.. I've always used the one over on www.swgmedics.com. It goes like this:
/ui action toolbarSlot12;
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot13;
Now what you need to do, to prepare this macro is, put crafting tools in the Shift F1 slot (toolbarSlot12) and so on, as many tools as you'd like.
Here is how it works:
/ui action toolbarSlot12; <--- loads up the appropiate crafting tool. In this case, the one in Shift F1
/selectDraftSchematic 00; <--- boots the corresponding draft schematic. You'll need to figure out which one that is. You can boot the tool, and type out /selectdraftschematic XX where XX is 00 and 00 plus 1 etc. etc. until you hit metal staff.
/pause 4; <-- that is how long you've got to click resources. Can be modified to fit your needs.
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;<---- these 5 lines take you through the rest of the process
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1; <-- how long until next tool boots up
/ui action toolbarSlot13; <-- boots the crafting tool in the next slot
And that is basically it... Just tools in Shift F12-17 and modify the crafting macro, so it fits.. and off you are.
Message Edited by fliffesvin on 04-10-2005 01:32 PM
boceifus2000 wrote:
The only thind on this macro I can't seem to get working is /selectDraftSchematic 00. Does this command "see" anything over 100?
I am pretty sure it does. I've used over 100 before, and it worked just fine. What exactly is the problem again ?
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
That may be it.
http://forums.station.sony.com/swg/board/message?board.id=weaponsmith&message.id=15888
It automates everything...
Rekless