New player Feral macros (Help, Opinions)

Hey guys, as a new player i got overwhelmed with all the feral druid`s abilities and my keyboard was running out of free buttons :D. Than i went to research how macros work and created few i already use, some good, some not that much. I will really apreciate your opinions and tip to improove them or add some new ones.
First one is Feral frenzy into Maim

#showtooltip
/castsequence reset=44 Feral Frenzy, Maim (this one is not very usefull since i use Maim mostly when Iron jaws is up, but i really wanted to combine FF with quick finisher)

Second one is my healing macro, uses Regrowth if its up not leaving Cat form, ctrl and shift for Swift-Rejuv in caster form if im getting rekt, kind of want to get easy back in cat form but still working on that

/cast [mod:ctrl] Swiftmend; [mod:shift] Rejuvenation
/console autounshift 0
/cast [@player] Regrowth
/console autounshift 1

Third one is my favourite, i have Rip and Tear tallent, so if in stealth uses Rip and Tear, if not mod ctrl for just Rake, recently added Tigers Fury but its casting whenever i press the macro (is it possible not to cast Tiger`s fury if enemy is not in range [combat] is not working)

#showtooltip
/cast reset=30 [mod:ctrl] Rake; [stealth] Rip and Tear
/cast Tiger’s Fury
Also i really want to get Bersek into a macro but no idea how that whould work best, id like to hear your experienced opinions!

Hi, I’m guessing your macros are PVP focused. As someone who focuses on PVE, I thought I’d share some of mine.

The first is a different take on your Regrowth macro, but only prevents you from shifting out of cat form if you are in combat. It will cast CR if the your mouseover is dead or regrowth on your mouseover if they are alive and friendly. If your mouseover is hostile or doesn’t exist it’ll cast Regrowth it on yourself. If you’ve taken guardian affinity and are in bear form it’ll cast Frenzied Regeneration instead:

#showtooltip
/run if InCombatLockdown() then SetCVar(“autounshift”,0) end
/cast [@mouseover, help, dead, combat] Rebirth
/cast [talent:3/2, stance:1] Frenzied Regeneration
/cast [@mouseover, help] [@player] Regrowth
/console autounshift 1

The second really helps with the spark bots on High Tinker Mekkatorque and I suspect would be very good for locking down melee in PVP. If you are in combat it will cast entangling roots and focus the target. Then will always cast entangling roots on your focus target. When you exit combat or your focus dies, the macro will clear your focus target. I have a separate /clear focus macro keybound in case I need to change my focus before it dies.

#showtooltip
/clearfocus [noexists, nocombat]
/cast [@focus, exists, nodead] entangling roots
/stopmacro [@focus, exists, nodead]
/cast entangling roots
/focus [@target]

Last macro handles shape shifting. It’ll switch between bear form and cat form if you’re in combat. If you’re out of combat it will switch between cat form and travel form (if you’re outdoors or swimming):

#showtooltip
/cast [swimming] Travel Form
/cast [indoors, stance:0] Cat Form; [indoors, stance:1] Cat Form; [indoors, stance:4] Cat Form
/cast [stance:2, outdoors, nocombat] Travel Form
/cast [combat] Bear Form
/cast [outdoors] Cat Form

1 Like

I use my “easy mode” macros for casual pvp, you might see something useful in them. The damage boost macro has berserk/incarnation in there. Note that these macros are not designed for max damage, they are easy mode fun macros, good enough for wpvp and casual bgs.

https://youtu.be/3aGo2hgBsgc

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