Help with PvP Macros

Hello everybody,
Currently I use in PvP Macros
My Talents 2,1,2,1,2,3,1
Sequences[“FDKST”] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [combat] Säule des Frostes
]],
‘/cast Froststoß’,
‘/cast Auslöschen’,
‘/castsequence Heulende Böe,Heulende Böe,Heulende Böe’,
‘/cast Froststoß’,
PostMacro = [[
/targetenemy [noharm][dead]
/script UIErrorsFrame:Hide();
]],
}
Sequences[“FDKEXE”] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/cast [combat] Säule des Frostes
]],
‘/cast Froststoß’,
‘/cast Auslöschen’,
‘/castsequence reset=5 Seelenernter’,
‘/castsequence Heulende Böe,Heulende Böe,Heulende Böe’,
‘/cast Froststoß’,
‘/castsequence reset=5 Seelenernter’,
PostMacro = [[
/targetenemy [noharm][dead]
/script UIErrorsFrame:Hide();
]],
}

Now I would still like a macro with Death Grip should Desecrated Ground are placed on the floor and Strangulate simultaneously and Death Siphon.

The second macro which I still would like to be a take off and heal macro …
So I thought of Anti-Magic Shell, Icebound Fortitude, Vampiric Blood, Lichborne.

I hope you can help me as I have to write these macros !!!
Maybe you have a few improvements for me.
I am left-handed and because it is easier to play with macros.