Simple Minimap Blip

by cc27
Herbalism 3 more categories

Modify the appearance of tracking icons on the minimap.

WoW 12.1.0 Actively Maintained

Trend Explorer

Recent download momentum

Estimated downloads/hour over observed intervals in the last 48 hours.

Latest interval 0 /h 0.998h observed interval · ending Sep 11, 6 PM
Peak estimate +2.01 /h 0.993h observed interval · ending Sep 11, 9 AM
Average estimate +0.152 /h Time-weighted · 47.1h covered of 48h

Lines connect interval estimates, not hourly measurements. Unobserved time is not counted as zero or extrapolated to now.

About this addon

What it does

===== Context & The Issue =====
Let me dive into the details of why things have changed.

In Patch 12.0.7, Blizzard removed the API previously used to customize minimap tracking icons. You can verify this on the Warcraft Wiki page ([https://warcraft.wiki.gg/wiki/API_Minimap_SetBlipTexture](https://warcraft.wiki.gg/wiki/API_Minimap_SetBlipTexture)), which explicitly states under the history section: "Patch 12.0.7 (2026-06-16): Removed."

Because of this, conventional addon methods can no longer modify tracking blips. To achieve the old customization effect, we are left with only two options:

 

=== Approach 1: Scripted Overlay via HBD Library ===
This method uses the HereBeDragons library ([https://www.curseforge.com/wow/addons/herebedragons](https://www.curseforge.com/wow/addons/herebedragons)) to fetch node coordinates and manually overlay a custom frame on top of each blip.

Pros: Seamless addon updates. Users can simply subscribe on addon platforms (like CurseForge) to stay up to date automatically.

Cons: While this works fine for static nodes like herbs, ores, and fishing pools, it is an absolute nightmare for dynamic or high-density nodes like NPCs and players. This approach forces the Lua code to calculate positions and re-anchor frames on every single frame. Unlike static resource nodes, players move constantly. In epic battlegrounds or crowded capital cities, even with aggressive throttling implemented (e.g., limiting updates to a few dozen times per second), this will cause severe performance degradation and a stuttery user experience.

 

=== Approach 2: Native Asset Overriding (Directory Injection) ===
Blizzard's texture atlas system itself is still active, and its hardcoded path remains unchanged—they simply blocked addons from changing it via API. We can bypass this restriction by dropping our custom BLP files directly into the native directory.

Pros: Zero performance impact. It creates absolutely no extra frames and requires no real-time coordinate calculations. The game engine handles the reskinning entirely at the native level.

Cons: Any future updates will require you to manually copy the BLP files into the directory. Furthermore, the initial setup requires a complete game restart (subsequent overwrites only need a /reload), and players who prefer "clean" game directories might dislike managing external files manually.

 

===== Conclusion & Recommendation =====
The core purpose of this project is to overhaul tracking icons across all categories, including herbs, ores, fishing pools, new flight paths, NPCs, and players. Because of this scope, Approach 1 is completely out of the question—the performance hit and poor experience in PvP or cities are simply unacceptable. Therefore, I have chosen Approach 2.

Final Verdict:
If you only care about tracking herbs or ores, you might want to look into other addons that use the library method. However, if you still need NPC and player tracking, don't mind a bit of manual setup, and want flawless performance, you can download the ZIP file.

Extract it and copy the BLP files directly into your game directory:
[Your WoW Folder]\_retail_\Interface\Minimap
(Note: You will need to manually create the Minimap folder if this is your first time doing this).

 

 

 


 

At-a-glance numbers

Performance highlights

  • Peaked at Hot #1538 on Aug 14, 2026.
  • Peaked at Rising #1444 on Aug 14, 2026.
  • Featured on the Hot list across 5 distinct weeks.
  • Shipped 2 releases in the last 30 days.
  • Averaging 4 new downloads per day over the past week.

Visuals

Screenshots 1

Use real gameplay shots to assess the addon before installing.

Discover more

Keep exploring

Similar addons you might also want to check out.

More by cc27

Same creator, different utilities.

Similar in Herbalism

Comparable addons in the same lane.

GatherMate2 #187
35.0M downloads

Collects Herbs, Mines, Gas Clouds, Archaeology, Treasure and Fishing locations and adds them to the worldmap and minimap

FarmHud #208
4.9M downloads

Turns your minimap into a hud for gathering resources!

WoWGatheringNodes #1057
535.7K downloads

Retail & Classic Node Database and custom object injector for Gathermate2, Carbonite

PathMaker #1198 #571
3.5K downloads

PathMaker – Generate or create your own farming routes with or without a clean minimap UI.

Grind Tracker #1232 #1332
10.8K downloads

A lightweight session tracker for grinders and gatherers. Tracks kills, XP, coin, and item loot value in real-time using Auctionator pricing. Remove mispriced items from the loot log with instant recalculation. Toggle any stat on or off to suit your style.

Track Resources #1398
204.7K downloads

Tracks mining and herb resource location points

GatherSlave #1448 #448
1.8K downloads

All-in-one gathering tracker addon, showing your tools, buffs and performance.

Night's Farmtracker #1489 #258
827 downloads

Tracks items looted during farming sessions and shows their vendor and auction house value in real time.

Skill Helper #1685
213.9K downloads

Addon to allow quick viewing of Profession Skill Bars, Access to quick use Skill Buttons,

MidnightGather #2222 #303
1.0K downloads

Auto-records herb & ore nodes and builds efficient farming routes, with a return-to-route arrow. Lightweight, zero dependencies, 6 languages.

Come & Get It // Herb, Ore, and Treasure Chest Location Announcer #2250 #4176
43.7K downloads

Found an herb you can't pick, a mineral vein you can't mine, or a locked treasure chest with no Rogue in sight? Right-click it, and Come & Get It creates a message you can use to share or broadcast the coordinates. Being a hero has never been so easy.

FarmMap #2310 #1237
6.7K downloads

FarmMap is a gathering addon that automatically records herb, ore, fish, and wood node locations on your minimap and world map as you harvest them.