WoW:MACRO castsequence
Jump to navigation
Jump to search
Cast spells in successive order.
/castsequence options resetcondition spelllist
Aliases
- none
Arguments
- options
- Cast options to modify the cast. These are the same as cast, see that page for details.
- 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, see below.
- spelllist
- List of spells, separated by comma
Reset Conditions
- <number> - The number of seconds since the last click
- target - You changed target
- combat - You entered or exited combat
- alt - Alt was pressed
- shift - Shift was pressed
- ctrl - Ctrl was pressed
Example
-- This will cast Seal of Light, followed by Judgement of Wisdom. After 2 minutes, it will reset and cast Seal of Light again /castsequence reset=120 Seal of Light, Judgement of Wisdom
-- This will cast Hunter's Mark, followed by Aimed Shot, and will reset to Hunter's Mark if the player changes targets after casting it. /castsequence reset=target Hunter's Mark, Aimed Shot
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.