Quote Originally Posted by Kalyse View Post
/stopcasting
/cast [@focus] Hex
/cast [@focus] Bind Elemental
Just for working through the problem you having here, obviously you cannot cast the two spells with the same key press. Just as you cannot /cast fireball /cast frostbolt on the same macro and hope both will land some how.

The best you can do if you refuse to press different keys is cast sequence or random this and double pump the macro. This method will only work if the spell casts and actually lands on the mob, even if an immune response is made. So if the response is failed, like a priest casting shackle on a critter. Your not going to get this to work.

So you focus on a Living Tornado, cast hex on it, and the response is immune, you cast cast again and the elemental bind works. The problem here is that you might want to recast hex and that would be sort of silly. The below assumes that the immune response works and not a failed response. And that you want to recast hex after 10seconds in the same combat.

Code:
/castsequence [@focus, harm, nodead] reset=combat/10 Hex, Bind Elemental