So I was trying to make new macros for the talent tiers with the pre-patch. Now somehow mine don't seem to be working anymore, examples that used to work for me are below.

Code:
#showtooltipp [talent:5/1] Demonic Circle(Summon); [talent:5/2] Burning Rush; [talent:5/3] Dark Pact
Code:
#showtooltip
/cast Sacrificial Pact
/cast Dark Bargain
/cast Soul Link
/run local G=GetSpellInfo SetMacroSpell("t3", G"Sacrificial Pact" or G"Dark Bargain" or G"Soul Link")

Was wondering if anyone has working macros for this?