So ive been trying to make a single button smash easy button for my druid slaves. Im playing a paladin and 4 druids.

Here is my current boss fighting dps macro.

/castsequence reset=10 Insect Swarm, Moonfire, Starfire, Starfire, Starfire, Insect Swarm, Rejuvination, Wrath, Wrath, Wrath

With the glyph of starfire extending the moonfire dot by 9 seconds and various haste procs I can reliably get through this entire rotation well before Moonfire falls off. The rejuvination they cast on themselves and this has GREATLY enhanced their survivability on bosses that do odd things like AOE attacks or some other splash damage that hits the whole group no matter what.

What I have been trying to do is use two /click commands, put in some extra commas so it will trigger a heal on the paladin. Im attempting to get 4 rolling lifeblooms, So far its not been very successfull.

click1 = /castsequence reset=10 Insect Swarm, Moonfire, Starfire, Starfire, Starfire, Insect Swarm, Rejuvination, Wrath, Wrath, Wrath

click2 = /target sbjones ; /cast lifebloom; /assist sbjones

So far no matter where I put extra commas in the dps macro, regardless when im spamming the button about 2-3 times a second in fights or even slower, it always casts lifebloom after a spell that has a casting time. So the spell rotation comes out to be the following.

InsectS, Moon, Star, LifeB, Star, Lifeb, star, is, rej, wrath, lb, wrath, lb, wrath, Then repeat. Problem is this stacks lifebloom instead of letting it roll and bloom. It chews up way too much mana. I Have tried putting a bunch of commas and spaces in the lifebloom macro, but it becomes really really random if it decides to cast it or not then. Sometimes it will cast it after every other spell, other times it wont cast it for 20 seconds.

Anyway, If anyone has a macro already set up or has any input, I would like to hear it.