I don't usually conform to using macros and / or user interface addons etc. etc. Yet recently I have started modifying simple addons to include little bits here and there that I can't find in other addons.
To the point, I have been sucked into the world of macros. The only macros I have made are bulky, and potentialy not as efficient as possible.
Multi-target sheep (PvP/E)
#showtooltip [mod:Shift] [target=focus,harm] [] Polymorph; Polymorph
/focus [target=focus,noexists] [target=focus,dead]
/cast [mod:Shift] [target=focus,exists,nodead] Polymorph; Polymorph
(/stopcasting doesn't work well with this macro)
Multi-target Counterspell (PvP/E)
#showtooltip [mod:Shift] [target=focus,harm] [] Counterspell; Counterspell
/stopcasting [mod:Shift] [target=focus,exists,nodead]
/focus [target=focus,noexists] [target=focus,dead]
/cast [mod:Shift] [target=focus,exists,nodead] Counterspell; Counterspell
(253 Character Macro - Haven't properly tested / worked out the second line)
Single Button Refreshment (Save space)
#showtooltip [mod:Shift] Conjure Refreshment; Conjured Mana Cake
/cast [mod:Shift] Conjure Refreshment
/stopmacro [mod:Shift]
/use Conjured Mana Cake
Single Button Mana Gem (Save space)
#showtooltip [mod:Shift] Conjure Mana Gem; Mana Gem
/cast [mod:Shift] Conjure Mana Gem
/stopmacro [mod:Shift]
/use Mana Gem
Any improvements / suggestions are more than welcome. Feel free to steal one if you like the look, not sure if the same macros are out there. I made these myself but I'm sure someone will find something similar out there. (First post /cheer - tell me if I'm out of place)