Spell.DoT("Force Rend","Force Rend"),
This is currently in the marauder rotation; I want this to be a little more intelligent. I want it to always prioritize if my rage is less than 10.
Spell.DoT("Force Rend","Force Rend", ret => Me.ActionPoints < 10), <-- This does not work?
This is currently in the marauder rotation; I want this to be a little more intelligent. I want it to always prioritize if my rage is less than 10.
Spell.DoT("Force Rend","Force Rend", ret => Me.ActionPoints < 10), <-- This does not work?