插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 界面布局、头像框、姓名板和动作条优化
Achievements 插件下载与使用指南
本页整理了 Achievements 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
Achievements 是一款 成就 / 聊天与通讯 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:deathwing1337
- 插件分类:成就 / 聊天与通讯
- 适配版本:1.15.8,2.5.5
- 累计下载:10,706
安装方法
- 点击上方下载按钮获取 Achievements插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 Achievements 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
Achievements 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
Achievements 常见问题
Achievements 适合需要 成就 / 聊天与通讯 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
Achievements 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化,适合对应经典服或周年服版本使用。建议根据自己的版本和插件环境先测试兼容性。
插件用途
Achievements 主要面向需要聊天与通讯功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 界面框架、头像、动作条或冷却显示优化
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
Achievements
Achievements brings a Blizzard-style achievement system to World of Warcraft Classic Era and The Burning Crusade clients. It adds the achievement frame, statistics, achievement tracking, completion toasts, chat links, title rewards, social comparison, and a compatibility API for other addons.
Supported Clients
- Classic Era (
11508) - The Burning Crusade / Anniversary (
20505)
Classic Era uses bundled Blizzard achievement UI files because the client blocks the native achievement UI. The Burning Crusade uses the client-provided achievement UI where available, with runtime patches for Classic-specific behavior.
Required Addons
Achievements ships as two addon folders:
Achievementsis the runtime addon. It contains the UI integration, achievement API, tracking, saved progress, chat links, networking, comparison, guild announcements, title support, and compatibility fixes.AchievementsDatais the required generated data addon. It contains the achievement database, categories, criteria, statistics, title data, localizations, and fallback icon assets.
Install both folders side by side:
Interface/AddOns/Achievements
Interface/AddOns/AchievementsData
The bundled release zip includes both folders. A standalone Achievements zip expects AchievementsData to be installed beside it. If AchievementsData is missing, the runtime addon cannot load because it has no achievement data to display or evaluate.
Quick Start
- Open Achievements from the micro button or with the default keybinding
Y. - Open Statistics with
SHIFT-Y. - Shift-click an achievement while a chat box is open to insert a clickable achievement link.
- Use the normal quest-watch tracking modifier on an achievement to track or untrack it on screen.
- Right-click another friendly player and choose
Compare Achievements, or type/ach-compare PlayerName. - Select earned achievement title rewards from the Character frame title dropdown, or use
/ach-title.
Screenshots
Achievement Summary

Statistics

Achievement Earned Toast

Chat Announcement

Clickable Achievement Link

Tracked Objectives
![]()
Title Selection

Features
- Blizzard-style achievement UI: achievement categories, points, completion dates, criteria, rewards, summary views, and statistics in a familiar frame.
- Classic and TBC data sets: client-specific generated data for achievements, categories, criteria trees, statistics, quests, maps, reputations, factions, items, spells, skills, emotes, titles, and localizations.
- Saved progress: local character progress for supported Classic/TBC criteria, with account-wide storage reserved for account-wide achievement state and shared remote snapshots.
- Completion feedback: achievement toasts, local chat output, and addon-message achievement broadcasts visible to nearby or guild players running the addon.
- Achievement tracking: track incomplete achievements in a lightweight watch frame that updates alongside the quest tracker.
- Clickable chat links: achievement links work in Classic chat channels even on clients that normally strip unsupported achievement hyperlinks.
- Player comparison: compare achievements and statistics with another player running the addon through the right-click player menu or
/ach-compare. - Armory-style snapshots: fetch and store achievement snapshots from a player or from addon users in the hidden achievements channel with
/ach-fetch. - Achievement title rewards: earned title rewards can be selected from the Character frame or
/ach-title; selected addon titles are shared with nearby addon users through group, guild, and addon-channel messages. - Retail-style API compatibility: exposes familiar functions such as
GetAchievementInfo,GetAchievementCriteriaInfo,GetAchievementLink,GetStatistic,AddTrackedAchievement,RemoveTrackedAchievement, comparison APIs, and achievement frame toggles for addon compatibility. - Data-only updates: generated data and icon updates can be released through
AchievementsDatawithout replacing the runtime addon.
Slash Commands
| Command | Description |
|---|---|
/ach-compare <name> |
Compare achievements and statistics with another player running the addon. |
/ach-fetch or /ach-fetch channel |
Request achievement snapshots from addon users in the hidden achievements channel. |
/ach-fetch player <name> |
Request a snapshot from one player. |
/ach-fetch show |
Show a summary of stored remote snapshots. |
/ach-fetch clear |
Clear stored remote snapshots. |
/ach-title |
List available earned title rewards. |
/ach-title <number> |
Select a title from the /ach-title list. |
/ach-title none |
Clear the selected addon title. |
Support/debug commands also exist for troubleshooting, but they are not needed for normal play.
Data and Localization
The companion AchievementsData addon is generated from 3.4.5.63697 data and filtered for the supported clients:
- Classic Era: 386 achievements and 177 statistics.
- The Burning Crusade: 643 achievements and 254 statistics.
- Included localizations:
deDE,esES,esMX,frFR,koKR,ptBR,ruRU,zhCN, andzhTW.
Runtime localization overlays are applied from AchievementsData based on your game client locale.
Notes and Limitations
- This addon is a local Classic achievement system. It is not Blizzard's account-wide Retail achievement service.
- Progress depends on what the Classic client exposes through APIs, events, chat messages, saved variables, and generated data. Some achievements can be backfilled from current character state, while others only progress after the addon observes the relevant event.
- Social comparison, remote snapshots, title sharing, and guild achievement messages require other players to run a compatible version of the addon.
- Keep
AchievementsandAchievementsDatafrom the same release whenever possible so runtime behavior and generated data stay in sync.
Package Notes
Achievementscontains runtime Lua, bindings, UI integration, bundled Classic achievement UI files, media, saved-variable handling, and compatibility APIs.AchievementsDatacontains generated Lua data files and icon assets. It does not provide UI by itself.- Both packages are released under the GNU GPL3 license.
用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容