1. #1

    Primal Elementalist Question

    When using Primal Elementalist should - Immolate and fire nova be turned on or off? Fire Blast is on of course.

  2. #2
    Quote Originally Posted by Jstreet View Post
    When using Primal Elementalist should - Immolate and fire nova be turned on or off? Fire Blast is on of course.
    You only want to use fire nova in AoE so you cancel the autocast on fire nova and macro fire nova to CL.

    Code:
    #showtooltip Chain Lightning
    /cast Fire Nova
    /cast Chain Lightning
    immolate and fire blast should be on

    you can also find the info on Storm earth and lava iirc.
    Last edited by woopytywoop; 2017-10-05 at 01:47 PM. Reason: derped

  3. #3
    Thanks for that.

  4. #4
    Field Marshal
    7+ Year Old Account
    Join Date
    Oct 2014
    Location
    Switzerland
    Posts
    58
    question with same topic:
    once fire nova is turned off and i use storm ele its 300%damage buff isnt auto cast anymore... is there a way to deal with this issue?

  5. #5
    Deleted
    Quote Originally Posted by Blorgo View Post
    is there a way to deal with this issue?
    Turn it on.

  6. #6
    Field Marshal
    7+ Year Old Account
    Join Date
    Oct 2014
    Location
    Switzerland
    Posts
    58
    so you turn it on during pulltimer on the first pull after changing talents? there is no elegant way?

  7. #7
    Quote Originally Posted by Blorgo View Post
    so you turn it on during pulltimer on the first pull after changing talents? there is no elegant way?
    I'd make a macro that includes fire elemental and storm elemental and use

    Code:
    #showtooltip 
    /tar player
    /cast fire elemental
    /cast Primal fire elemental
    /cast storm elemental
    /cast primal storm elemental
    /targetlasttarget
    /petautocaston <ability>
    /petautocastoff fire nova
    change <ability> with the pet ability you want to have autocast on, I'm not in game and no clue what the spell is called and also can't test it.
    Normally, this should work with all possible talent combination and should avoid ninja pulls when you drop it prepull with boss targetted. Probably you need to press the macro twice since the pet needs to be summoned before you can change the autocast.

    Idk if icon and tooltip will update depending on spec, but that can also be done by using a script at the end


    Code:
    /petautocasttoggle <ability>
    you can use to toggle the autocast
    Last edited by woopytywoop; 2017-10-18 at 02:16 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
  •