Close
Showing results 1 to 4 of 4
  1. #1

    Default Post-7.0 Macros/Setup (DK and BM Hunter)

    Hey guys, I havent seen anyone post any post-7.0 builds yet, so I figured I'd drop in and post what I've been doing. So far, the only ones I've gotten somewhat right are my BM Hunter and my Blood DK. I use a 6-step setup that is basically the "Popsicle Stick" jamming buttons 1-6. My Blood DK has the following setup:

    1: Death Strike
    2: Bonestorm
    3: Boil Blood
    4: Marrowrend
    5: Death's Caress
    6: Heart Strike

    His talents are 1, 3, 1, 2, 2, 1, 1. I like to go with Passive abilities as much as possible just for simplicity. So far he is out-DPSing my DPS characters except my BM Hunter.

    The Hunter setup is:

    1: /assist party1/petattack
    /stopmacro [channeling]
    /cast a murder of crows

    2: Stampede
    3: Bestial Wrath
    4: Dire Beast
    5: Multi-shot
    6: Cobra Shot

    Talents are: 1, 1, 1, 2, 3, 1, 1

    Cannot seem to get any solid DPS out of my Mage or Elemental Shaman. Anyone got builds/Macros for those yet?
    "Twilight is upon me. And soon, night must fall". My days in WoW are over, but I'm back to where it all started, EverQuest!

  2. #2
    Member JohnGabriel's Avatar
    Join Date
    Oct 2008
    Location
    Seattle Washington, USA
    Posts
    2272

    Default

    The priority macros I use which give me slightly better DPS then before the patch, since they are so simplified.

    Mage:
    1
    /cast Frozen Orb
    /cast Icy Veins
    2
    /cast Ice Floes
    /castsequence reset=target Frostbolt, Frostbolt, Frostbolt, Ice Lance, Flurry
    3
    /cast Frost Nova
    4
    /cast Cone of Cold
    5
    /cast Ice Barrier
    Elemental Shaman
    1
    /castsequence reset=target Flame Shock, Lightning Bolt, Chain Lightning, Lightning Bolt, Chain Lightning, Earth Shock, Lightning Bolt, Chain Lightning, Lightning Bolt
    /cast Blood Fury
    2
    /cast Lava Burst
    /cast Elemental Mastery
    3
    /cast Thunderstorm
    /cast Ancestral Guidance
    /cast Astral Shift

  3. #3

    Default

    Sweet, thank you. I'll give those a try and see how much improvement I get..
    "Twilight is upon me. And soon, night must fall". My days in WoW are over, but I'm back to where it all started, EverQuest!

  4. #4

    Default

    My BM macros - using GnomeSequencer Addon.

    Talents: 3,3,2,1,2,1,3

    *tanknamehere and alternatenamehere - populate these with the name of your tank or melee or whoever you want to pick up BM aggro. Or just leave them if you want your pets to do it.


    -- BEAST MASTERY
    Sequences['BM-ST'] = {
    StepFunction = [[
    limit = limit or 1
    if step == limit then
    limit = limit % #macros + 1
    step = 1
    else
    step = step % #macros + 1
    end
    ]],
    PreMacro = [[
    /Petattack
    /cast [nopet]Call Pet 1;
    /cast [nochanneling,@tanknamehere, exists, nodead][nochanneling,@alternatenamehere, exists, nodead][@pet, exists, nodead] Misdirection
    /petautocastoff [group] Growl
    /petautocaston [nogroup] Growl
    ]],
    '/castsequence [nochanneling, @target, harm, nodead, exists] !Kill Command, Cobra Shot, Cobra Shot',
    '/cast [nochanneling, @target, harm, nodead, exists] Dire Beast',
    '/cast [nochanneling, @target, harm, nodead, exists] A Murder of Crows',
    '/cast [nochanneling, @target, harm, nodead, exists] Chimaera Shot',
    '/cast [@pet, dead] Revive Pet',
    PostMacro = [[
    /use [combat]13
    /cast [combat] Bestial Wrath
    ]],
    }

    Sequences['BM-AE'] = {
    StepFunction = [[
    limit = limit or 1
    if step == limit then
    limit = limit % #macros + 1
    step = 1
    else
    step = step % #macros + 1
    end
    ]],
    PreMacro = [[
    /Petattack
    /cast [nopet]Call Pet 1;
    /cast [nochanneling,@tanknamehere, exists, nodead][nochanneling,@alternatenamehere, exists, nodead][@pet, exists, nodead] Misdirection
    /petautocastoff [group] Growl
    /petautocaston [nogroup] Growl
    ]],
    '/castsequence [nochanneling, @target, harm, nodead, exists] !Kill Command, Multi-Shot, Multi-Shot',
    '/cast [nochanneling, @target, harm, nodead, exists] Dire Beast',
    '/cast [nochanneling, @target, harm, nodead, exists] A Murder of Crows',
    '/cast [nochanneling, @target, harm, nodead, exists] Chimaera Shot',
    '/cast [@pet, dead] Revive Pet',
    PostMacro = [[
    /use [combat]13
    /cast [combat] Bestial Wrath
    ]],
    }
    Last edited by MadMilitia : 07-30-2016 at 08:56 PM

Posting Rules

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