Quote Originally Posted by Fomeny View Post
As far as I know there is no way to automatically handle, whether something is on cooldown or not. Otherwise you'd be able to create castsequences that automatically choose the correct things in a PvE DPS environment (for most cooldown-based specs).
The "not resetting"-part... Well, I'd consider this as a bug, but no idea.

..

Actually I just had an idea, no guarantee that it works. Try this:

#showtooltip Lava Burst
/use 14
/use Blood Fury(Racial)
/cast Elemental Mastery
/click MultiBarRightButton1
/castsequence reset=2 [@focus] Flame Shock, Lava Burst,, Chain Lightning
/use [@focus] 10

Yes, the two semicolons are intended. In theory, between these two semicolons, the gloves should be used if they are available. As I said, no guarantee though. Note: You can use "@" instead of "target=" in a macro, saves space.

I have tried your macro now, sadly dosnt work, it uses slot10 as soon as it can no matter what, and thats not the worst part, the castsequence dosnt reset when theres the ability beneth it els thx and ty for telling me about @ insted of target. I didnt know that.