Originally Posted by holydevil
Tracking:
Can you make a macro that toggles between Track Humanoid and Track Stealth?
Also:
Can you make a macro that will cast a spell, but if that spell is on cooldown it will cast another spell?
Thanks!
|
/castsequence Track Humanoid, Track Hidden
Whenever you zone in somewhere Track Humanoid is your default. Once you turn it on you can click the button once more for Track Hidden, and so on to infinity.
For your other question, I'll pick something with a cooldown, lets say Silencing Shot. When Silence is on cooldown say I want to cast viper sting.
/castsequence reset=20 Silencing Shot, Viper Sting
The downside to this is that once I use Viper Sting it will reset back to Silence and I cannot use Viper again until silence is used (even if the cooldown comes up first). I also have it set so that after 20 seconds of not doing anything (which is the cooldown of Silence) it will reset back to the beginning of the macro. Alternatively you can use /castrandom in the first line with the cooldown, lets go with Raptor strike/wing clip/kill command this time:
/castrandom Raptor Strike
/castrandom Wing Clip
/castrandom [target=pettarget, exists] Kill Command
The reason the above macro works is because Raptor strike and kill command do not trigger the Global Cooldown while Wing Clip does. Or you can create a macro that uses trinkets and timered abilities all in one button push.