Ferocious Bite - Regrowth macro feral druid

/cast Ferocious Bite
/cast Regrowth

Why doesnt this work on 5 combo points when predatory swiftness makes Regrowth instant cast ? Any other way to write it ?

Predatory Swiftness
Requires Druid (Feral)
Requires level 80

Your finishing moves have a 20% chance per combo point to make your next Regrowth or Entangling Roots instant, free, and castable in all forms.

if there is a global CD in between a macro cant do it in one key press :frowning:

What does not have a GC ?

I mean if there is a GCD between Ferocious Bite (has a GCD) and Regrowth, then you will need to press the button two times for it to cast Regrowth :slight_smile:

I guess you could use ( Still need 2 button presses :slight_smile: )
/run SetCVar(“autounshift”,0)
/castsequence reset=12 Ferocious Bite, Regrowth
/run SetCVar(“autounshift”,1)

Thanks. Yeah I understood that. I just wondered what might not have a GC.

barkskin, ironbark e.g. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.