Please note I tried these macros with no addons loaded and should work. UseInventoryItem(13) is trinket 1 and 14 is trinket 2. You can adjust the macro accordingly to allow you to spam the macro and not cancel the Arcane Power buff.
Mage Arcane Power Double Trinket Macro:
/run local i,x=1,0 while UnitBuff(“player”,i) do if UnitBuff(“player”,i)==”Interface\\Icons\\Spell_Nature_Lightning” then x=1 end i=i+1 end if x==0 then CastSpellByName(“Arcane Power”)end
/run UseInventoryItem(13) UseInventoryItem(14)
Mage Arcane Power Trinket Presence of Mind Macro:
/run local i,x=1,0 while UnitBuff(“player”,i) do if UnitBuff(“player”,i)==”Interface\\Icons\\Spell_Nature_Lightning” then x=1 end i=i+1 end if x==0 then CastSpellByName(“Arcane Power”) end
/run UseInventoryItem(13) CastSpellByName(“Presence of Mind”)