1. #1

    Killing spree macro

    I am trying to make a macro that swaps my fast offhand for a slow one then uses killing spree. So far I have

    /castsequence reset=59
    #showtooltip [mod] 0 16; 17
    /equipslot 17 0 16
    /cast Killing Spree


    This works out of combat but in combat it just changes my weapons. What am I doing wrong?
    Quote Originally Posted by Dj
    your a Gnome, how the heck does it feel to suck that badly?
    Quote Originally Posted by Xtacle
    Gnomes are awesome, and piss people off, how does it feel to die to a tiny pink puffball?

  2. #2
    Swapping weapons in combat puts you on the GCD. If you want to do this you will want to weapon swap on the previous GCD because then it resets the GCD, so you waste less - ending up with a slightly longer than normal GCD, and then KS.

  3. #3
    The Patient
    10+ Year Old Account
    Join Date
    Mar 2011
    Location
    The Overthere, Tunare
    Posts
    203
    Equipping a weapon triggers a global; killing spree is not off global cooldown anymore. Your macro won't work as is.

    If you make an equipset with just the different weapons, you can spam the macro and after the gcd from the switch, it will do killing spree

    Whereas your current macro will just swap weapons over and over.

  4. #4
    Since [worn] no longer seems to work, you pretty much have to do this with a mod:
    Code:
    #showtooltip
    /cast [mod] Killing Spree
    /equipslot 17 0 16
    If mod, Killing Spree; else swap OH wep.
    Last edited by Squirl; 2012-10-27 at 03:26 AM.

Posting Permissions

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