Hi, I would link to expose my 2 macros and, if possible, start a discussion about them.
I'm a Blood DPS DK (51/0/20) at 3.2.
Since the 3.2 patch I was Using 2 self cooked macros:
Plague-o-matic macro:
#showtooltip
/castsequence reset=10/target/shift Icy Touch, Plague Strike, nothingg
/script UIErrorsFrame:Clear()
Very usefull for me, it is still working. I spam it until I got the 2 plagues up. It resets every 10 seconds and can be forced to reset with shift pressed. The last "nothingg" spell is to prevent it to loop. What do you think?
Spam-do-DPS macro: deprecated
#showtooltip Heart Strike
/castrandom Heart Strike, Death Strike, Death Coil, Heart Strike
/script UIErrorsFrame:Clear()
(Note: This macro is spammable, but I don't use it to play spamming, just use it to spam while moving or in other circunstances that I cannot focus in rotation (I think its better than do nothing)).
So the macro is like a castsequence but does a random, if some cast is in cooldown it will "skip" it on the next click of the macro (if lucky, because it is a random). As you can see, there are 2xHS to allow it to have more possibilities to be casted.
Update: CastRandom has been rewrited by Blizzard at 3.2 so now it doesn't "skip" any cast. So this second macro is not working anymore.
Well, sorry for my english, and thank you very much for your time
Rukan