1. #1

    Need help with this Warlock Macro!

    Hey there,

    I'm trying to put a /castseq. macro with a mod:alt, but i can't figure it out

    this is the base code

    /petattack [nocombat]

    /castsequence reset=target/combat [modifer:alt] [pet:voidwalker] Sacrifice; [pet:felhunter] Spell Lock; [pet:succubus] Seduction; <-------Pet abilities I want to be used when {alt} is held and 1 is pressed

    Immolate, Corruption, Curse of Agony <----- my castseq. that's I want used when 1 is pressed without alt

    any help is deeply welcomed.

  2. #2
    Legendary! gherkin's Avatar
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    Vancouver, BC, Canada
    Posts
    6,002

    Re: Need help with this Warlock Macro!

    1) Modifiers only work with clicks, not key presses

    2) Modifiers do not work with Castsequence

    3) What you want does not require Castsequence

    /petattack [nocombat]
    /cast [modifier:alt,pet:voidwalker] Sacrifice; [modifier:alt,pet:felhunter] Spell Lock; [modifier:alt,pet:succubus] Seduction;
    /castsequence reset=target/combat Immolate, Corruption, Curse of Agony

    This should work, but if it doesn't then I was wrong and what you want is impossible.

    R.I.P. YARG

  3. #3

    Re: Need help with this Warlock Macro!

    You can use Modifiers in Castsequence macros, sort of. You can set a modifier to use a castsequence, but you cannot set a modifier to cast certain spells within a sequence. Something like this can produce the effect:

    /castsequence [mod] reset=xyz Spell1,Spell2
    /castsequence [nomod] reset=xyz Spell1,Spell3,Spell2

    He is correct though, there is no reason to use castsequence for the pet abilities. The macro he suggested should do what you want.


  4. #4

    Re: Need help with this Warlock Macro!

    Ok, I think I understand.

    So this will (when alt + 1 is pressed) cast whichever pet ability on the specific pet i have out, and during normal operation cast my spell sequence of Immolate, Corr, Agony?

  5. #5

    Re: Need help with this Warlock Macro!

    just tryed it out, works fine, thanks a ton

  6. #6

    Re: Need help with this Warlock Macro!

    Quote Originally Posted by gherkin
    1) Modifiers only work with clicks, not key presses
    wrong

    i have button 1 - 5 macroed with modifiers

    as long as you dont have other keys binded to a regular alt 1 - 5 it simply works

  7. #7

    Re: Need help with this Warlock Macro!

    Quote Originally Posted by Darklordace

    as long as you dont have other keys binded to a regular alt 1 - 5 it simply works

Posting Permissions

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