Architect Archive

Thread: macros

chathandleinusechooseanot
Fri Jan 09, 2004 7:56 pm
#235

Would somebody point me to a site that explains how to create or macro or at least where to get commands. I would like to get one going but not sure where to start. Also in all the macros I have seen it seems you have to add resources yourself. Can this part not be automated also?



Thanks

SirVimes
Fri Jan 09, 2004 8:23 pm
#236

Can't help you much about the commands....but can tell you where to start. Ctrl-A, and choose the macro tab, start a new tab and just type them in. There are several macros on this board.


And no, sorry, you cannot automate the selection of resources.

SualDevon
Fri Jan 09, 2004 9:35 pm
#237

type '//' in the console. It gives a long list of console commands. Although, there are other commands it does not show. Try http://swg.stratics.com.



Lodack Eviant

Nabooian Food Corporation - President/CEO
Gizmonkey
Sat Jan 24, 2004 9:04 pm
#238

anyone know how to put a repeat on the macro, and put a pause in it.



Dreams are like rainbows,
Only idiots follow them.
- I support a rollback and keeping & balancing the old combat system.
...and making SWG a better place to be.
Your voice counts!
Gizmonkey
Sun Jan 25, 2004 12:35 am
#239

i dont know lol



Dreams are like rainbows,
Only idiots follow them.
- I support a rollback and keeping & balancing the old combat system.
...and making SWG a better place to be.
Your voice counts!
CMood2005
Sun Jan 25, 2004 3:45 pm
#240

Hey All,


Im on Intrepid ( Wiwop'Skaz Xhar ) I started Doctor just the other night.. Now ive got it down to a T on how to get medical XP and really fast too.. Just the Medical Crafting part is the pain in the ass. I was wondering if anyone had a few macros that would help this big time. So i could like set a macro and craft even while im sleeping. Thats how much i hate this crafting heh
CMood2005
Sun Jan 25, 2004 3:47 pm
#241

Hey Fellow MD's,


Im fairly new to the doctor profession however, i think im doing really wel with getting medical xp. However, the crafting xp is a real pain in the ass. I was wondering if anyone had a few macros i could try. Or even have a few macros that i can use while im sleeping and it will craft away....while im away. heh Thanks any help would be greatly appreciated.
OdeanRiddle
Mon Jan 26, 2004 4:39 am
#242



I don't know if this has been already posted or not, but thought it should be. This lets you know how to run a macro within a macro or infinatly run the same macro, without using precious too bar slots.


I keep seeing post where everyone is trying to repeat macros, and keep say it can't be done or it must be done setting the macro to a slot. this seems to be a very popular method. yet you can set a macro to call another macro from within itself by using the "/macro nameofmacro" command. this does several things. first it allows you to string macros without having to use slots to hold the macro i.e. you can run any macro listed in your macro list. which means by having a macro call itself would creat an infinate loop.


This is an example, it is a macro that selects a target get you in weapons range and attacks. It uses which ever weapon is currently selected, and works well with ranged weapons, have used it for melee, would assume though that you would have to increase the follow time, to make sure you have gotten yourself within weapons range.


/pause 0.25;


/stand;


/pause 2;


/ui action targetSelf;


/pause 2;


/ui action cycleTargetOutward;


/pause 2;


/follow;


/pause 10;


/stopFollow;


/pause 2;


/kneel;


/pause 2;


/attack;


/pause 26;


/macro afkattack;


end of macro...



The only things this missing is looting, and harvesting which you could add, and it does, cause the player to rotate as it acquires a new target, therefore you travel path is pretty linear, not sure yet how to fix this, but am working on it. if you have any questions feel free to let me know, if you have any suggestion I would like to know.






Hate me or Love me, just as long as you respect me.
ky0tie
Mon Jan 26, 2004 8:01 am
#243

you all try to hard on your macros...



/kneel;
/pause 7;
/sample;
/pause 4;
/sit;
/pause 30;
/ui action toolbarSlot11


pause's are tweaked to my char.... enjoy



_________________________
[Radiant]
[kaytie - DOT Whore]
[kaiel - Jedi Padawan]
[Have you seen my baseball?]
[kaiel - Cobra]
[Ahazi]
¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
BrandonMakDaddy
Mon Jan 26, 2004 12:52 pm
#244

the question was brought up "how do you stop a macro?" the answer is simple: type /dump or make a macro with /dump as the only action. as long as there is a pause commend in the macro this will work. you might have to use the /dump command a couple times until it says "no more pauses to dump" or something to that effect.


the next question, can you loop a macro. the answer is simple again: of course you can! i just dont know how...J/K! all you do is in the last line of the macro put like /ui action toolbarSlot00 . not sure about the spacing between ui and action and toolbarSlot00 but thats the general format. if you use 00 then you must put the macro in the first toolbar slot on the far left. the next is 01 and then 02 and so on. hope this helps



Spikechase


Master Medic, Doctor





Spikechase
BDawg
Tue Jan 27, 2004 10:18 pm
#245

Gizmonkey isn't too bad. Now if it was Jizmonkey, then that probably won't fly
DarkJediBubba
Wed Jan 28, 2004 1:08 pm
#246

To pause:


/pause X (where x is seconds, example /pause 5


To loop:


/ui actionToolbarSlot00 (if in first slot of your toolbar)


or an easier way to loop:


/macro your_macro_name_here (ie, if your macro is called ShoutImtheMan)

/macro ShoutImtheMan;
clavette
Thu Jan 29, 2004 1:11 pm
#247

bahahahahahahahahaha nice name gotta love that



Gina Gershon, Iwo Kar, Oakley


Gina's Shop 400 meters outside anchorhead on tatooine 436 -5068


=KAR= Weapons Inc. 1000m from theed waterfall -4432 5322

Page 19 of 29