WoW:MACRO castsequence: Difference between revisions

no edit summary
No edit summary
Line 10: Line 10:


== Arguments ==
== Arguments ==
:;options : Cast options to modify the cast. These are the same as [[MACRO cast|cast]], see that page for details.
:;options
:;resetcondition : If you wish to specify a condition to reset the list, you may do so here. Format is "reset=" followed by the reset condition, more than one condition may be set, (separated by /) see below.
:: Cast options to modify the cast. These are the same as [[MACRO cast|cast]], see that page for details.
:;spelllist : List of spells, separated by comma
:;resetcondition
:: If you wish to specify a condition to reset the list, you may do so here. Format is "reset=" followed by the reset condition, more than one condition may be set, (separated by /) see below.
:;spelllist
:: List of spells, separated by comma


===Reset Conditions===
===Reset Conditions===
When using more than one condition "/" should be used between the functions.
When using more than one condition "/" should be used between the functions.
:<number> - The number of seconds since the last click (not sure if  work 5.4)
:<number> - The number of seconds since the last click (not sure if it is working in patch 5.4)
:target - You changed target
:target - You changed target
:combat - You entered or exited combat
:combat - You entered or exited combat
Line 33: Line 36:
   -- leaving combat(useful after Resurrections), or after 30 seconds have passed after the last keypress.
   -- leaving combat(useful after Resurrections), or after 30 seconds have passed after the last keypress.
   /castsequence [target=player] reset=combat/30 Blessing of Might, Seal of Insight, Retribution Aura
   /castsequence [target=player] reset=combat/30 Blessing of Might, Seal of Insight, Retribution Aura


  -- This will cast Hunter's Mark, followed by Aimed Shot, and will reset to Hunter's
  -- This will cast Hunter's Mark, followed by Aimed Shot, and will reset to Hunter's
Line 45: Line 47:


== Notes ==
== Notes ==
:This mechanic requires you to click the button multiple times. Each successive click advances the position in the list, until it is reset or reaches the end, in which case it starts over.
:This mechanic requires you to click the button multiple times. Each successive click advances the position in the list, until it is reset or reaches the end, in which case it starts over.




Anonymous user