This site makes extensive use of JavaScript.
Please enable JavaScript in your browser.
Live
PTR
10.1.7
PTR
10.2.0
Feral Druid Macros & Addons - Dragonflight 10.1.7
By Guiltyas
Last Updated:
2023/09/06
Changelog
Patch: 10.1.7
Table of Contents
Rating: 3.8/5
(
15
Votes)
Guide Navigation
Rating: 3.8/5
(
15
Votes)
Macros and Addons provide many quality-of-life improvements in WoW, allowing players to improve how information is displayed in-game or automate decision-making to optimize performance.
In this guide, we will go over useful Feral Druid macros for , explain how to make your own macros, and cover some of the best Feral Druid addons for both hardcore raiders and general players alike. Whether you're looking for specialized Feral Druid macros to help you gain a competitive edge, or creating a custom user interface to expand your view of the game world, this page will help get you started with some of the most popular choices within the Feral Druid community.
10.1.7 Season 2
10.1.7 Cheat Sheet
10.1.7 Primordial Stones
10.1.7 Mythic+
10.1.7 Raid Tips
10.1.7 Talent Builds
10.1.7 Rotation
10.1.7 Support Buffs
10.1.7 Gear
10.1.7 Tier Set Bonus
Overview
Abilities & Talents
Advanced Concepts
Stats
Consumables
Macros & Addons
WeakAuras
Common Terms
Mythic+
Common Questions
Leveling
Simulations
Hotfixes
PvP Overview
PvP Builds
Mage Tower
About the Author
My name is Guiltyas, I'm currently raiding in Pure-Turalyon, where I joined towards the end of BFA. I've played Feral Druid since Wrath of the Lich King when I first picked it up as a main spec, since then I've engaged in almost all aspects of the game, from RBGs, to Challenge Modes, to Arena's, and of course to fairly high end raiding (around world 100 at the moment).
I've been an active and enthusiastic member of the feral druid community since discord heralded a new era of engagement among spec communities, I'm fairly well respected as a source of information and back that up with a long record of high end feral performance, I've claimed multiple rank 1's across different fights in different raid tiers, I've obtained Gladiator in the past (legion season 1), and now have a long history of providing information and help about about Feral Druid.
I'm enormously enthusiast about the spec and you can find me talking about Feral (passionately) in a few different places,
Twitter
, my
stream
, and of course the
Dreamgrove Discord
!
I enjoy walks on the beach and this is really what makes me reliable on the subject of Ferals! I do not own a cat :( but do appreciate them.
Macros
Macros are simple, in-game tools which allow you to sequence spells together, create custom names and icons, cast different abilities depending on whether the target is friendly or hostile, define targeting conditions, and much, much more. While the amount of options can be complex, making them is easy, so in this section we'll go over how to set them up yourself.
To open the in-game Macro interface, type "/macro" or "/m".
Choose between the General and Character-specific macro tabs. Then click the "New" button on the macro window.
Choose a Name and an Icon so you can easily recognize your macro, then click "Okay."
Select your new macro and use the text editor below to tell it what to do. If copying ours below, you can simply copy/paste the text in.
Click the "Save" button, and drag your macro icon onto your bars, which will allow it to be used just like any other spell from your spellbook.
To close the window, click "Exit", or just press Escape.
For more information on creating macros, including full lists of conditionals, modifiers, and other command customizations you can use, check out our full
Macros guide
.
Focus Macros
Focus macros are a simple way of casting a spell on a secondary target that you designate.
They follow the following formula:
/cast SPELL
Mouseover Macros
Mouseover macros are a simple way of casting a spell on a secondary target that you hover over without targeting.
They follow the following formula:
/cast SPELL
Feral Macros
Priority Interrupt Macro
You do have to know the monster name in advance, but it will focus the add you need to interrupt, hit
Skull Bash
, and you shouldn't leave your current target. The extra logic is in there in case you are already targeting the mob in question.
/use Skull Bash
/stopmacro
/cleartarget
/tar <Target Name>
/focus
/cast Skull Bash
/tell <player> You're next
Movement Macro
This macro will display the tooltip for whichever talent on the level 30 tier you have selected, will cast the selected talent, and if you are talented into Wild Charge and an ally is selected, will cancel form and Wild Charge to the target.
#showtooltip
/cast Tiger's Dash
/cancelform
/cast
Utility Talent Macro
Nothing complex here, just switches your button to whichever utility talent you pick.
#showtooltip
/cast Mass Entanglement;
CC Talent Macro
Nothing complex here, just switches your button to whichever utility talent you pick.
#showtooltip
/cast Incapacitating Roar; Mighty Bash
Regrowth Macro
Stops you from accidentally leaving form when you cast Regrowth without a proc.
#showtooltip
/run if InCombatLockdown() then SetCVar("autounshift",0) end
/cast Regrowth
/console autounshift 1
/cast
Mouseover Rake Macro
This just rake's your mouseover, particularly useful for AOE with Double Clawed Rake
#showtooltip rake
/cast Rake; Rake
How to Make a Macro
To open up the Macro menu, type "/macro" or "/m".
Choose between the "General" and Character-specific macro tabs. Then click on the "New" button on the macro window.
Choose a Name and an Icon so you can easily recognize your macro, then click on "Okay."
Select your macro's icon from the list at the top of the macro window, and then click in the text area below. Type or copy/paste your macro into the text area.
When you are finished, click the "Save" button, and to close the window, click "Exit".
Addons
Addons are powerful tools that can be used to both customize your gameplay experience, ranging from graphical overlays, replacement action bars, and unit/raid frames, to performance enhancements such as rotation helping spell reminders, buff/debuff tracking, popup reminders, and boss warnings. Here are some of the highly recommended and commonly used Feral Druid addons, which are certainly not required to play, but can go a long way toward increasing the information available to you in combat or simply make for a more pleasant viewing experience.
Unlike Macros, managing Addons is done outside of the game, but our
How to Install and Maintain Addons Guide
will take you step-by-step through the process.
The main addon that I would recommend for any Feral is Weakauras. Weakauras is a powerful tool that will allow you to modify your UI or visual space in order to display the information you need to see most easily. Were I too pick a single addon to use it would be Weakauras.
My Weakauras can be found
here
Other Weakaura compilations can be found in the Dreamgrove discord resources channel.
If you want to setup your own display then I would recommend
this aura
by moonbunnie which provides an easy plug and play set of snapshotting indicators.
While it's easy to use someone else's Weakauras, and many people do, I would recommend learning to use the addon yourself in order to customize the way you are fed information to most accurately conform to how you play. If you want to learn more about how to use Weakauras, the guide
here
should help.
I'd also recommend looking around on
Wago.io
, a weakauras database, for anything that jumps out to you as incredibly useful!
More Recommendations
User Interface
ElvUI - Very popular all-in-one UI overhaul.
Bartender4
- Highly customizable action bars which can be moved and organized however you like.
Chatter
- Replacement chatbox addon, with custom themes, fonts, and functions.
Deja Character Stats
- Adds more stats to the character panel, with customizable filters.
Elkano's Buff Bars
- Replaces the standard buff/debuff icons with ordered lists, including names and bar graph-style durations.
Mapster
- World map enhancement which adds coordinates, icons, and more.
Move Anything
- Allows any part of the default UI to be moved around.
OPie
- A specialized radial menu style actionbar, very useful for condensing less frequently used spells that don't always need to be on your main bars.
OmniCD
- A specialized addon to track your group members' cooldowns.
Sexy Map
- Makes your minimap sexy!
Shadowed Unit Frames
- Customizable player, target, and raid unit frames.
ThreatPlates
- Customize nameplates styles and add various information including buffs, debuffs and casting indicators
World Quest List
- Attaches a sortable list of active world quest lists, filtered by zone, to the edge of your map.
Combat and informational
BigWigs Bossmods - A lightweight, open source raid encounter addon.
Deadly Boss Mods - A more robust encounter addon for dungeons, raids, PvP, and more.
Details - A highly customizable damage and healing meter
Method Raid Tools
- Modular addon containing raid coordination tools for raid leaders and officers.
SimulationCraft - Simplifies simming your character by generating an in-game script to paste into SimCraft or Raidbots
WeakAuras2 - A very powerful addon that can display a massive variety of information including procs, casting indicators and raid boss warnings.
Of course, these recommendations are not the only useful addons out there; there are hundreds to choose from, of every type imaginable. If you're looking for something a little different, search through
Curseforge
or
WoWInterface
to find the right Feral Druid addons for you.
Our Feral Druid guides are always updated with the latest information from in-game experience, simulations, and logs; make sure to check our changelog to this page, by clicking on
View Changelog
at the top of the page. If you are interested in more in-depth Feral Druid guides for , make sure to browse the
Navigation Bar
below, and our list of
Related Guides
just beneath the
Table of Contents
.
Would you like to quickly find this guide using Discord? You can do it easily using
Jeeves Bot
! Click
here to add Jeeves
to your Discord server.
Previous Page:
Consumables
Next Page:
WeakAuras
Feedback
Thanks for reading our class guides! If you have any feedback about the guides, feel free to leave a comment in the section below and we will reply as quickly as possible. If you'd like to talk with any of our writers directly you can do so by joining our
Discord Server
and finding them there!
Share your comments about this guide in our Druid forum!
Tags:
PvE
Get Wowhead
Premium
$2
A Month
Enjoy an ad-free experience, unlock premium features, & support the site!