Focus macro:
/focus [target=mouseover]
/stopmacro [target=mousover, exists]
/clearfocus [target=mouseover,noexists]
Set my focus to be whatever my mouse is over when I trigger the macro (clears focus if there’s nothing under my mouse).
This macro no longer seems to work. I’ve changed to using the addon “PetLeash”
/run CallCompanion(“CRITTER”, random(GetNumCompanions(“CRITTER”) ) )
Hide Blizz party frames when you’re in a 5-man group:
/run for i=1,4 do local f=getglobal(“PartyMemberFrame”..i);f:UnregisterAllEvents();f:Hide() end
Increase your camera zoom range:
/console cameraDistanceMax 50
If you are dead and have no “release” button:
/script RepopMe()
Set your role via macro(choose one of the below):
/run UnitSetRole(“player”, “TANK”)
/run UnitSetRole(“player”, “HEALER”)
/run UnitSetRole(“player”, “DAMAGER”)
/run UnitSetRole(“player”, “NONE”)

Almost Chicanery