1. ZeroTNightmare's Avatar
    ZeroTNightmare
    Guest

    Feral spirit burst macro.

    Hey guys I can't seem to get this to work. Here's what I've got.
    #showtooltip Feral Spirit
    /cast Feral Spirit
    /cast Blood Fury
    /use 14(second trinket)
    /use Potion of the Tol'Vir

    When I use this it uses the potion and feral spirit but the two in the middle don't cast. And the ui just says interrupt.
    Does anybody know how to get this to work?

  2. try to pop trinket, blood fury and potion before you use feral spirit, maybe it works

  3. This is my working 'Kill button'.

    #showtooltip Elemental Mastery
    /cast Elemental Mastery
    /cast Spiritwalker's Grace
    /cast Gift of the Naaru
    /cast Lava Burst
    /console Sound_EnableSFX 0
    /use Volcanic Potion
    /use 13
    /console Sound_EnableSFX 1
    /run UIErrorsFrame:Clear()

    Yours would look something like this:

    #showtooltip Feral Spirit
    /cast Feral Spirit
    /cast Blood Fury
    /console Sound_EnableSFX 0
    /use Potion of the Tol'Vir
    /use 14
    /console Sound_EnableSFX 1
    /run UIErrorsFrame:Clear()

    /console lines just make sure that you don't get error message on screen if you use the macro when trinket or potion is on CD. For some reason these console lines allows the macro to actually work properly on 1 click. Without those you need 2 clicks. Don't know if it's Molten's side fault or something else, but I've been looking Blizz forums and the macro you posted is the one everyone would use.

    Without these /console lines even the simple macro where you have 1 attack and 1 trinket isn't working properly (I know I needed those for FL rep trinkets and some other people were complaining that it's not working for them so I shared these macro lines and with them it was all good).

  4. ZeroTNightmare's Avatar
    ZeroTNightmare
    Guest
    I can still only get 2 to cast

  5. Just happens some times, eventhough it shouldnt it does an invisible ICD.
    Hit it once, wait a GCD and hit it again.
    Also I'd bind your pot to a different bind, since on molten if you accidentally spam it it uses more than one.

  6. Yeah, these kind of macros are potion sinkhole, whether you use it only when dire situation or all the time, your potions will just vanish. I used to drag along like 200 potions with me, but gave up when I saw that they go away faster than you'd be able to spill them.

  7. May 4, 2014  
    Just do a castsequence man. No reason to make this more difficult than it has to be.

  8. May 4, 2014  
    ZeroTNightmare's Avatar
    ZeroTNightmare
    Guest
    Trying to avoid having to press the same button 5 times

  9. May 8, 2014  
    Yeah those days are gone (vanilla macros). You are going to have to push the button more than once regardless.

    You can also combine castsequence and cast macros. Cast is server side, Castsequence is client side. This makes for some fun 1-button gaming if you know how to exploit it correctly.

  10. May 8, 2014  
    Just do a castsequence man. No reason to make this more difficult than it has to be.
    How is button-mashing easier solution?

    My 6 spells/items macro I put up there is working without cast sequence and on 1 button press, he just needs to experiment and rearrange his spells to make it work. It will work and it has to work if everything is Instant + 1 (instant) cast with gcd.

Posting Permissions

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