Weaponsmith Archive

Thread: can some one help me set up a crafting macro?

BobTaylor
Sun Apr 10, 2005 3:30 am
#1

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.



Gorath.BobTaylor
fliffesvin
Sun Apr 10, 2005 4:30 am
#2




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



Adroni Cothe of *ABM*
12pt AS ~ 14pt Artisan - Force Sensitive Crafting
The ABM Shop: -305 -5510 S Coronet
Current Events - Current News - GWC Expansion


boceifus2000
Sun Apr 10, 2005 5:09 am
#3

The only thind on this macro I can't seem to get working is /selectDraftSchematic 00. Does this command "see" anything over 100?





Colonel Boceifus Gadian (BotD)
Retired
Quote: I have seen too much death in my lifetime...

Balanor Gadian
Retired
Quote: I have made so many credits I can buy my own galaxy...
BobTaylor
Sun Apr 10, 2005 5:21 am
#4

thanks



Gorath.BobTaylor
fliffesvin
Sun Apr 10, 2005 5:24 am
#5






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 ?



Adroni Cothe of *ABM*
12pt AS ~ 14pt Artisan - Force Sensitive Crafting
The ABM Shop: -305 -5510 S Coronet
Current Events - Current News - GWC Expansion


BobTaylor
Sun Apr 10, 2005 5:50 am
#6

i cant get it to work this is what I put in the new macro




/ui action toolbarslot12; /draftschematic 74; /pause 4; /next craftingstage; /nextcraftingstage; /nextcraftingstage /createprototype practice no item; / creat prototype pracitce no item; /pause1;




what am i doing wrong?



Gorath.BobTaylor
boceifus2000
Sun Apr 10, 2005 5:52 am
#7

Whne I imput the number of the item I want it won't go to the resource input screen, it goes to the item select screen no matter what number I use.



Colonel Boceifus Gadian (BotD)
Retired
Quote: I have seen too much death in my lifetime...

Balanor Gadian
Retired
Quote: I have made so many credits I can buy my own galaxy...
laodamas
Sun Apr 10, 2005 6:49 am
#8

/ui action toolbarSlot00
/selectDraftSchematic 00;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;


Set it up like that changing the toolbarSlot #'s to match where you put your crafting tools.


The problem you are having with your Schematic number most likely has to do with 1) If you are crafting at a public, private or no crafting station. Each one will produce a different number for the schematic you want. 2) Some of the schematics in your datapad may require different tools or stations and will not count towards what number your selected schematic is.


Just because you count down to the schematic and it is for example 125, the combo of station/tool you use could result in the schematic being number 85.


This you have to figure out on your own.


This example of the macro is set up for a private station which requires extra steps to bypass experimentation.




Laodamas Odysseus - Elder Jedi
Helios Odysseus - Elder Master Bounty Hunter
Dionysos Odysseus - Master Weaponsmith/Master Armorsmith
Drop off's at Odysseus Loot Vendor @ /waypoint 1562 1708 Keren, Naboo
Standardlager
Sun Apr 10, 2005 6:58 am
#9

http://forums.station.sony.com/swg/board/message?board.id=weaponsmith&message.id=17317


When I did my grind back in the day I found this post had it all down perfect. It may be possible to tweak it a bit now to make it better but it works GOOD the way it is.



Boondizzle/Saxamaphone/Shogun/Slayre/Phu/Phu-
fliffesvin
Sun Apr 10, 2005 8:09 am
#10

/draftschematic 74; <-- -you put that... which would be wrong. It should be /selectdraftschematic XX;

That may be it.



Adroni Cothe of *ABM*
12pt AS ~ 14pt Artisan - Force Sensitive Crafting
The ABM Shop: -305 -5510 S Coronet
Current Events - Current News - GWC Expansion


ReklessBiatch
Sun Apr 10, 2005 9:00 am
#11

This should solve all your worries...

http://forums.station.sony.com/swg/board/message?board.id=weaponsmith&message.id=15888

It automates everything...

Rekless



R.I.P. SWG 4-27-2005
SlaserX
Sun Apr 10, 2005 1:53 pm
#12

Someone set us up the bomb



Hokage:
The ORIGINAL Wookiee Jedi... ok, so I was the 7th, sue me.
BobTaylor
Tue Apr 12, 2005 7:30 pm
#13

i put the commands in but it says that the crafting has ended brfore i evenstart crafting.



Gorath.BobTaylor
Page 1 of 1
Previous Next