I thought I'd post a few of the macro's I'm making to make life easier for resto druids :P
They do make the client freeze for a couple of seconds but that just means it's casting everything for you (/in doesn't work with /cast)
Just copy+paste them into a macro
Freeze Time: Aprox 3 secsCode:/cast Lifebloom /run for i=1, 150000000 do end; /cast Lifebloom /run for i=1, 150000000 do end; /cast Lifebloom
Mana Cost: 660
Casts: Lifebloom x3
Uses: Keeping your tank at full hp.
Freeze Time: Aprox 4.5 secCode:/cast Lifebloom /run for i=1, 150000000 do end; /cast Lifebloom /run for i=1, 150000000 do end; /cast Lifebloom /run for i=1, 150000000 do end; /cast Rejuvenation
Mana Cost: 992
Casts: Lifebloom x3 + Rejuvenation
Uses: If someone's on low health you can use this before a Regrowth or Healing Touch to keep the alive.
Freeze Time: Aprox 2 secsCode:/cast Regrowth /run for i=1, 200000000 do end; /cast Rejuvenation
Mana Cost: 872
Casts: Regrowth + Rejuvenation
Uses: Getting someone's hp up from midway-ish to full.
Freeze Time: Aprox 3 secsCode:/cast Healing Touch /run for i=1, 300000000 do end; /cast Tree of Life
Mana Cost: Varies, max is 2573
Casts: Healing Touch + Tree of Life
Uses: Healing someone quickly in between combat.
That's all I can think of now but if you have anymore you want and you can't make it yourself then just ask!
I'm making a balance one after this but feral I'm unsure about, never been feral you see but I'l just ask what's usefull to have.