GS-Feral

I’ve seen a lot of burst macros that are great, but I wanted something that could help control my bleeds and normal rotation. This is for the regular GS version. I couldn’t get modifier commands to work on GS-E. /shrug

My current level is only 101. I’m leveling a lot of alts, so it’ll take me some time to get to 110 to test/edit this for max level. In my gear, the bleeds/DoTs are refreshing as planned.

Sequences['Feral_ST'] = {
PreMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [nostance:2] Cat Form
/cast [nostealth,nocombat] Prowl
]],
	[[/cast [stealth] Rake]],
	[[/castsequence [mod:ctrl] Tiger's Fury, Rake, Rip]],
	[[/cast [mod:ctrl] Ashamane's Frenzy]],
	[[/castsequence [mod:alt] reset=combat Savage Roar, Rip, Ferocious Bite]],
	[[/castsequence [nomod,nostealth] reset=target/combat Moonfire, Shred, Shred, Rake, Shred]],
[[/console autounshift 0
/cast [@player,mod:alt] Healing Touch
/console autounshift 1]],
PostMacro = [[
/use [combat,nomod] 13
/use [combat,mod:alt] 14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Talents: 3211322

No modifier = Cat form if in combat. Stealth if not in combat. Builds combo points while maintaining Moonfire DoT.
Alt modifier = Spends combo points. Listed by priority in rotation as suggested by Icy Veins and Noxxic. Also pops Healing Touch to fire off with finishers.
Control modifier = My little burst. You could add [[/cast [mod:ctrl] Berserk]], if you wanted to, but I prefer to not waste it on trash with the longer CD.

Example: Build 5 CP > ALT modifier > Build 5 more CP > ALT modifier > If Rip and Rake are about to fall off and your energy is at 20% or less, CTRL modifier until both bleeds are refreshed

I haven’t really worked on an AOE rotation yet. I’m using this in Macro Toolkit for the time being:

#showtooltip
/cleartarget [dead]
/target [nodead,harm]
/startattack
/castsequence [mod:alt] reset= target/combat Rake, Rip, null
/castsequence [nomod] reset=combat Thrash, Swipe, Swipe, Swipe

I Will try this out thanks.