Does anyone have a macro that will cast death coil on them when they are in lichborne form?
#showtooltip
/cast [@player] Death Coil
#showtooltip death coil
/cast [target=yourname]Death coil
I personally like it baked into one button ->
/cast lichbourne
/cast [@player] Death Coil
Here is a few different options for people:
1/ This version can be used if you need to cancel the Aura to prevent the chance of CC through undead control class options. It will cancel the Lichborne straight after the heal leaving it almost impossible for anyone to CC you while in Lichborne.
#showtooltip Lichborne
/castsequence [@player] Lichborne, Death coil
/cancelaura lichborne
2/ This is just the default basic version many people will have.
#showtooltip Lichborne
/cast Lichborne
/cast [@player] Death Coil
3/ This version casts two Death Coils provided you have the RP to cast them.
#showtooltip Lichborne
/cast Lichborne
/castsequence [@player] Death Coil,Death Coil
4/ This version will allow you to also heal your pet if you hold down the Alt key when you use the Macro the Death Coil with target your Pet and heal it. Without the Modifier key held down it will target and heal you instead.
#showtooltip Lichborne
/cast Lichborne
/cast [nomod,@player] Death Coil; [mod:alt,@pet] Death Coil
There is many other options but these are the most common ones.