Close
Showing results 1 to 4 of 4

Threaded View

  1. #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
  •