Shaman totem macro

I am trying to create a macro that will drop 1 of each of the 4 types of totems all with 1 click. The problem I am having is the global cool-down with each totem. If anyone knows how I might do this with some sort of delay in between each totem that would be great. I really wish Blizz hadn’t removed the totem bar they used to have in game before Panda.

Hello Ronald, I was wondering if this glyph still works:
Glyph of Totemic Encirclement

Basically is a minor glyph that is activated after you put down a totem and it will put down the rest of the totems you are missing.

Hopefully is what you were looking for.

Currently this can not be done. What you can do is use a cast sequence to do it using 4 spells.

/castsequence reset=0.5 1,2,3,4,Totem1
/castsequence reset=0.5 1,2,3,Totem2
/castsequence reset=0.5 1,2,Totem3
/castsequence reset=0.5 1,Totem4

That would be the only way to do it.