WoW:MACRO castsequence: Difference between revisions

→‎Reset Conditions: Confirmed <number> no longer working.
(→‎Reset Conditions: Confirmed <number> no longer working.)
Line 16: Line 16:
===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 it is working in patch 5.4) (It's not)
:target - You changed target
:target - You changed target
:combat - You entered or exited combat
:combat - You entered or exited combat
: <number> - The number of seconds since the last click (does not work 5.4)
:alt - Alt was pressed (does not work 4.0)
:alt - Alt was pressed (does not work 4.0)
:shift - Shift was pressed (does not work 4.0)
:shift - Shift was pressed (does not work 4.0)
Line 27: Line 27:
  -- 2 minutes after the last keypress, it will reset and cast Seal of Light again.
  -- 2 minutes after the last keypress, it will reset and cast Seal of Light again.
  /castsequence reset=120 Seal of Light, Judgement of Wisdom  
  /castsequence reset=120 Seal of Light, Judgement of Wisdom  
   
<nowiki>   
  == Patch 4.0.6 Working ==
  == Patch 4.0.6 Working ==
   -- This will cast Seal of Insight, Retribution Aura, Blessing of Might on yourself(regardless of your current target)
   </nowiki>-- This will cast Seal of Insight, Retribution Aura, Blessing of Might on yourself(regardless of your current target)
  -- with the option set to target player(aka you), will reset back to Blessing of Might after  
<nowiki> </nowiki>-- with the option set to target player(aka you), will reset back to Blessing of Might after  
  -- leaving combat(useful after Resurrections), or after 30 seconds have passed after the last keypress.
<nowiki> </nowiki>-- 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
<nowiki> </nowiki>/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
Anonymous user