Nyte's MM GS ST and AoE macro's.

Hey all,

Just wanted to post my macro that I use in case others wanted to try it out and give feedback and criticism.

The sequences I went with are the priorities at Icy Veins for ST, AoE, Glyphs and Talents.

Current raiding situations are as follows:

Ilevel: 659
Talents:1, 1, 2, 3, 3, 1, 3. ( I took Glaive Toss over Barrage because of my positioning that sometimes pulls unneeded mobs.) (Lone Wolf Buff is Quickness of the Dragonhawk for %5 Multistrike).
Glyphs: (Major) Chimaera Shot, Deterrence, Disengage.
Buffs: Raid. Personal: Oralius’ Whispering Crystal and Hyper Augment Rune.
DPS: 26k initial burst then lowering to 22k-23k at the end of Boss encounters.

Thanks for looking!


Sequences['Mark'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat,nochanneling] Rapid Fire
/console Sound_EnableSFX 0
]],
    '/cast [nochanneling] Chimaera Shot',
    '/cast [nochanneling] Kill Shot',
    '/cast [nochanneling] Aimed Shot',
    '/cast [nochanneling] Stampede',
    '/cast [nochanneling] Glaive Toss',
    '/cast [nochanneling] Aimed Shot',
    '/cast [nochanneling] Steady Shot',
    '/cast [nochanneling] Chimaera Shot',
    '/cast [nochanneling] Steady Shot',
PostMacro = [[
/cast [combat,nochanneling] Rapid Fire
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Sequences['MarkAoE'] = { 
PreMacro = [[
/targetenemy [noharm][dead]
/cast [combat,nochanneling] Rapid Fire
/console Sound_EnableSFX 0
]],     
    '/cast [nochanneling] Chimaera Shot',
    '/cast [nochanneling] Kill Shot',
    '/cast [nochanneling] Aimed Shot',
    '/cast [nochanneling] Glaive Toss',
    '/cast [nochanneling] Aimed Shot',
    '/cast [nochanneling] Steady Shot',
    '/cast [nochanneling] Multi-Shot',
    '/cast [nochanneling] Steady Shot',
PostMacro = [[
/cast [combat,nochanneling] Rapid Fire
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Thanks for the Macro - tested out on my garrison dummies and definite improvement over my Surv numbers. Going to test out in BRF LFR and see what i can do . At least this one doesn’t disconnect me from game when i start it :slight_smile: