1. #1

    Question Castsequence Macro Icon Turns into Question Mark After First Spell

    #showtooltip
    /castsequence [nomod,nochanneling,combat] reset=target Art of the Glaive, Fracture, Focused Cleave
    /cast [mod:ctrl,nochanneling] Spirit Bomb
    /cast [mod:shift,nochanneling] Felblade

    I'm experiencing an intermittent issue with this macro. Sometimes, after casting "Art of the Glaive" using the macro, it correctly proceeds to "Fracture" and then "Focused Cleave." However, at other times, after casting "Art of the Glaive," the macro icon changes to a question mark (?), and pressing the macro again doesn't cast "Fracture" as expected.

    This inconsistency seems to be resolved temporarily by reloading the UI using the "/reload" command, but the problem can recur unpredictably. I'm unsure what's causing this problem.

  2. #2
    try this
    Code:
    #showtooltip
    /stopmacro [channeling]
    /castsequence [mod:shift] Felblade; [mod:ctrl] Spirit Bomb; reset=target Art of the Glaive, Fracture, Focused Cleave

Posting Permissions

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