30 Mar 2018 - UPDATE - I’ve made 2 new macros that improve performance for me. You can check them out at ***NEW 2 Button Brutal Slash Macros - "Scratch and Claw"*** - Patch 7.0+ - WoW Lazy Macros
30 Dec 2017 - UPDATE - I’ve made updates to my two macro setup. I’ve increased the use of Brutal Slash and Ferocious Bite with better results than my two original macros.
I’ve made two new macros - “Purrfect,” a Combo Point builder, and “Roar,” a Combo Point burner. I prefer two because it always assures that I am hitting my finishing move with a full five combo points. I still use a single button macro for casual use at times - (Sandwich23’s CatDPS) when I’m questing.
The talents are set at 2#1#221 (I usually use 2212221.) I’m geared pretty well (current ilvl is 949) and this combination of macros had single target damage peaking at over 3 million at times, 2 million at 30 seconds and 1.8 million at 60 seconds. I am using the two ring legendaries - Chatoyent Signet and Soul of the Archdruid. Soul of the Archdruid automatically adds the Soul of the Forest as a level 75 talent. This, in addition to Incarnation, has my Crit and Haste at 39% each, Mastery at 40% and Versatility at 9%. I would appreciate any suggestions and feedback, so feel free to comment. Much of what I’ve done is based on the brilliant contributions by other forum members (I’m looking at you Darkonius and Sandwich23).
The first, “Purrfect,” which builds combo points. When you reach five combo points, attack with second macro, “Roar.”
Here is “Purrfect”:
Sequences['Purrfect'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Spinnaker@Eitrigg",
SpecID=103,
Talents = "2X1X221",
Help = [[Talents: 2X1X221]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast [noform:2] Cat Form",
"/cast [nostealth,nocombat] Prowl",
},
PreMacro={
},
"/castsequence reset=combat Rake, Shred, Shred, Brutal Slash, Rake, Shred, Shred, Shred, Brutal Slash, Rake, Shred, Shred, Shred, Brutal Slash",
"/cast [combat] Berserk",
"/cast [combat] Tiger's Fury",
"/cast [combat] Ashamane's Frenzy",
PostMacro={
},
KeyRelease={
"/console autounshift 0",
"/cast Regrowth",
"/console autounshift 1",
},
},
},
}
And here is “Roar”:
Sequences['Roar'] = {
-- This Sequence was exported from GSE 2.2.03.
Author="Spinnaker@Eitrigg",
SpecID=102,
Talents = "2X1X221",
Helplink = "https://wowlazymacros.com/forums/topic/feral-dps-72017-ahk-friendly/",
Help = [[Talents: 2X1X221]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/cast [noform:2] Cat Form",
"/cast [nostealth,nocombat] Prowl",
},
PreMacro={
},
"/castsequence reset=target Rip, Ferocious Bite, Ferocious Bite, Rip, Ferocious Bite, nul",
"/castsequence Ferocious Bite, Rip, Ferocious Bite, Ferocious Bite, Rip, Ferocious Bite",
PostMacro={
},
KeyRelease={
},
},
},
}