Architect Archive
Thread: macros
Heefe
Thu Dec 23, 2004 10:57 pm
#314
ok i'll change it, thats what i had the first time but it looked wierd
TheZitoone
Mon Feb 14, 2005 8:31 pm
#315
can anyone teach me how to make a macro where my charater is a group leader and i can give people invites while i'm away?
Daeyron
Mon Feb 14, 2005 8:45 pm
#316
the only sure way to do this (as far as i know) is to have an invite list, i.e. a macro with /invite playername for everyone you'd like to invite. there may be something in the ground game equivalent to JTL's /targetatreticle, but if there is, i don't know about it.
good luck.
-dc
good luck.
-dc
WizKid72
Tue Feb 15, 2005 6:02 am
#317
just face a wall so noone will accidentally walk in front of you and get auto-invited.. make this macro:
name of macro: auto_invite
/say please stand between me and the wall and within 10 seconds you will be invited to my sologroup (providing we're not already full);
/targetOnCursor;
/invite;
/pause 10;
/macro auto_invite;
you might need to verify if the targetting command is correct.. it slipped my mind while I was typing =P
GunHaven
Sun Mar 27, 2005 11:48 am
#318
KyjaAarn wrote:
Here's a great one! Let's you master any entertainer profession AFK almost overnight! Try it!
/flourish 1
/logout
--
Kyja Aarn
rofl
iriemon
Sat Jun 04, 2005 11:02 am
#319
Not sure what was goin on last night- i have a few simple saber attack macros-sometimes they would say insufficient abilites and not work? Is this because action or somethin too low or weird bug-hopefully its the latter-gonna log on and try
Ginx
Sat Jun 04, 2005 12:39 pm
#320
Is there a way to macroImproved Force Aura without having to use /ui action toolbarSlotxx, for example?
-Rikard-
Sat Jun 04, 2005 12:51 pm
#321
/forceaura;
/pause 42;
/mac <name>;
put the macro name in place of the <name> in the last line. I use this, and you are never without aura, as long as this macro is on.
JediMaster888
Sat Jun 04, 2005 12:52 pm
#322
/forceaura self;
/pause xx;
/macro forceaura;
This is what i use... name of macro is: forceaura
haynboi05
Fri Jun 17, 2005 12:07 pm
#324
hey guys i was wondering how AFK player target the group leaders so that they can buff??? Can someone tell me the macro they use for a master doc?? Thx
Oemaru
Thu Jun 30, 2005 11:19 am
#325
To the person who asked about stopping a macro, the only way to do that is to LOG OUT. There is no cancel-a-macro function.
Also as I understand it /pause 600 should pause for 10 minutes right? Well I timed how long I can sample for. That duration was 13 minutes. 13*60 = 780. I did a macro :
/sample;/pause 780;/sit;/pause 240;/stand;
well that first pause did not last 13 minutes, it lasted for about 6 1/2 minutes. 780 should be 780 seconds right?