Blood DK Macro under the Mosg2 Manifesto
Proprs to Khatovar for helping me figure this out.
Using the Mosg2 Manifesto I utilize the following system.
Button 1 Runic Dump
Code:
#showtooltip
/castsequence [nochanneling] reset=combat/alt Icy Touch, Plague Strike, Blood Boil, null
/cast Rune Strike
Button 2 Horn of Winter/Blood Boil since I use the roiling blood talent this refreshes my diseases for me automatically every 20 to 25 seconds and spread them to adds.
Code:
#showtooltip
/castsequence [nochanneling] reset=combat Horn of Winter, Blood Boil
Button 3 Bone Shield I cast this before each fight but many fights run long enough to cast it again.
Code:
/castsequence [nochanneling] reset=combat/alt Icy Touch, Plague Strike, Blood Boil, null
/cast Bone Shield
Button 4 AMS This will go off multiple times each fight.
Code:
/castsequence [nochanneling] reset=combat/alt Icy Touch, Plague Strike, Blood Boil, null
/cast Anti-Magic Shell
Button 5 is Death Strike I have this before heart strike because as a tank I want to heal more often.
Code:
/castsequence [nochanneling] reset=combat/alt Icy Touch, Plague Strike, Blood Boil, null
/cast Death Strike
Button 6 Heart Strike
Code:
/castsequence [nochanneling] reset=combat/alt Icy Touch, Plague Strike, Blood Boil, null
/cast Heart Strike
Using this system last night in LFR I was 2nd in DPS as the main tank. None of the other tanks could pull aggro off me. I ran 30k with a hunter running 32k everyone else was below me. Then I went in my guild raid as the off tank and out DPSd our main tank who does things manually I also kept pulling aggro off of him and he is Ilevel 400+ with best chants, arcanums, epic gems etc. I am Ilevel 390 with blue Gems, Best Chants, No Arcanums.
Thanks again for your help. If anyone has any suggestions to make this better or any questions feel free to post them.