插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 任务路线、地图标记和野外探索
FarmerNodes 插件下载与使用指南
本页整理了 FarmerNodes 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
FarmerNodes 是一款 地图与小地图 / 钓鱼 / 草药学 / 工程学 / 采矿 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:malkamius
- 插件分类:地图与小地图 / 钓鱼 / 草药学 / 工程学 / 采矿
- 适配版本:2.5.5
- 累计下载:3,671
安装方法
- 点击上方下载按钮获取 FarmerNodes插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 FarmerNodes 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
FarmerNodes 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
FarmerNodes 常见问题
FarmerNodes 适合需要 地图与小地图 / 钓鱼 / 草药学 / 工程学 / 采矿 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
FarmerNodes 是一款魔兽世界插件,主要用于地图、区域、任务路线或交通提醒。建议根据自己的版本和插件环境先测试兼容性。
插件用途
FarmerNodes 主要面向需要地图与小地图功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 地图、区域、任务路线或交通提醒
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
FarmerNodes
A premium, performance-optimized resource node tracking addon for World of Warcraft (TBC Classic / Anniversary Edition).
FarmerNodes automatically monitors, records, and displays coordinates for Mining Veins, Herb Bushes, Fishing Pools, Gas Clouds, and Treasure Chests on both the World Map and the Minimap.
Key Features
1. Smart Node Collection & Tracking
- Automatic Detection: Intercepts spellcasts and gathers resource names from the game tooltip to accurately record harvest coordinates.
- De-duplication & Distance Filtering: Prevents database bloat by filtering out duplicate nodes within 15 yards.
- Rare Spawn Integration: Automatically removes coordinates of standard nodes (e.g., Fel Iron, Adamantite) when a rare spawn node (e.g., Khorium, Rich Adamantite) is harvested at the same position.
- Floating Node Offsets: Automatically projects coordinates 15 yards ahead of the player's facing direction for remote nodes (Fishing Pools and Gas Clouds) where players stand at a distance.
- Zone Phasing: Employs
HereBeDragons-2.0to correctly map coordinates to the active WoW map ID, handling phased areas flawlessly.
2. High-Performance Display
- World Map Canvas: Built on Blizzard's modern
MapCanvasDataProviderMixinarchitecture to render thousands of icons smoothly without frame rate drops. - Pooled Minimap Pins: Minimap icons are dynamically cached and recycled to conserve memory. Pin positions automatically adjust to match your Minimap's zoom level, scaling, shape (circular/rectangular), and camera rotation.
- Distance-based Transformation: Minimap icon textures automatically transition into subtle, color-coded tracking rings when you enter their vicinity (default: 15 yards) for cleaner tracking.
- TomTom Waypoints: Right-click any World Map pin to add a TomTom navigation waypoint instantly.
3. Settings & Controls
- AceConfig Settings Panel: Open using
/fnor/farmerto configure pin opacity, scales, category displays, and database locks. - Flexible Display Modes: Configure whether nodes are shown as their exact harvested resource, their most likely base resource (e.g. Fel Iron instead of Khorium), or their highest level potential resource.
- LibDBIcon Minimap Button: Includes a modern settings button featuring a custom fantasy compass icon. Fully compatible with minimap button managers (like MBB) to keep your UI clean.
- In-UI Keybindings: Easily assign hotkeys directly from the settings panel to quickly toggle Minimap and World Map icons on/off.
4. Database Maintenance & Import
- GatherMate2 Migration: Directly import your own harvested coordinates from local GatherMate2 SavedVariables.
- Prefilled Data Importer: Instantly load pre-existing community coordinates from the
GatherMate2_Datalibrary database. - Database Clean & Sweep: Built-in de-duplication sweep engine to clean up close coordinates and optimize database search times.
Installation
- Download the latest release of FarmerNodes.
- Extract the folder into your World of Warcraft directory:
World of Warcraft\_anniversary_\Interface\AddOns\FarmerNodes - Launch the game, and ensure the addon is enabled in your AddOns list.
Commands
| Command | Description |
|---|---|
/fn or /farmer |
Toggles the Settings Options UI window. |
/fn sweep |
Runs a database cleanup to merge close coordinates and remove duplicate entries. |
Developer Hook API
Other addons can register callbacks to hook into the UI, inspect active pins, or dynamically change properties of pins during events.
Callback Subscription
FarmerNodes:RegisterCallback(eventName, callbackFunc)
| Event Name | Parameters | Description |
|---|---|---|
"OnPinCreated" |
(pinFrame, category, nodeID, mapType) |
Fired when a pin is acquired or created. mapType is "minimap" or "worldmap". |
"OnPinReleased" |
(pinFrame, mapType) |
Fired when a pin is recycled back to the cache pool. |
"OnPinUpdated" |
(pinFrame, distSq, mapType) |
Fired during Minimap updates when a pin’s visual state is refreshed. |
"OnDatabaseUpdated" |
(zoneID, category, encodedCoord, nodeID, actionType) |
Fired when a node is added ("ADD") or deleted ("DELETE"). |
Public Queries
FarmerNodes:GetActiveMinimapPins(): Returns a key-value table of all active minimap pin frames currently rendered.FarmerNodes:GetActiveWorldMapPins(): Returns an array of all active world map pin frames.FarmerNodes:GetNodesInZone(zoneID, category): Returns all database nodes in a given zone ID for a specific category.
License
This project is licensed under the MIT License.
CurseForge: https://www.curseforge.com/wow/addons/farmernodes用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容