Bio Engineer Archive

Thread: Here is my new crafting macro

triath-
Mon Jan 05, 2004 3:57 pm
#53

I typed it in just as you posted it, and I run it once, it creates the first one then shows crafting session has ended for the last one.



_______________________

Kegei / Myst
triath-
Mon Jan 05, 2004 4:13 pm
#54

I'm a moron ignore me.



_______________________

Kegei / Myst
Onyxstone
Mon Jan 05, 2004 4:54 pm
#55

ok i have tried all sorts of verations on this and i am etting nowhere. i cant get this thing to work for anything. can anyone help. 2 more in crafting and i am master doc. PLEASE SOMEBODY HELP!!!!! I get the "crafting Station has ened" message and no Exp. what gives someone on here says he still got exp how i dont


Cohen001
Mon Jan 05, 2004 7:50 pm
#56

I get the same thing.


I can type the first line in on the chat window and it will open the crafting menu, But running the same line in a macro and the crafting window dosnt open




Charlize Sommees
Master Rangerete / Master Riflewoman

Houdani
Mon Jan 05, 2004 9:34 pm
#57

Oh yeah....make sure you have "Confirm Crafting Actions" UNCHECKED in your ingame options. This is on the MISC tab.


H.





0000001000000
0000011100000
0011001001100..(||||||)..................Scarlett Letter......M.Doc / M.Pike.......BRIA
0110001000110..(||||||)..................Ellya Tsunami........Perpetual Newbie....TC
1111011101111..(|||||||||||||||||)....Houdani O'Bria......Team: Buff-Bot......SANDBOX (alpha)
0111111111110
0011111111100
Dayln
Tue Jan 06, 2004 8:01 am
#58

Here is another tip,


Program one of the extra buttons on a 5 button mouse to be a double click.

Rankfahrt
Tue Jan 06, 2004 2:32 pm
#59

Make sure your tools are in the right slots.


If you are using a double-row of toolbar slots, if they are in the bottom row the proper toolbarSlot is 12, not 00 for the first slot, etc.

Mannmoroth
Tue Jan 06, 2004 2:51 pm
#60

Im sorry if I already posted but something wierd happened afte I posted first time so here it is:


/ui action toolbarSlot08; (this is the slot where you put crafting station)
/selectDraftSchematic 06;(this is where the draft schematic is chosen)
/pause 3;(amount of time you have to create object i advise at least 3 probably 4)
/nextcraftingStage;
/nextcraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;(dont know what this is for, you just need it)
/ui action toolbarSlot04;(this is the place where the next macro is)


Depending on the complexity of the item you want to grind it will effect how many craftingtools // macros you need to make, to figure out the complexity look at item under draft schematics, for a complexity of aprox 10 you will need 4 macros // crafting station and for 15 youll need 5/6 crafting stations.
How the /ui action toolbarSlotXX works is it is the postion on the toolbar, 00 is the very top left hand corner and 23 is the bottom right hand corner (on duel row toolbar)
For the macro to work you can just copy and paste it but you will have to remove the brackets with defination or else copy it word for word
To find out what draft schematic you need to use, go to datapad, then draftschematics, the first draft schematic is 00 and 01 for next one, when using food and chemical tools, only count stuff that can be crafted on them without a crafting station (stuff lvl 15 and below) for each item under lvl 15 it starts their so if BEC is first item you can craft in draftschematics, then BEC is 00 even if there are other items ahead of it. This may be harder to find if you are artisan because of food items that can be crafted from being artisan with tool


About some people adding in another /nextcraftingStage this i belieave is only required if you are anear a crafting station or someone DROID with a crafting station, if you are near a crafting station then you wont get exp for item since it doesnt finish!!! i still havent tested another /nextcraftingStage

ZeligtheLiar
Wed Jan 07, 2004 7:36 am
#61






Mannmoroth wrote:

Im sorry if I already posted but something wierd happened afte I posted first time so here it is:


/ui action toolbarSlot08; (this is the slot where you put crafting station)
/selectDraftSchematic 06;(this is where the draft schematic is chosen)
/pause 3;(amount of time you have to create object i advise at least 3 probably 4)
/nextcraftingStage;
/nextcraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 3;(dont know what this is for, you just need it)
/ui action toolbarSlot04;(this is the place where the next macro is)


Depending on the complexity of the item you want to grind it will effect how many craftingtools // macros you need to make, to figure out the complexity look at item under draft schematics, for a complexity of aprox 10 you will need 4 macros // crafting station and for 15 youll need 5/6 crafting stations.
How the /ui action toolbarSlotXX works is it is the postion on the toolbar, 00 is the very top left hand corner and 23 is the bottom right hand corner (on duel row toolbar)
For the macro to work you can just copy and paste it but you will have to remove the brackets with defination or else copy it word for word
To find out what draft schematic you need to use, go to datapad, then draftschematics, the first draft schematic is 00 and 01 for next one, when using food and chemical tools, only count stuff that can be crafted on them without a crafting station (stuff lvl 15 and below) for each item under lvl 15 it starts their so if BEC is first item you can craft in draftschematics, then BEC is 00 even if there are other items ahead of it. This may be harder to find if you are artisan because of food items that can be crafted from being artisan with tool


About some people adding in another /nextcraftingStage this i belieave is only required if you are anear a crafting station or someone DROID with a crafting station, if you are near a crafting station then you wont get exp for item since it doesnt finish!!! i still havent tested another /nextcraftingStage







I can solve the mystery of the extra /pause 3, which can be /pause 1 or /pause 2 and work just as well. (maybe even /pause 0, though I've not tried it)


See, the SWG macros attempt to execute all queued commands /at the same time/. Anything before/between /pause-s are queued up at once. So, say you have an armor macro, but get the "too many commands blah blah" error message. Just put a /pause 0 in there a time or two and voila! it's fixed, there isn't any real delay (due to /pause being set to 0 seconds) and the commands aren't queued up too many at a time.


So, if you did NOT have the extra /pause 3 in there between crafting tools it would attempt to end the session for the previous one AND open the session for the next one simultaneously, which will generate an error message akin to "already crafting blah blah".


I have also not tried any macro that includes the extra /nextCraftingStage, and I recommend that folks use a general crafting tool (not weapon/droid/generic, which is actually a specific tool) when grinding if possible.


Ruda, Master Doctor, Naritus


JackeluS
Wed Jan 07, 2004 2:02 pm
#62

Thanks so much was trying to craft doctor the hard way.


No words can express how greatful i am




______________________________________

Jackelus Orom - Master Doctor Master Combat Medic - Corbantis - Resident of Promethia on Dantooine always looking for more citizens
GhettoGnome
Mon Feb 02, 2004 12:52 am
#63

Cool thanks ill give it a try
GhettoGnome
Mon Feb 02, 2004 12:54 am
#64

Cool
Nbuje
Mon Feb 02, 2004 6:48 am
#65


In case you do not know. You can type this (or cut and paste) in to a notepad. Save it as a .txt (craft.txt)

save it over to your SWG folder. Should be programefiles/SWG. in game type /load craft.txt. This will save you time on macros.


Hope this helps someone, I know it helped me



Zara Ravenhair

Master Dcotor Master Combat Medic

Kauri



Zara Ravenhair
UTA
Master Doctor / Master Combat Medic
Kauri
Page 5 of 6