Welcome to GameHourz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Macro Question.

 
   Game Forums (Home) -> WarCraft -> WOW Macros RSS
Related Topics:
Macro question - Does ayone know if it is possible to write a macro to dismount and enter stealth? That would be really handy for PvP. It seems like it should be possible since is really canceling a skill and not starting one.

Macro question - I have seen on occasion people for sale with a clickable link that lists all of the they are selling. I'm told it's a macro that does this, but can anyone tell me what the macro is or where I can find it? Thanks ..

Question about a macro... - Ok, here's my plan...a simple macro to cast Hunter's Mark and then have my pet attack. But the problem I foresee is this: when I send my pet in to attack, I usually don't target the mob first, I just point myself toward it and the pet will..

Another macro question - My priest has three and I'd like to switch them out every once in a while when at the AH or some other place, so I wrote a simple macro. When she had only two dresses this worked fine: /equip Red

Macro question - Could use some help with a macro... What I want to do is activate an AP boosting trinket after casting Cheap Shot. This one activates the trinket (and takes me out of stealth) even if my target is out of range for Cheap Shot - not good. ..
Author Message
Lawrence Payne

External


Since: Feb 28, 2007
Posts: 84



(Msg. 1) Posted: Thu Jun 28, 2007 3:01 am
Post subject: Macro Question.
Archived from groups: alt>games>warcraft (more info?)

I've been toying with the macro creator for the 1st time. I want to make 2
macros for my mage, 1 that cast all the buffs for beastslaying (Arcane
Intellect, Ice Armor, Combustion, & Amply Magic) and 1 that cast buffs for
PVP (Arcane Intellect, Mage Armor, Combustion, & Dampen Magic). Problem
is, the macro cast AI (it's first in the list) but doesn't wait for AI to
finish before casting the others. This means IA, Comb, and AM never get
cast. The error message says, "Another action is already in progress" 3
times.

How do I set up the macro so it waits for the previous spell to finish
before starting the next cast? Here is a copy of the current one:

/cast Arcane Intellect(Rank 4);
/cast Ice Armor(Rank 3);
/cast Combustion;
/cast Amply Magic(Rank 4);

TIA


--

My personal web site is still under construction. Until then you can read my
fanfiction at http://www.fanfiction.net/~lawrencepayne and
http://www.tthfanfic.com/authors.php?no=2755



----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----

 >> Stay informed about: Macro Question. 
Back to top
Login to vote
grokik_wow

External


Since: Jun 01, 2007
Posts: 11



(Msg. 2) Posted: Thu Jun 28, 2007 5:10 am
Post subject: Re: Macro Question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> How do I set up the macro so it waits for the previous spell to finish
> before starting the next cast? Here is a copy of the current one:
>
> /cast Arcane Intellect(Rank 4);
> /cast Ice Armor(Rank 3);
> /cast Combustion;
> /cast Amply Magic(Rank 4);

/castsequence Arcane Intellect, Ice Armor, Combustion, Amplify Magic;

.... or...

get the smartbuff addon.

 >> Stay informed about: Macro Question. 
Back to top
Login to vote
Ashen Shugar

External


Since: Jan 07, 2005
Posts: 1125



(Msg. 3) Posted: Thu Jun 28, 2007 7:55 am
Post subject: Re: Macro Question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I think it was "Lawrence Payne" <nomail.DeleteThis@ihatespam.com> that wrote
something like...

>I've been toying with the macro creator for the 1st time. I want to make 2
>macros for my mage, 1 that cast all the buffs for beastslaying (Arcane
>Intellect, Ice Armor, Combustion, & Amply Magic) and 1 that cast buffs for
>PVP (Arcane Intellect, Mage Armor, Combustion, & Dampen Magic). Problem
>is, the macro cast AI (it's first in the list) but doesn't wait for AI to
>finish before casting the others. This means IA, Comb, and AM never get
>cast. The error message says, "Another action is already in progress" 3
>times.
>
>How do I set up the macro so it waits for the previous spell to finish
>before starting the next cast? Here is a copy of the current one:
>
>/cast Arcane Intellect(Rank 4);
>/cast Ice Armor(Rank 3);
>/cast Combustion;
>/cast Amply Magic(Rank 4);
>
>TIA

I don't do macro's myself really. Probably should. But as I
understand it, you'll never be able to get all those cast with just
one key press. The best you can do is have one button that you press
4 times to get them cast. So you'll only need the one button on the
UI instead of four, (or in your case, 2 instead of 6).

Someone who's uptodate with Macro's can point out how it's done.

Ashen Shugar
--
The lions sing and the hills take flight.
The moon by day, and the sun by night.
Blind woman, deaf man, jackdaw fool.
Let the Lord of Chaos rule!
 >> Stay informed about: Macro Question. 
Back to top
Login to vote
John Gordon

External


Since: Nov 19, 2004
Posts: 1364



(Msg. 4) Posted: Thu Jun 28, 2007 2:31 pm
Post subject: Re: Macro Question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In <1183014137_33721 RemoveThis @sp6iad.superfeed.net> "Lawrence Payne" <nomail RemoveThis @ihatespam.com> writes:

> How do I set up the macro so it waits for the previous spell to finish
> before starting the next cast?

You can't. In general, a macro can only cast one spell.

Your only option is to use a castsequence, and click the macro once
per each spell in the sequence.

--
John Gordon A is for Amy, who fell down the stairs
gordon RemoveThis @panix.com B is for Basil, assaulted by bears
-- Edward Gorey, "The Gashlycrumb Tinies"
 >> Stay informed about: Macro Question. 
Back to top
Login to vote
Zil

External


Since: Jun 09, 2005
Posts: 734



(Msg. 5) Posted: Thu Jun 28, 2007 2:54 pm
Post subject: Re: Macro Question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

grokik_wow DeleteThis @yahoo.com <grokik_wow DeleteThis @yahoo.com> wrote:
> > How do I set up the macro so it waits for the previous spell to finish
> > before starting the next cast? Here is a copy of the current one:
> >
> > /cast Arcane Intellect(Rank 4);
> > /cast Ice Armor(Rank 3);
> > /cast Combustion;
> > /cast Amply Magic(Rank 4);
>
> /castsequence Arcane Intellect, Ice Armor, Combustion, Amplify Magic;
>
> ... or...
>
> get the smartbuff addon.
>

I'll second the recommendation for SmartBuff. Not only will you be able to buff
yourself with (repeated presssings of) one key, but you can buff your party the
same way, and it will give you reminders when the buffs run out. Very useful
for any class that can buff.

--
Zil, Level 70 NE Priest, Aman Shan're, Stormrage Europe
 >> Stay informed about: Macro Question. 
Back to top
Login to vote
PV

External


Since: May 18, 2006
Posts: 4033



(Msg. 6) Posted: Thu Jun 28, 2007 3:09 pm
Post subject: Re: Macro Question. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

deathsabyss.DeleteThis@yahoo.com.au writes:
>I don't do macro's myself really. Probably should. But as I
>understand it, you'll never be able to get all those cast with just
>one key press. The best you can do is have one button that you press

That's correct. You can't stack multiple spells in one macro, for obvious
reasons.

Something like
/castsequence Arcane Intellect,ice armor,combustion,amplify magic

would do what the OP wants, in four clicks of the same button. *
--
* PV something like badgers--something like lizards--and something
like corkscrews.
 >> Stay informed about: Macro Question. 
Back to top
Login to vote
Display posts from previous:   
   Game Forums (Home) -> WarCraft -> WOW Macros All times are: Ekaterinburg, Islamabad, Karachi, Tashkent (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]