Mage Arcane Power and Trinket Macros

Tagged: ,

This topic contains 0 replies, has 1 voice, and was last updated by  pronator 5 years, 11 months ago.

  • Author
    Posts
  • #4500

    pronator
    Keymaster
    • Total Posts: 64
    • Top Notch
    • ★★★★★
    Points: 7,840

    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”)

You must be logged in to reply to this topic.

WoW Classic
Global Release In
Now Live Worldwide
56
Days
15
Hours
58
Mins
38
Secs