插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 界面布局、头像框、姓名板和动作条优化
Endeavor Simple Progress Tracker 插件下载与使用指南
本页整理了 Endeavor Simple Progress Tracker 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
Endeavor Simple Progress Tracker 是一款 鼠标提示 / 住房 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:Er3VoS
- 插件分类:鼠标提示 / 住房
- 适配版本:12.0.0,11.2.7
- 累计下载:7,792
安装方法
- 点击上方下载按钮获取 Endeavor Simple Progress Tracker插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 Endeavor Simple Progress Tracker 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
Endeavor Simple Progress Tracker 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
Endeavor Simple Progress Tracker 常见问题
Endeavor Simple Progress Tracker 适合需要 鼠标提示 / 住房 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
Endeavor Simple Progress Tracker 是一款魔兽世界插件,主要用于住房相关功能。建议根据自己的版本和插件环境先测试兼容性。
插件用途
Endeavor Simple Progress Tracker 主要面向需要住房功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 住房相关功能
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
Endeavor Tracker
A World of Warcraft addon that displays XP progress for housing endeavor milestones with customizable display options and automatic tooltips.
Features
- XP Progress Display - Shows XP needed for the next milestone on hover over the progress bar
- House Finder Tooltips - Hover neighborhood entries in Blizzard's House Finder to see endeavor progress
- Task XP Tooltips - Automatically displays contribution XP values when hovering over tasks
- 7 Display Formats - Choose from detailed, simple, progress bar, short, minimal, percentage, or next & final formats
- 12 Color Presets - Customize text color with preset options or custom color picker
- Decimal Precision - All values display with 1 decimal place for accuracy
- Dynamic API Integration - Automatically reads milestone data from the game API
- Clean UI - Non-intrusive tooltip-style overlays that appear only when needed
- Automatic Updates - Refreshes when you earn XP or complete tasks
- MVC Architecture - Clean, maintainable code structure following Model-View-Controller pattern
Installation
- Extract the
EndeavorTrackerfolder to your WoW AddOns directory:
World of Warcraft\_retail_\Interface\AddOns\
- Restart WoW or type
/reloadin-game
Usage
XP Progress Display
- Open the Housing Dashboard (Press
Hor click the Housing icon) - Navigate to the Endeavors tab
- Hover over the endeavor progress bar to see your XP progress
House Finder Tooltips
- Open the House Finder (social menu or housing button)
- Hover over any neighborhood in the list
- View the current endeavor name, milestone progress, and completion percentage
Task XP Tooltips
- Hover over any task in the Endeavors tab to see its contribution XP value
- The addon automatically reads XP data from your activity log (most recent completion)
- Tooltips show the task name and contribution amount (e.g., "0.65 XP")
- Data updates automatically when the activity log changes
Commands
/et- Open settings panel
Settings
Access the settings panel through:
- Game Menu → Options → AddOns → Endeavor Tracker
- Or use the command:
/et
Text Format Options
Choose how the XP information is displayed (all values show 1 decimal place):
- Detailed (Default) -
Milestone 2: 125.0 / 250.0 (125.0 XP needed) - Simple -
125.0 XP to reach Milestone 2 (completed: M1) - Progress Bar Style -
M2 Progress: 125.0/250.0 (50.0%) - 125.0 XP to go - Short -
To Milestone 2: 125.0 XP remaining - Minimal -
125.0 XP to next milestone - Percentage Focus -
50.0% to M2 - 125.0 XP needed - Next & Final -
Next: 125.0 XP | Final: 875.0 XP
Color Options
- Tooltip Text Color - Change the color of the XP display text (default: golden)
- Click the color box to open the color picker for custom colors
- Click "Reset to Default" to restore the original golden color
- Choose from 12 preset colors:
- Gold (Default), Bright Gold, White, Light Blue
- Cyan, Green, Light Green, Orange
- Red, Pink, Purple, Yellow
All changes take effect immediately and are saved across sessions.
Milestones
The addon tracks all 4 housing endeavor milestones:
- 250 XP - First milestone
- 500 XP - Second milestone
- 750 XP - Third milestone
- 1,000 XP - Maximum (final milestone)
Milestone values are automatically read from the game API with fallback to these hardcoded values if API data is unavailable.
Code Structure
The addon follows an MVC (Model-View-Controller) architecture:
- Model -
Core.lua- Data model with API interactions, XP calculations, and task cache - View
Display.lua- XP progress overlay on the endeavors frameTooltips.lua- Task tooltip enhancements showing contribution XPUI.lua- Settings panel with customization options
- Controller -
EndeavorTracker.lua- Main controller coordinating events and commands
Compatibility
- WoW Version: 12.0.1 (The War Within)
- Interface: 110207, 120000
- APIs: Uses
C_NeighborhoodInitiativeandC_HousingAPIs- C_NeighborhoodInitiative for active neighborhood initiative data
- C_Housing for multi-neighborhood enumeration and discovery
Technical Details
- SavedVariables:
EndeavorTrackerDBstores color and text format preferences - Task XP Cache: Built from activity log using most recent completion time for each task
- Cache Behavior: Rebuilds automatically from activity log when needed for real-time accuracy
- Percentage Calculations: Shows progress between milestones (not total progress)
- Decimal Precision: All numeric values display with 2 decimal places
- Tooltip Enhancement: Automatically detects and enhances task tooltips without duplicate entries
- Multi-Neighborhood API: Uses C_Housing.HouseFinderRequestNeighborhoods() to enumerate accessible neighborhoods
- Real-Time Events: Listens to NEIGHBORHOOD_LIST_UPDATED and HOUSE_FINDER_NEIGHBORHOOD_DATA_RECIEVED events
- Event Listeners: Monitors 8 events for real-time updates (NEIGHBORHOOD_INITIATIVE_UPDATED, INITIATIVE_ACTIVITY_LOG_UPDATED, INITIATIVE_TASK_COMPLETED, INITIATIVE_COMPLETED, INITIATIVE_TASKS_TRACKED_LIST_CHANGED, NEIGHBORHOOD_LIST_UPDATED, HOUSE_FINDER_NEIGHBORHOOD_DATA_RECIEVED, PLAYER_ENTERING_WORLD)
Known Issues
- The XP overlay only appears on hover (intentional design to keep UI clean)
- Task tooltips show XP based on your most recent completion of each task from the activity log
- If the progress bar is not detected automatically, try
/et refresh
Support
If you encounter any issues, try:
/reloadto reload the UI/et refreshto manually refresh the tracker and task cache- Close and reopen the Housing Dashboard
License
Free to use and modify.
CurseForge: https://www.curseforge.com/wow/addons/endeavor-simple-progress-tracker用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容