Commando Archive
Thread: Macro Help...
I have seen this macro all over many different boards but for some reason I cannot get it to work.
Here's my variation:
/ui action toolbarSlot01;
/pause 1;
/selectDraftSchemactic71;
/pause 4;
/nextCraftingStage;
/pause 1;
/nextCraftingStage;
/createPrototype practice no item;
/pause 1;
/createPrototype practice no item;
Icannot get this macro to work. It opens the menu selects the rifle barrel, then for some reason switches to a wind power generator instid! then ends the session. Any help would be greatly appriciated!
you got further them me this one i typed in from a guide over at .... wont do nothing all i get is some blah blah messege saying command somthing
goodluck
cheers
Hmm yep your right it wasn't It's 117 however the macro still doesn't work. Now it just stalls after I add the reasources.
The macro I posted isin't as accurate as the one within my swg client. I just typed that from memory. But it's pretty close.
Since we are talking macros is there a macro one can createa "heal self" with only 1 keystroke? It gets old hitting ctrl+1 to target self before using a stim. Sure would be nice to just hit one key and get healed. I tried messing with the "target" command but Im just not very good at the scripting in this game. Heh pathetic coming from a programmer huh? Well Imonly a novicebut I can hardcode programs with a notepad. Don't need any cheesy program to get the job done
(although they sure save alot of time)
got mine working well kind of u click 1 button add resouces then click another
got 1 crafting tool in toolbar position 1 and 2
1st macro setup as
--------------------------------------
named start
/ui action toolbarSlot00;/selectDraftSchematic 144 "this is one line and no ; on end"
------------------------------------------------------
named start2
/ui action toolbarSlot01;/selectDraftSchematic 144
------------------------------------------------------
named finish
/nextCraftingStage;/nextCraftingStage;/createPrototype practice no item;/createPrototype practice no item
---------
placed start at f5f6 and finish f7
Hmm nope... that macro doesn't work at all for me. All it does is open the crafting window and it stalls likeeverything else I have tried.
I am starting to observe that soe's programming *cough cough* ahem.. SUCKS! why should one macro work for one guy and completely NOT work for another guy? I created the macro you posted EXACTLY as you typed it.. No it was not hard to understand I found it quite easy to follow. You gave directions even so a shmuck like me could understand it.. but it still doesn't work. ![]()
3 crafting tools at f1 f2 f3
3 macros at f5 f6 f7
/ui action toolbarSlot00;/selectDraftSchematic 144
/pause 3
/nextCraftingStage;/nextCraftingStage;/createPrototype practice no item;
/createPrototype practice no item
add the above into 3 macros you sorted now i need more steel and patience
like that guy says dont be anywhere near a crafting station or opens and closes and sometimes when you log or make somthing without the macro with a tool you after reset the number for schematic
it works thumbs up
http://server4.uploadit.org/files2/131203-macroshot.JPG
take a look at picture make sure i not typo somwhere maybe? strange it not working
This is what i use with no problems!
place this macro in F1 and use up to 5 tools at once!
/ui action toolbarSlot 01;
/selectdraftSchematic ??;<-----add your schematic here!
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot 02;
/selectdraftSchematic ??;<-----add your schematic here!
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot 03;
/selectdraftSchematic ??;<-----add your schematic here!
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot 04;
/selectdraftSchematic ??;<-----add your schematic here!
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot 05;
/selectdraftSchematic ??;<-----add your schematic here!
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot 00; (this command starts the cycle again!!)
MJ
eclipse
Master Doc/Master Artisan
Kobya wrote:
The macro I posted isin't as accurate as the one within my swg client. I just typed that from memory. But it's pretty close.
Since we are talking macros is there a macro one can createa "heal self" with only 1 keystroke? It gets old hitting ctrl+1 to target self before using a stim. Sure would be nice to just hit one key and get healed. I tried messing with the "target" command but Im just not very good at the scripting in this game. Heh pathetic coming from a programmer huh? Well Imonly a novicebut I can hardcode programs with a notepad. Don't need any cheesy program to get the job done
(although they sure save alot of time)
Just a bit off topic ![]()
/target self; /ui action toolbarSlotXX
Put a stimpak in slot XX and away you go ![]()