Description
Description
Turn your minimap into a hud for farming ore / herb.
WARNING: ADDON_ACTION_FORBIDDIN with Midnight
Unfortunately, I have to disable the ping function for FarmHud, and it will remain disabled until /reload is executed.
The reason: The PingLocation function is now a protected function. Unfortunately, I currently see no other way to prevent ADDON_ACTION_FORBIDDEN.
Classic clients are not currently affected.
I'm currently frustrated and angry with Blizzard. Not a good state to be in when contacting Blizzard.
Minimap / Nodes / FarmHud
Blizzard has designed the Minimap element as All-in-One (Terrain texture + Nodes) and the nodes are inaccessable for addons.
It could not be separated. It could not be copied. Minimap and FarmHud can't be displayed at the same time.
While mouseover is activated (Mouse on), the area for access to the 3D world is limited to the left and right on the screen boundaries.
(It's like the Highlander: There can only be one.)
Contains
● Gather circle ( color / transparency adjustable )
● Direction indicators (cardinal points) ( color / transparency adjustable )
● Player coordinations ( color / transparency adjustable )
● Minimap button (and broker panel integration) ( optional )
● Show minimap terrain texture ( transparency adjustable )
● Key bindings
● OnScreen buttons ( transparency adjustable )
▻ Toggle mouseover mode
▻ Toggle background
▻ Toggle option panel
▻ Close HUD
● Tracking options ( retail client only )
● !! New experimental module !! TrailPath
▻ Display your path on Minimap/FarmHud with red arrows.
▻ Color, transparency and icons are adjustable


Option panel
The option panel are available over Game Menu > Interface > AddOns > FarmHud
or by chat command
or by chat command
/run FarmHud:ToggleOptions()
Supports
● Routes
● _NPCScan.Overlay ( outdated )
● Bloodhound2 ( outdated )
● By library LibHijackMinimap
▻ Magneto ( outdated, owner is missing )
● By library HereBeDragon
▻ TomTom
Addon compatibility
I know it is not a complete list of addons, but you can report addons for the list.
From time to time i will look on updated versions.
Minimap AddOns
● BasicMinimap v9.2.0 | Okay
● Chinchilla Minimap v2.12.2 | Okay
● Mappy Continued v4.6.8 | Working without errors -- Problems with Minimap Buttons
~ (Currently untested) Minimap addons found on Curseforge
● Neat Minimap | Untested
● Clean-Mini-Map | Untested
● DejaMinimap | Untested
● DFMinimap | Untested
● MaxiMap | Untested
● EKMinimap | Untested
● ReMinimap Again | Untested
● zrMinimap (Classic only) | Untested
~ (Currently untested) Minimap addons found on WoWInterface
● PocketPlot | Untested
● Ajs MM (Classic only) | Untested
UI AddOns
● ElvUI | Okay
● GW2_UI | Okay -- Working after little fix. Tested version 7.13.0 @ 2025-05-10.
● DragonFlight UI Classic | Incompatible -- Force background transparency of minimap to 100% and makes the minimap to a secure frame. That prevents close and/or move in combat. Tested version 0.33.2 @ 2025-08-10
Problems and possible workarounds
[1] Use of anonymous frames makes correct functioning more difficult. Possible workaround: Disable "Show elements" in FarmHud Options.
@Authors of Minimap and UI AddOns
I've added a function to register (anonymous) frames that anchored on Minimap.
Please use it to make smooth cooperation between our AddOns possible.
FarmHud:RegisterForeignAddOnObject( <frame object>, <addon name> )
~~ No addon should have the sole claim to the minidap frame. We should use it cooperatively. ~~
Dragonflight problems
▻ I'm currently getting error messages after changing the keyboard layout. Hope it only happens to me.
Bug reports, feature requests and Support
Localization
Do you want to help translate this addon?
See Curseforge localization tool
See Curseforge localization tool
Macro functions
/run FarmHud:Toggle() /run FarmHud:ToggleMouse() /run FarmHud:ToggleBackground() /run FarmHud:ToggleOptions()
Our other projects
