Useful World of Warcraft Macros

Just a collection of useful macros i have in World of Warcraft, mostly for Retail so properly will not work on private servers

Join Battleground Blitz Macro
/click LFDMicroButton
/click PVPQueueFrameCategoryButton2
/click ConquestJoinButton
/click PVEFrameCloseButton
Toggle Nameplates
/run local a = GetCVar("nameplateShowFriends"); SetCVar("nameplateShowFriends",1-a); SetCVar("nameplateShowEnemies",a); SetCVar("nameplateShowEnemyPets", 0)
Nobble Garden Bunny Runner
/cancelaura Noblegarden Bunny
/use Eagger Basket
/use Brightly Colored Egg
Mouse Over Focus Macro
/focus [@mouseover,nodead,exists]; [@target,exists]