插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 拍卖行、交易和金币管理
- 界面布局、头像框、姓名板和动作条优化
GuildDKP 插件下载与使用指南
本页整理了 GuildDKP 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
GuildDKP 是一款 公会 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:Raecher
- 插件分类:公会
- 适配版本:2.5.5
- 累计下载:14,185
安装方法
- 点击上方下载按钮获取 GuildDKP插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 GuildDKP 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
GuildDKP 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
GuildDKP 常见问题
GuildDKP 适合需要 公会 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
GuildDKP 是一款魔兽世界插件,主要用于界面框架、头像、动作条或冷却显示优化。建议根据自己的版本和插件环境先测试兼容性。
插件用途
GuildDKP 主要面向需要公会功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 界面框架、头像、动作条或冷却显示优化
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
# GuildDKP
A complete DKP management and auction addon for **WoW TBC Anniversary**.
Built for guilds that want a clean, in-game DKP system with no external tools required —
points, bidding, rolloffs, refunds and a auto-trade are all handled inside the addon.
---
## Features
### DKP Management
- Per-guild data buckets — each guild has its own isolated DKP list. Twinking on alts in
another guild does **not** mix the data.
- Players who leave the guild are hidden from the list but their DKP is preserved
(rejoining restores them automatically).
- Sortable DKP list (by name / rank / DKP) with class colors.
- Boss-/Raid-DKP configuration — set DKP per boss, award to current raid in one click.
- Bulk awards use a single throttled message — no more disconnects when handing out
DKP to 25 raid members at once.
- Full DKP and auction audit log.
### Auctions
- Loot Master detection (in-game `IsMasterLooter` API + roster fallback).
- Bidding popup with current high-bid display, item link (clickable, hover for tooltip),
countdown timer and live announcements in /raid_warning.
- **+10 button** — calculates the next valid bid above the current high and submits
immediately.
- **ALL IN button** — bids your entire DKP. If two or more All-In bidders tie, an
automatic `/roll` decides the winner; if they tie again, the rolloff repeats.
- Refund button on the auction page — Loot Master can undo the last awarded auction
with one click (DKP refunded, log entry marked).
- Bid via `!bid <amount>` in raid chat works for players without the addon too.
### Auto-Trade
- When the Loot Master awards an item, it is remembered for the winner.
- When the winner opens a trade window with the LM, the item is automatically placed
in the next free trade slot.
- Stackable items: only **1** is split off, not the whole stack.
- After `ERR_TRADE_COMPLETE` the pending entry is removed — the item is not offered
again on the next trade.
- Soulbound items in the LM's bags are skipped.
### Officer Permissions
- Guild Master (rankIndex 0) is recognised as Officer automatically.
- Configurable rank whitelist: any rank with names like `Officer`, `Offizier`,
`Twink Offi`, `Gildenmeister` is treated as Officer.
- Configurable per-player whitelist for individual exceptions.
- Both lists are managed in the **Ranks** tab in the main window —
**only Officers can edit them**, and changes are broadcast/synced to all addon
users in the guild.
### Sync & Versioning
- Full state sync via **AceComm + LibDeflate + AceSerializer** — payloads are
compressed, chunked and rate-limited (no DC risk).
- Live broadcasts for DKP changes, auctions, refunds, rank changes.
- Active version check on login and every 30 minutes — chat warning if a newer
version is in your guild/group.
- Query a specific player's version: `/dkp version <name>` (or with target selected).
### Quality of Life
- Item tooltip enhancement: hover over a previously won item shows
`won by Enha on 12.05.26 (50 DKP)`.
- Per-character settings profiles (`bidStep`, `idleThreshold`, etc. can differ
per alt).
- Built-in profiler for performance debugging (`/dkp profile-stats`).
- Minimap button.
- Test mode for trying the addon solo.
---
## Slash Commands
| Command | Description |
|---|---|
| `/dkp` | Open / close the main window |
| `/dkp my` | Show your own DKP |
| `/dkp who <name>` | Show another player's DKP |
| `/dkp add <name> <±amount> [reason]` | Officer: add DKP |
| `/dkp set <name> <value> [reason]` | Officer: set DKP |
| `/dkp auction <itemlink>` | Loot Master: start an auction |
| `/dkp award` / `cancel` | Loot Master: finalise / cancel current auction |
| `/dkp version [name]` | Check your version, broadcast a check, or query a single player |
| `/dkp pending` | Show outstanding auto-trade entries |
| `/dkp profile [list / use / new / delete]` | Manage settings profiles |
| `/bid <amount>` | Place a bid in the active auction |
---
## Installation
1. Extract into `WoW Anniversary/Interface/AddOns/GuildDKP/`.
2. Both you **and the other addon users in your guild must run the same version** —
the active version check will warn you if they don't.
3. On first launch you will be in your current guild's bucket; old data from a
previous version is kept in a `_legacy_` backup. Use `/dkp adopt` to import it
into the active guild.
---
## Notes
- TBC Anniversary specific: the addon uses `C_Container` APIs with classic fallbacks
so it should work on TBC, WotLK Classic and SoD without changes.
- Player-to-player addon comm is used for sync; both clients must have the addon
installed for full functionality. Players without the addon can still bid via
`!bid <amount>` in chat.
---
**Feedback, bug reports and suggestions welcome on the CurseForge page or via PM.**
CurseForge: https://www.curseforge.com/wow/addons/guilddkp用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容