Close
Showing results 1 to 10 of 15

Hybrid View

  1. #1

    Default

    New user here - these are great macros, thank you!

    One question, I didn't see any trinket use in the mage macro - am I missing something?

    Thanks!

  2. #2

    Default

    Quote Originally Posted by FetteredApe View Post
    New user here - these are great macros, thank you!

    One question, I didn't see any trinket use in the mage macro - am I missing something?

    Thanks!
    Hey thanks for catching that. Too many macros and I forgot to add the /use 13 and /use 14 in my mage macro.
    “Is God willing to prevent evil, but not able? Then he is not omnipotent.
    Is he able, but not willing? Then he is malevolent.
    Is he both able and willing? Then whence cometh evil?
    Is he neither able nor willing? Then why call him God?”
    Epicurus

  3. #3

    Default

    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
    I don't suffer from Schizophrenia, I enjoy every moment of it !

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •