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
Code:
/cast Lifebloom
/run for i=1, 150000000 do end;
/cast Lifebloom
/run for i=1, 150000000 do end;
/cast Lifebloom
Freeze Time: Aprox 3 secs
Mana Cost: 660
Casts: Lifebloom x3
Uses: Keeping your tank at full hp.
Code:
/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
Freeze Time: Aprox 4.5 sec
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.
Code:
/cast Regrowth
/run for i=1, 200000000 do end;
/cast Rejuvenation
Freeze Time: Aprox 2 secs
Mana Cost: 872
Casts: Regrowth + Rejuvenation
Uses: Getting someone's hp up from midway-ish to full.
Code:
/cast Healing Touch
/run for i=1, 300000000 do end;
/cast Tree of Life
Freeze Time: Aprox 3 secs
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.