Close
Showing results 1 to 10 of 68

Hybrid View

  1. #1

    Default

    Arcane Mage

    Single and Multi-target

    Step 1: 1
    Step 2: 2
    Step 3: 3

    1:
    Code:
    /assist focus
    /stopmacro [channeling]
    /castsequence reset=5 Arcane Blast,Arcane Blast,Arcane Blast,Arcane Blast,Arcane Barrage
    2:
    Code:
    /assist focus
    /stopmacro [channeling]
    /cast [combat] Arcane Power
    /cast [combat] Supernova
    /use 13
    /use 14
    3:
    Code:
    /assist focus
    /stopmacro [channeling]
    /cast Arcane Missiles
    Talents: 1 3 2 2 3 3 1
    Mastery > Multistrike > Haste > Crit


    Destro Warlock

    Single Target

    Step 1: 1
    Step 2: 2
    Step 3: 3
    Step 4: 4

    1:
    Code:
     /assist focus
     /stopmacro [nocombat]
     /stopmacro [channeling]
     /cast Dark Soul: Instability
     /cast Shadowburn
     /petattack
    2:
    Code:
     /assist focus
     /stopmacro [nocombat]
     /stopmacro [channeling]
     /cast Chaos Bolt
    3:
    Code:
     /assist focus
     /stopmacro [nocombat]
     /stopmacro [channeling]
     /castsequence Conflagrate,Incinerate,Incinerate
     /cast Dark Soul: Instability
    4: Do not advance to the next Step for 0.2 seconds and only trigger once
    Code:
      
     /assist focus
     /stopmacro [channeling]
     /castsequence reset=5 Immolate, Incinerate, Incinerate, Incinerate, Incinerate
     /petattack
    Talents are: 2 2 1 2 1 1 3
    Pet is the Terrorguard
    Crit>Mastery>other stuff

    Multi Target

    Step 1: 5
    Step 2: 6

    5:
    Code:
    /assist focus
    /stopmacro [nocombat]
    /stopmacro [channeling]
    /cast !Fire and Brimstone
    /cast Dark Soul: Instability
    /cast Conflagrate
    /petattack
    6:
    Code:
    /assist focus
    /stopmacro [channeling]
    /cast !Fire and Brimstone
    /castsequence reset=5 Immolate, Incinerate, Incinerate, Incinerate, Incinerate,Incinerate
    /petattack
    A note on the Destro single target macros: I tried a number of different macros with delays for a period of building Burning Embers then a period of casting Dark Soul and Chaos Bolts, as I would do if playing one solo. I got the timing to work pretty well, but it was very inconsistent DPS and averaged a bit lower than the 4 macro scheme above. Therefore, I fell back to just using these more straightforward macros that simply use Dark Soul and Chaos Bolts when available.


    Disc Priest

    Step 1: 1
    Step 2: 2
    Step 3: 3
    Step 4: 4

    1:
    Code:
    /stopmacro [channeling][mod:shift]
    /castsequence  [@Cheetarah,exists,nodead][@Deacon,exists,nodead][@Astonia,exists,nodead][@focus,exists,nodead][@raid1,exists,nodead][@party1,exists,nodead]  Power Word: Shield, Prayer of Mending, Penance
    2: This macro is only used selectively. I drop it out if I am able to focus a bit more on manually healing, but keep it in when learning a fight or being lazy
    Code:
    /stopmacro [channeling]
    /targetparty
    /cast Power Word: Shield
    3:
    Code:
    /stopmacro [channeling][mod:shift]
    /castsequence    [target=target,harm,nodead][target=focustarget,harm,nodead][target=raid1target,harm,nodead][target=party1,harm,nodead] Holy Fire
    /use 13
    /use 14
    /cast Power Infusion
    /cast Archangel
    4:
    Code:
    /stopmacro [channeling][mod:shift]
    /cast [combat] Divine Star
    /cast [combat] Halo
    /cast [combat][target=raid1target,help,nodead][target=party1target,help,nodead][target=focus,exists,nodead][target=raid1,exists,nodead][player] Cascade
    Talents: 3 1 3 3 2 1 2
    Mastery > Crit > Haste
    Last edited by Mercurio : 01-17-2015 at 03:00 PM Reason: Added Destro Lock and Disc Priest macros, talents, stat priorities
    10-boxing Alliance Sargeras and Kil'jaeden

  2. #2
    Member luxlunae's Avatar
    Join Date
    Aug 2008
    Location
    Bay Area, CA
    Posts
    1431
    Blog Entries
    37

    Default

    Quote Originally Posted by Mercurio View Post
    (No macro needed, just the Arcane Missiles ability. Alternatively, if you really want a macro: "/cast Arcane Missiles")

    Lol, some people like the safety blanket!

  3. #3

    Default

    There is a practical reason to macro single spells: it keeps you from having to coordinate with the action bar. Especially in the pro setup, this can be useful when you have multiple characters using the same class/spec specific key map.

    At this point, almost every single action I have is using a named macro, regardless of complexity.

  4. #4

    Default

    First let me just say Thank You!! I have a prot pally, disc priest, 3x DestLock team so your updated macros were awesome. Granted the team isn't 90 yet (87's most of em) so I needed to go through and cruft out stuff I couldn't cast just yet that was causing lock ups, but it was still a great start!

    I had a question and a quick correction. On the Prot Pally I didn't understand why on Step 3 you separated out the other casts like that? Isn't step 3 just a priority cast and so wouldn't it be the same thing if your Macro 3 was:

    Code:
    /castsequence reset=9 Avenger's Shield, Sacred Shield, Avenger's Shield
    /cast [combat][player] Holy Prism
    /cast Holy Wrath
    /cast Hammer of Wrath
    /cast Consecration
    The correction was on the disc priest:

    Quote Originally Posted by Mercurio View Post
    3:
    Code:
    /stopmacro [channeling][mod:shift]
    /castsequence    [target=target,harm,nodead][target=focustarget,harm,nodead][target=raid1target,harm,nodead][target=party1,harm,nodead] Holy Fire
    /use 13
    /use 14
    /cast Power Infusion
    /cast Archangel
    This macro needs to be fixed if your using the talents you have selected since Power Word: Solace replaces Holy Fire.

  5. #5

    Default

    Gideon,

    Thanks for the comments.

    On the Prot Pally, you are probably right. I could simplify that macro setup by using the code you suggested instead of multiple steps.

    On on the Disc Priest, fortunately, the macro system is smart enough to auto-replace the Holy Fire with Solace if you have taken that talent. I left it as Holy Fire in case I ever switch out of the Solace talent - won't have to change the macro.
    10-boxing Alliance Sargeras and Kil'jaeden

  6. #6

    Default

    Quote Originally Posted by Gidaeon View Post
    First let me just say Thank You!! I have a prot pally, disc priest, 3x DestLock team so your updated macros were awesome. Granted the team isn't 90 yet (87's most of em) so I needed to go through and cruft out stuff I couldn't cast just yet that was causing lock ups, but it was still a great start!

    I had a question and a quick correction. On the Prot Pally I didn't understand why on Step 3 you separated out the other casts like that? Isn't step 3 just a priority cast and so wouldn't it be the same thing if your Macro 3 was:

    Code:
    /castsequence reset=9 Avenger's Shield, Sacred Shield, Avenger's Shield
    /cast [combat][player] Holy Prism
    /cast Holy Wrath
    /cast Hammer of Wrath
    /cast Consecration
    Ok tested by just having step 3 have multiple actions w/direct keybinds and it definitely does not do the same thing

  7. #7

    Default

    OK, I'll leave it as is.

    Let me know if you have any other improvements, though. Always looking to make these better.
    10-boxing Alliance Sargeras and Kil'jaeden

  8. #8

    Default

    Quote Originally Posted by Mercurio View Post
    Arcane Mage

    Single and Multi-target

    Step 1: 1
    Step 2: 2
    Step 3: 3

    1:
    Code:
    /assist focus
    /stopmacro [channeling]
    /castsequence reset=5 Arcane Blast,Arcane Blast,Arcane Blast,Arcane Blast,Arcane Barrage
    2:
    Code:
    /assist focus
    /stopmacro [channeling]
    /cast [combat] Arcane Power
    /cast [combat] Supernova
    /use 13
    /use 14
    3:
    Code:
    /assist focus
    /stopmacro [channeling]
    /cast Arcane Missiles
    In step 1, will Arcane Barrage ever cast with a reset of 5?

  9. #9

    Default

    Quote Originally Posted by sync00 View Post
    In step 1, will Arcane Barrage ever cast with a reset of 5?
    reset=5 means that the macro will reset if 5 seconds pass without it being pressed again, not 5 seconds from the time it's called for the first time. So as long as you keep pressing your DPS key, it will go through the whole castsequence.

Posting Rules

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