Looking for a one button solution to turn the mage ability “Alter Time” into a “sprint” move using the talent “Temporal Mastery.” I can do it right now with two rapid presses but would prefer a one button solution. It needs to cast alter time and immediately remove the buff to trigger the speed increase from the talent.
No can do. That would be “automation” in Blizzard’s view.
Could try
#showtooltip
/cast Alter Time
/cancelaura Alter Time
but I suspect the cancel will fire before the buff is actually applied so it won’t work.
That’s true. Everying in the macro happens in the same frame I believe.
#showtooltip
/stopcasting
/cancelaura Alter Time
/cast Alter Time
1 Like