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

    Fire and Brimstone macro (works but doesn't display right)

    On my destruction lock I have three macros for my spells that jive with Fire and Brimstone: Immolate+Curse of the Elements (my opening castsequence); one for Conflagrate; and one for Incinerate.

    At the moment they all *WORK* but the first one does not display the tooltips the way i want it to (i.e. is shows Immolate and CoE in sequence when i am not using FnB, but it doesn't show Immolate and CoE in sequence when i *am* using FnB.

    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

    _______________
    never mind i got the answer from UI/Macro forum

    create a macro:
    #showtooltip Fire and Brimstone
    /cast !Fire and Brimstone

    and assign that macro to MultiBarRight1

    and then add
    /click [mod] MultiBarRight1 to all the macros
    Last edited by Grubjuice; 2013-07-17 at 02:37 PM.

Posting Permissions

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