1. #1
    The Patient Wiredmana's Avatar
    10+ Year Old Account
    Join Date
    Feb 2012
    Location
    In the Mountains
    Posts
    302

    Macro to stop interrupting a channel

    What I want is a macro to allow Evocation to finish casting rather than interrupt it, put evocation on cooldown, and not receive the Invoker's Energy.

    Quartz is no longer working for me and since I used to be so reliant on it - I'm ultimately screwing up.

    One's I've tried to use:

    PHP Code:
    #showtooltip Frozen Orb
    /stopmacro [channeling
    /
    cast Frozen Orb 
    PHP Code:
    #showtooltip Frozen Orb
    /Cast [Nochanneling]Frozen Orb 
    PHP Code:
    #showtooltip Frozen Orb
    /cast [nochanneling:EvocationFrozen Orb 
    None seem to work. Suggestions wanted.
    Last edited by Wiredmana; 2013-01-05 at 11:48 PM.

  2. #2
    Code:
    /cast [nochanneling:Mind Flay] Mind Flay
    Works just fine when I'm playing Shadow. I don't see why your last one wouldn't work.

  3. #3
    The Patient Wiredmana's Avatar
    10+ Year Old Account
    Join Date
    Feb 2012
    Location
    In the Mountains
    Posts
    302
    These seem to work with nearly every other spell but Frozen Orb - Which is probably the second most common spell to hit right after an evocation(First being Frost Bomb). I had a little trouble with Frostfire, but that was easily fixed. This one's giving me trouble.

  4. #4
    Quote Originally Posted by Wiredmana View Post
    [PHP]#showtooltip Frozen Orb
    /cast [nochanneling:Evotation] Frozen Orb
    Evotation? Try fixing the typo and see if it works?

  5. #5
    The Patient Wiredmana's Avatar
    10+ Year Old Account
    Join Date
    Feb 2012
    Location
    In the Mountains
    Posts
    302
    I actually deleted my Cache and WTF (I was experiencing sound problems) and it worked.

    Typo was not included in the actual macro.

  6. #6
    The Insane Aquamonkey's Avatar
    10+ Year Old Account
    Join Date
    Jul 2011
    Location
    Universe
    Posts
    18,149
    I use variations of all 3 codes in multiple macros. They work fine for me.

    EDIT: Even with Frozen Orb.
    Code:
    #showtooltip
    /assist [help]
    /cancelaura Invisibility
    /cancelaura Ice Block
    /stopmacro [channeling:Evocation][channeling:Arcane Missiles]
    /cast [mod:shift,spec:2]Frozen Orb;Fire Blast
    Last edited by Aquamonkey; 2013-01-06 at 12:05 AM.

  7. #7
    Quote Originally Posted by Wiredmana View Post
    I actually deleted my Cache and WTF (I was experiencing sound problems) and it worked.

    Typo was not included in the actual macro.
    Wasn't there a blue post a few days back about a macro issue with Frozen Orb due to the item of the same name. If I remember correctly you're going to need to add () at the end after Frozen Orb to keep the issue from creeping back up.

Posting Permissions

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