Welcome to GameHourz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Another macro question

 
Goto page 1, 2, 3
   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..

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. ..

Warlock Macro Question - I'm a level 46 Undead Warlock. I spend most of my time soloing. I haven't really paid much attention to using macros, but thought I'd better get my act in gear. For the warlocks out there, what macros do you use most often and why? Thanks in..
Next:  Macro questions  
Author Message
twk

External


Since: May 17, 2007
Posts: 221



(Msg. 1) Posted: Fri Feb 15, 2008 1:25 pm
Post subject: Another macro question
Archived from groups: alt>games>warcraft (more info?)

My priest has three "Lovely Dresses" and I'd like to switch them out
every once in a while when at the AH or some other "safe" place, so I
wrote a simple macro.

When she had only two dresses this worked fine:
/equip [equiped:Lovely Red Dress]Lovely Black Dress
/equip [equiped:Lovely Black Dress]Lovely Red Dress

Now she has three dresses and this does not work:
/equip [equiped:Lovely Black Dress]Lovely Red Dress
/equip [equiped:Lovely Red Dress]Lovely Purple Dress
/equip [equiped:Lovely Purple Dress]Lovely Black Dress

I've tried a few script commands but I can't get that to work either.
How can I have a single button to switch between all three?

--
Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
Py, Dwarf, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).

Not the deadliest bunch on Cenarion Circle, but they do well.

 >> Stay informed about: Another macro question 
Back to top
Login to vote
lcpltom

External


Since: Apr 17, 2007
Posts: 1085



(Msg. 2) Posted: Fri Feb 15, 2008 1:25 pm
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 15, 1:25 pm, twk <t....TakeThisOut@sleepless.knights.com> wrote:
> My priest has three "Lovely Dresses" and I'd like to switch them out
> every once in a while when at the AH or some other "safe" place, so I
> wrote a simple macro.
>
> When she had only two dresses this worked fine:
> /equip [equiped:Lovely Red Dress]Lovely Black Dress
> /equip [equiped:Lovely Black Dress]Lovely Red Dress
>
> Now she has three dresses and this does not work:
> /equip [equiped:Lovely Black Dress]Lovely Red Dress
> /equip [equiped:Lovely Red Dress]Lovely Purple Dress
> /equip [equiped:Lovely Purple Dress]Lovely Black Dress
>
> I've tried a few script commands but I can't get that to work either.
> How can I have a single button to switch between all three?
>
> --
> Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
> Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
> Py, Dwarf, Hunter, Herbalist/Alchemist.
> Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
> Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).
>
> Not the deadliest bunch on Cenarion Circle, but they do well.

Got me. Is that a copy and paste from you're actual macro? If so
then I see no problem with it and it should work. If not, check it
again for typo's or copy+paste errors.

Another thing, checked to make sure the syntax isn't equipped, with 2
p's.

What happens when you try to use the macro?

 >> Stay informed about: Another macro question 
Back to top
Login to vote
twk

External


Since: May 17, 2007
Posts: 221



(Msg. 3) Posted: Fri Feb 15, 2008 4:34 pm
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
<bcef9313-1307-42fe-938c-33cbfbf56c51.TakeThisOut@s13g2000prd.googlegroups.com>,
lcpltom <lcpltom.TakeThisOut@yahoo.com> wrote:

> On Feb 15, 1:25 pm, twk <t....TakeThisOut@sleepless.knights.com> wrote:
> > My priest has three "Lovely Dresses" and I'd like to switch them out
> > every once in a while when at the AH or some other "safe" place, so I
> > wrote a simple macro.
> >
> > When she had only two dresses this worked fine:
> > /equip [equiped:Lovely Red Dress]Lovely Black Dress
> > /equip [equiped:Lovely Black Dress]Lovely Red Dress
> >
> > Now she has three dresses and this does not work:
> > /equip [equiped:Lovely Black Dress]Lovely Red Dress
> > /equip [equiped:Lovely Red Dress]Lovely Purple Dress
> > /equip [equiped:Lovely Purple Dress]Lovely Black Dress
> >
> > I've tried a few script commands but I can't get that to work either.
> > How can I have a single button to switch between all three?
> >
> > --
> > Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
> > Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
> > Py, Dwarf, Hunter, Herbalist/Alchemist.
> > Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
> > Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).
> >
> > Not the deadliest bunch on Cenarion Circle, but they do well.
>
> Got me. Is that a copy and paste from you're actual macro? If so
> then I see no problem with it and it should work. If not, check it
> again for typo's or copy+paste errors.
>
> Another thing, checked to make sure the syntax isn't equipped, with 2
> p's.
>
> What happens when you try to use the macro?

Oops, I meant to add what it actually does.

Yes, it's a copy/paste right out of the macro window.

What it does now in the three line version, is switch dresses between
only the red and the purple dresses. The black one never gets used. It
seems to be ignoring the last line.

--
Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
Py, Dwarf, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).

Not the deadliest bunch on Cenarion Circle, but they do well.
 >> Stay informed about: Another macro question 
Back to top
Login to vote
twk

External


Since: May 17, 2007
Posts: 221



(Msg. 4) Posted: Fri Feb 15, 2008 5:01 pm
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <twk-024AF4.16343415022008.TakeThisOut@johnf2.biosci.ohio-state.edu>,
twk <twk.TakeThisOut@sleepless.knights.com> wrote:

> In article
> <bcef9313-1307-42fe-938c-33cbfbf56c51.TakeThisOut@s13g2000prd.googlegroups.com>,
> lcpltom <lcpltom.TakeThisOut@yahoo.com> wrote:
>
> > On Feb 15, 1:25 pm, twk <t....TakeThisOut@sleepless.knights.com> wrote:
> > > My priest has three "Lovely Dresses" and I'd like to switch them out
> > > every once in a while when at the AH or some other "safe" place, so I
> > > wrote a simple macro.
> > >
> > > When she had only two dresses this worked fine:
> > > /equip [equiped:Lovely Red Dress]Lovely Black Dress
> > > /equip [equiped:Lovely Black Dress]Lovely Red Dress
> > >
> > > Now she has three dresses and this does not work:
> > > /equip [equiped:Lovely Black Dress]Lovely Red Dress
> > > /equip [equiped:Lovely Red Dress]Lovely Purple Dress
> > > /equip [equiped:Lovely Purple Dress]Lovely Black Dress
> > >
> > > I've tried a few script commands but I can't get that to work either.
> > > How can I have a single button to switch between all three?
> > >
> > > --
> > > Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
> > > Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
> > > Py, Dwarf, Hunter, Herbalist/Alchemist.
> > > Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
> > > Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).
> > >
> > > Not the deadliest bunch on Cenarion Circle, but they do well.
> >
> > Got me. Is that a copy and paste from you're actual macro? If so
> > then I see no problem with it and it should work. If not, check it
> > again for typo's or copy+paste errors.
> >
> > Another thing, checked to make sure the syntax isn't equipped, with 2
> > p's.
> >
> > What happens when you try to use the macro?
>
> Oops, I meant to add what it actually does.
>
> Yes, it's a copy/paste right out of the macro window.
>
> What it does now in the three line version, is switch dresses between
> only the red and the purple dresses. The black one never gets used. It
> seems to be ignoring the last line.

I had an idea and played with it a little more and this:

/equip [equiped:Lovely Black Dress]Lovely Red Dress
/equip [equiped:Lovely Red Dress]Lovely Purple Dress
/equip Lovely Black Dress

Will switch between only the Purple and Black dress. Weird? Now it seems
to be ignoring the first line. Arr!

If someone has a way to pick a dress at random, that would be fine.

--
Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
Py, Dwarf, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).

Not the deadliest bunch on Cenarion Circle, but they do well.
 >> Stay informed about: Another macro question 
Back to top
Login to vote
Greg

External


Since: May 17, 2005
Posts: 89



(Msg. 5) Posted: Fri Feb 15, 2008 9:18 pm
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Equipped is spelled with two "p"s.

twk <twk.DeleteThis@sleepless.knights.com> wrote:

>My priest has three "Lovely Dresses" and I'd like to switch them out
>every once in a while when at the AH or some other "safe" place, so I
>wrote a simple macro.
>
> When she had only two dresses this worked fine:
>/equip [equiped:Lovely Red Dress]Lovely Black Dress
>/equip [equiped:Lovely Black Dress]Lovely Red Dress
>
> Now she has three dresses and this does not work:
>/equip [equiped:Lovely Black Dress]Lovely Red Dress
>/equip [equiped:Lovely Red Dress]Lovely Purple Dress
>/equip [equiped:Lovely Purple Dress]Lovely Black Dress
>
>I've tried a few script commands but I can't get that to work either.
>How can I have a single button to switch between all three?

--
Greg
phobos78-marslink-net
Replace dashes and move in by 1 planet to reply.
 >> Stay informed about: Another macro question 
Back to top
Login to vote
gundoc

External


Since: Feb 16, 2008
Posts: 3



(Msg. 6) Posted: Sat Feb 16, 2008 1:42 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 16, 1:26 am, twk <t... DeleteThis @sleepless.knights.com> wrote:
> In article <4glcr31ko2ag9t47n4aeshqmsc2sjt3... DeleteThis @4ax.com>,
>
>
>
>
>
>  Greg <see_... DeleteThis @abc.xyz> wrote:
> > Equipped is spelled with two "p"s.
>
> > twk <t... DeleteThis @sleepless.knights.com> wrote:
>
> > >My priest has three "Lovely Dresses" and I'd like to switch them out
> > >every once in a while when at the AH or some other "safe" place, so I
> > >wrote a simple macro.
>
> > >    When she had only two dresses this worked fine:
> > >/equip [equiped:Lovely Red Dress]Lovely Black Dress
> > >/equip [equiped:Lovely Black Dress]Lovely Red Dress
>
> > >    Now she has three dresses and this does not work:
> > >/equip [equiped:Lovely Black Dress]Lovely Red Dress
> > >/equip [equiped:Lovely Red Dress]Lovely Purple Dress
> > >/equip [equiped:Lovely Purple Dress]Lovely Black Dress
>
> > >I've tried a few script commands but I can't get that to work either.
> > >How can I have a single button to switch between all three?
>
> > --
> > Greg
> > phobos78-marslink-net
> > Replace dashes and move in by 1 planet to reply.
>
> Since when?!? Why don't I get the memos?   LOL
>
> Okay, I'll try that...
>
> --
> Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
> Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
> Py, Dwarf, Hunter, Herbalist/Alchemist.
> Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
> Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).
>
> Not the deadliest bunch on Cenarion Circle, but they do well.- Hide quoted text -
>
> - Show quoted text -

You can get an add on from curse gaming called closet gnome that will
switch whatever outfits you want at the click of a mouse.
 >> Stay informed about: Another macro question 
Back to top
Login to vote
twk

External


Since: May 17, 2007
Posts: 221



(Msg. 7) Posted: Sat Feb 16, 2008 4:26 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <4glcr31ko2ag9t47n4aeshqmsc2sjt3r9h.DeleteThis@4ax.com>,
Greg <see_sig.DeleteThis@abc.xyz> wrote:

> Equipped is spelled with two "p"s.
>
> twk <twk.DeleteThis@sleepless.knights.com> wrote:
>
> >My priest has three "Lovely Dresses" and I'd like to switch them out
> >every once in a while when at the AH or some other "safe" place, so I
> >wrote a simple macro.
> >
> > When she had only two dresses this worked fine:
> >/equip [equiped:Lovely Red Dress]Lovely Black Dress
> >/equip [equiped:Lovely Black Dress]Lovely Red Dress
> >
> > Now she has three dresses and this does not work:
> >/equip [equiped:Lovely Black Dress]Lovely Red Dress
> >/equip [equiped:Lovely Red Dress]Lovely Purple Dress
> >/equip [equiped:Lovely Purple Dress]Lovely Black Dress
> >
> >I've tried a few script commands but I can't get that to work either.
> >How can I have a single button to switch between all three?
>
> --
> Greg
> phobos78-marslink-net
> Replace dashes and move in by 1 planet to reply.

Since when?!? Why don't I get the memos? LOL

Okay, I'll try that...

--
Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
Py, Dwarf, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).

Not the deadliest bunch on Cenarion Circle, but they do well.
 >> Stay informed about: Another macro question 
Back to top
Login to vote
twk

External


Since: May 17, 2007
Posts: 221



(Msg. 8) Posted: Sat Feb 16, 2008 5:14 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <4glcr31ko2ag9t47n4aeshqmsc2sjt3r9h DeleteThis @4ax.com>,
Greg <see_sig DeleteThis @abc.xyz> wrote:

> Equipped is spelled with two "p"s.
>
> twk <twk DeleteThis @sleepless.knights.com> wrote:
>
> >My priest has three "Lovely Dresses" and I'd like to switch them out
> >every once in a while when at the AH or some other "safe" place, so I
> >wrote a simple macro.
> >
> > When she had only two dresses this worked fine:
> >/equip [equiped:Lovely Red Dress]Lovely Black Dress
> >/equip [equiped:Lovely Black Dress]Lovely Red Dress
> >
> > Now she has three dresses and this does not work:
> >/equip [equiped:Lovely Black Dress]Lovely Red Dress
> >/equip [equiped:Lovely Red Dress]Lovely Purple Dress
> >/equip [equiped:Lovely Purple Dress]Lovely Black Dress
> >
> >I've tried a few script commands but I can't get that to work either.
> >How can I have a single button to switch between all three?
>
> --
> Greg
> phobos78-marslink-net
> Replace dashes and move in by 1 planet to reply.

I really hate to drag this out but here goes...
Copied directly from macro window, pasted to here:

/equip [equipped:Lovely Black Dress]Lovely Red Dress
/equip [equipped:Lovely Red Dress]Lovely Purple Dress
/equip [equipped:Lovely Purple Dress]Lovely Black Dress

The above switches between only the red and black dresses. <sigh>
I may have to give up. Now it's ignoring the middle line! Arr!

It's giving me a head ache! Thanks to both of you for pointing my
spelling error. I missed that!

The red and black are my favorites anyway. And I found if you also have
the "White Swashbuckler's Shirt", the dress looks even better! My
opinion and you're welcome to it.

--
Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
Py, Dwarf, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).

Not the deadliest bunch on Cenarion Circle, but they do well.
 >> Stay informed about: Another macro question 
Back to top
Login to vote
vmkiili

External


Since: May 28, 2007
Posts: 194



(Msg. 9) Posted: Sat Feb 16, 2008 5:44 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On 15 helmi, 20:25, twk <t... RemoveThis @sleepless.knights.com> wrote:
> My priest has three "Lovely Dresses" and I'd like to switch them out
> every once in a while when at the AH or some other "safe" place, so I
> wrote a simple macro.
>
>     When she had only two dresses this worked fine:
> /equip [equiped:Lovely Red Dress]Lovely Black Dress
> /equip [equiped:Lovely Black Dress]Lovely Red Dress
>
>     Now she has three dresses and this does not work:
> /equip [equiped:Lovely Black Dress]Lovely Red Dress
> /equip [equiped:Lovely Red Dress]Lovely Purple Dress
> /equip [equiped:Lovely Purple Dress]Lovely Black Dress
>
> I've tried a few script commands but I can't get that to work either.
> How can I have a single button to switch between all three?

Have you tried /castsequence command? Something like this:
/castsequence equip Lovely Red Dress,equip Lovely Purple Dress, equip
Lovely Black Dress

Dunno if it works, just an idea. Smile
 >> Stay informed about: Another macro question 
Back to top
Login to vote
Lewis

External


Since: Jan 23, 2008
Posts: 203



(Msg. 10) Posted: Sat Feb 16, 2008 8:22 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
Chinese Farmer

External


Since: Apr 16, 2007
Posts: 17



(Msg. 11) Posted: Sat Feb 16, 2008 8:24 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 17, 2:22 am, Lewis <gkr....TakeThisOut@gmail.com> wrote:
> [ People often get caught up in the idea that the macros are linear
> first line 1, then line 2, then line 3) because they appear to act
> linearly most f the time, but they are not. The entire macro is one
> single command that happens all at once. ]

This macro...
/s Hello 1
/stopmacro
/s Hello 2
.... will show that macros are linearly parsed (it will never say
"Hello 2").
 >> Stay informed about: Another macro question 
Back to top
Login to vote
Chinese Farmer

External


Since: Apr 16, 2007
Posts: 17



(Msg. 12) Posted: Sat Feb 16, 2008 8:28 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Feb 16, 5:25 am, twk <t... DeleteThis @sleepless.knights.com> wrote:
> My priest has three "Lovely Dresses" and I'd like to switch them out
> every once in a while when at the AH or some other "safe" place, so I
> wrote a simple macro.
>
> When she had only two dresses this worked fine:
> /equip [equiped:Lovely Red Dress]Lovely Black Dress
> /equip [equiped:Lovely Black Dress]Lovely Red Dress
>
> Now she has three dresses and this does not work:
> /equip [equiped:Lovely Black Dress]Lovely Red Dress
> /equip [equiped:Lovely Red Dress]Lovely Purple Dress
> /equip [equiped:Lovely Purple Dress]Lovely Black Dress
>
> I've tried a few script commands but I can't get that to work either.
> How can I have a single button to switch between all three?
>
> --
> Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
> Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
> Py, Dwarf, Hunter, Herbalist/Alchemist.
> Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
> Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).
>
> Not the deadliest bunch on Cenarion Circle, but they do well.

Since your two dress version worked, this might work

/equip [equipped:Lovely Black Dress]Lovely Red Dress
/stopmacro [equipped:Lovely Black Dress]
/equip [equipped:Lovely Red Dress]Lovely Purple Dress
/stopmacro [equipped:Lovely Red Dress]
/equip [equipped:Lovely Purple Dress]Lovely Black Dress
 >> Stay informed about: Another macro question 
Back to top
Login to vote
Lewis

External


Since: Jan 23, 2008
Posts: 203



(Msg. 13) Posted: Sat Feb 16, 2008 10:54 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Imported from groups: per prev. post (more info?)

Back to top
Login to vote
twk

External


Since: May 17, 2007
Posts: 221



(Msg. 14) Posted: Sat Feb 16, 2008 11:27 am
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article <gkreme-CD3EF3.08224016022008.TakeThisOut@news.giganews.com>,
Lewis <gkreme.TakeThisOut@gmail.com> wrote:

> In article <twk-B78CFA.05143016022008.TakeThisOut@johnf2.biosci.ohio-state.edu>,
> twk <twk.TakeThisOut@sleepless.knights.com> wrote:
>
> > /equip [equipped:Lovely Black Dress]Lovely Red Dress
> > /equip [equipped:Lovely Red Dress]Lovely Purple Dress
> > /equip [equipped:Lovely Purple Dress]Lovely Black Dress
> >
> > The above switches between only the red and black dresses. <sigh>
> > I may have to give up. Now it's ignoring the middle line! Arr!
>
> Well, the macro commands all fire at THE SAME TIME, so three pronged
> decisions should be random, but I'm sure there's some code on the server
> side to prevent an endless loop of dress changing, so there is something
> that makes the decision.
>
> The short answer is, you can't do this this way.
>
> [ People often get caught up in the idea that the macros are linear
> first line 1, then line 2, then line 3) because they appear to act
> linearly most f the time, but they are not. The entire macro is one
> single command that happens all at once. ]
>
> I think that
>
> /castsequence Lovely Black Dress, Lovely Red Dress, Lovely Purple Dress
>
> should work to rotate dresses.

/castsequence above works great! Very short and simple. I thought that
was for "casting" so I didn't consider it. I even use /castsequence in a
couple of casting macros. I thought I had to use /equip.

Great tip on macro commands all being evaluated at the same time.

I also didn't want another add-on to do what seemed like a simple thing,
so I didn't consider that to be an option either.

Thank you Lewis. Thanks to all of you as well.

--
Hypanthia, Night Elf, Shadow Priest, Enchantress/Herbalist.
Darkfury, Gnome, Rogue, Miner/Jewel Crafter.
Py, Dwarf, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Hunter, Herbalist/Alchemist.
Bigpotpie, Tauren, Druid, Herbalist/Alchemist (Nathrezim realm).

Not the deadliest bunch on Cenarion Circle, but they do well.
 >> Stay informed about: Another macro question 
Back to top
Login to vote
PV

External


Since: May 18, 2006
Posts: 4047



(Msg. 15) Posted: Sat Feb 16, 2008 7:34 pm
Post subject: Re: Another macro question [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Lewis <gkreme.DeleteThis@gmail.com> writes:
>[ People often get caught up in the idea that the macros are linear
>first line 1, then line 2, then line 3) because they appear to act
>linearly most f the time, but they are not. The entire macro is one
>single command that happens all at once. ]

What gave you that weird idea? It's definitely not true.

>I think that
>
>/castsequence Lovely Black Dress, Lovely Red Dress, Lovely Purple Dress
>
>should work to rotate dresses.

It should indeed. *
--
* PV something like badgers--something like lizards--and something
like corkscrews.
 >> Stay informed about: Another 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)
Goto page 1, 2, 3
Page 1 of 3

 
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 ]