Just a little collection of my macros.
“stance dance”: toggle between battle and defensive stance:
/use [stance:2] Defensive Stance;Battle Stance
Activate on use trinket. The trinkets use slots 13 and 14 and can just be activated by the following code. You also can use the name of the item to use, but I prefer using the item slot number. It is much shorter and – as the on use trinket macro will most likely be necessary for multiple characters – it makes it reusable.
/use 13
/use 14
/use Dreadfire Vessel
Charge/Intervene/Rend – Depending on target you charge and rend or intervene to the friendly target
#showtooltip
/use [@mouseover,help,nodead][help,nodead] Intervene
/use [nohelp,nodead] Charge
/use [nohelp,nodead] Rend
…to be continued