Simple Bear-kitty DPS

I made this at 101 for a little more dps as I was gearing and for guild runs when there was a real tank present. Also so I didn’t have to change specs and be unarmed as the other weapons had not been made available to me yet.

You must be guardian spec with feral affinity for this to work.

it is not spectacular but it does work.

As with any of my macros and that i’m still leveling this toon I will probably tweak it here and there.

optionally you can remove the – from line 12 to use stealth and charge.


Sequences['bearkittydps'] = {
author="KeilMe",
specID=104,
version=8,
source = "Local",
helpTxt = "Talents: 3321321",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/targetenemy [noharm][dead]
/cast [nostealth,nocombat] Prowl
--/cast [stealth,nocombat,nogroup] Wild Charge 
/castsequence [stealth,nocombat] Rake
]],
"/castsequence [combat] reset=target  Shred, Rake, Rake, Swipe",
"/castsequence [combat] reset=target  Rip, Ferocious Bite",
PostMacro=[[
]],
}