small suggestion about the mage macro :

current:
Code:
#showtooltip
/run SetCVar("Sound_EnableSFX","0")
/use 13
/use 14
/stopmacro [channeling]
/cast icy veins
/cast arcane power
/cast presence of mind
move the stopmacro [channeling] to the top, Otherwhise the trinkets can break the channeling and you hear no sound while channeling

Code:
#show Arcane Missiles
/stopmacro [channeling]
/console Sound_EnableSFX 0
/use 13
/use 14
/cast icy veins
/cast arcane power
/cast presence of mind