Thread Tools Display Modes
Prev Previous Post   Next Post Next
09-16-08, 11:24 PM   #1
ywwow
A Murloc Raider
 
ywwow's Avatar
Join Date: May 2008
Posts: 9
Bug?About the macro command /castsequence

I want to make a macro like this:when no pet,cast Frost Nova;when pet,cast Frost Nova on first click,then cast Freeze on second click.I thought /castsequence may be help,and I wrote the macro:

Code:
/cast [nopet]Frost Nova
/castsequence [pet]Frost Nova,Freeze
But the result was,when the Waterelement cast freeze,it would not go back to Frost Nova,and the Spell CD showed on macro was the same as freeze,not Frost Nova.I added "reset=24",things did not changed.I tryed another macro to find what was wrong:
Code:
/castsequence waterbolt,freeze
the cast blocked at waterbolt.

So it seems castsequence is not able to used for pet spells.But in the ChatFrame.lua,about the command,"unit"can be "player" or "pet";and all the explanation of /castsequence do not mention it could not work on pet,too.

Is it a bug,or something I misunderstand?
__________________
Young Learner.I am sorry about my poor English.
  Reply With Quote
 

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Bug?About the macro command /castsequence


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off