1. #1

    help regarding a macro

    /cast imp swarm
    /cast Summon Terrorguard

    trying to get this macro to work..
    want a macro to at the start of a fight, get both terrorguard and imp swarm up
    and from that point and forward cast it for imps.. but it wont let me get the terrorguard up.. any ideas how to change it, so it works ?

  2. #2
    They are probably both on the global cool down.
    Quote Originally Posted by Tyrion Lannister View Post
    Congrats Blizz. Everyone who wanted a Vanilla realm will get it with WoD. So much for never moving backward. Though, it will not be a pure vanilla server since you can still fly in the old content, and you don't have to farm things just to raid. Just wanted to congratulate Blizz for giving the folks what they wanted, a classic vanilla world.
    Quote Originally Posted by Tyrion Lannister View Post
    Or, maybe instead of making a strawman, they could just get a lvl 1 pony after they complete a quest in the starting zone

  3. #3
    Quote Originally Posted by Neevs View Post
    /cast imp swarm
    /cast Summon Terrorguard

    trying to get this macro to work..
    want a macro to at the start of a fight, get both terrorguard and imp swarm up
    and from that point and forward cast it for imps.. but it wont let me get the terrorguard up.. any ideas how to change it, so it works ?
    As far as I'm aware, both abilities are on the GCD. As such, your macro will cast Imp Swarm and then try to recast Imp Swarm at a second push, finding it to be on cooldown. If you want a macro for more than one GCD restricted ability, two possible options are a sequence or a modifier. As in:

    #showtooltip Imp Swarm
    /castsequence reset=2 Imp Swarm, Summon Terrorguard

    That'll allow you to cast both, but require that you push the button twice. And the sequence will reset after completing it or two seconds after you stop pushing the button.

    Alternately:

    #showtooltip
    /cast [mod:alt] Summon Terrorguard
    /cast Imp Swarm

    This will cast Imp Swarm, unless you hold down Alt, in which case it'll cast Summon Terrorguard.

    In either case, you'll have to push the button twice. Modifier macros do tend to be a bit more flexible and less dodgy than sequence macros, though.
    Last edited by Shamran; 2015-01-21 at 03:10 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
  •