Death Grip question

Anyone know if it is possible with the gnome sequence to cast deathgrip on a target and then immediately follow it with gorefiend’s grasp?

What I envision is dragging a mob to me and as he is in flight I grab all of his buddies behind him with gorefiend’s grasp. I am curious if it would be possible to do this or if some one could maybe help me figure out the sequence for it.

Make a separate macro would be my guess. Slowly “spam” this:

/cast deathgrip
/cast gorefiend’s grasp
/cast blood boil

You could add /tar enemyname at the beginning to auto target the first mob if his name is unique among the others.

I think you might be able to put a simple sequence in a GS macro.


    PreMacro = [[
/targetenemy [noharm][dead]
/castsequence Deathgrip, Gorefiend's Grasp
    ]],

I’m not really sure if it would work, but I do know you can put sequence macros into GS macros. Most Frost Mage GS macros are like that.