1. #1
    Scarab Lord Grubjuice's Avatar
    10+ Year Old Account
    Join Date
    Jun 2012
    Location
    Spook central
    Posts
    4,167

    /click (actionbutton) + exclamation point toggle [!] + /castsequence

    On my destruction lock I have three macros for my spells that jive with Fire and Brimstone, one for Conflagrate, one for Incinerate and one for Immolate+Curse of the Elements, at the moment they all *WORK* but the last one does not display the tooltips the way i want it to.

    the First two work fine:

    Code:
    #showtooltip Conflagrate
    /cancelaura [nomod] Fire and Brimstone
    /cast [mod] !Fire and Brimstone
    /cast Conflagrate

    and

    Code:
    #showtooltip Incinerate
    /targetenemy [noexists][dead][noharm]
    /cancelaura [nomod] Fire and Brimstone
    /cast [mod] !Fire and Brimstone
    /cast Incinerate

    I am having trouble with the Immolate/CoE macro though because i can't get the tooltip to display the sequence of main spells (Immolate then CoE) when i press a mod button:

    Code:
    #showtooltip 
    /targetenemy [noexists][dead][noharm]
    /cancelaura [nomod] Fire and Brimstone
    /cast [mod] !Fire and Brimstone
    /castsequence reset=target,9 Immolate, Curse of the Elements

    I though maybe it would be possible to replace /cast [mod] !Fire and Brimstone with /click [mod] !MultiBarRight1 assuming (MBR1 has FnB assigned to it)
    will this following macro work?:

    Code:
    #showtooltip
    /targetenemy [noexists][dead][noharm]
    /cancelaura [nomod] Fire and Brimstone
    /click [mod] !MultiBarRight1
    /castsequence reset=target,9 Immolate, Curse of the Elements

  2. #2
    Deleted
    You'd macro /cast !Fire and Brimstone, then put that on MultiBarRight1, then macro /click [mod]MultiBarRight1.

  3. #3
    Scarab Lord Grubjuice's Avatar
    10+ Year Old Account
    Join Date
    Jun 2012
    Location
    Spook central
    Posts
    4,167
    thanks! 12

Posting Permissions

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