插件中文资料库
中文说明、玩家点评、适用场景和替代推荐,方便快速判断是否适合你。
- 副本、团队本和大秘境战斗提醒
PIManager 插件下载与使用指南
本页整理了 PIManager 的功能用途、适用人群、安装方法和常见问题,方便玩家快速判断是否需要安装。
适合谁用
PIManager 是一款 牧师 / 增益与减益 类插件,适合需要优化界面、提升操作效率或补充游戏信息提示的魔兽世界玩家。
基本信息
- 插件作者:jdpr007
- 插件分类:牧师 / 增益与减益
- 适配版本:12.0.7
- 累计下载:14,137
安装方法
- 点击上方下载按钮获取 PIManager插件文件。
- 解压后将插件文件夹放入 World of Warcraft/_retail_/Interface/AddOns 目录。
- 重启游戏或在角色界面点击插件,确认 PIManager 已启用。
- 如果插件不生效,请检查版本是否匹配,或关闭同类冲突插件后重试。
使用建议
PIManager 安装后建议先在角色界面确认已启用,进入游戏后根据插件提供的命令、小地图按钮或设置面板进行调整。如遇到报错,可先单独启用该插件排查冲突。
PIManager 常见问题
PIManager 适合需要 牧师 / 增益与减益 类功能的玩家,特别是希望提升游戏便利性、界面管理或战斗信息获取效率的用户。
下载后解压到 Interface/AddOns 目录,然后重启游戏并在角色界面启用插件。
常见原因是目录多套一层、游戏版本不匹配、依赖插件缺失或同类插件冲突。
可以查看本页的替代插件推荐和相关插件区域,按下载量和分类选择同类工具。
插件 AI 问答
可以问:这个插件正式服能用吗、和 DBM 冲突吗、怎么设置、有没有替代插件。
PIManager 是一款魔兽世界插件,主要用于增益、减益、光环或职业状态监控、副本、团本、大秘境或钥石辅助。建议根据自己的版本和插件环境先测试兼容性。
插件用途
PIManager 主要面向需要增益与减益功能的玩家,用来改善游戏体验、减少重复操作或补充默认界面没有直接提供的信息。
适用场景
- 增益、减益、光环或职业状态监控
- 副本、团本、大秘境或钥石辅助
使用建议
安装后建议先在角色选择界面或插件管理器中确认已启用,再进入游戏测试是否与现有整合包、WA 和其他插件冲突。如遇报错,可以先禁用同类插件排查。
PI Manager v1.10.1
Power Infusion manager for Priests of all specializations. Fully compatible with WoW 12.0.7 (Midnight). Optimized for parties and raids up to 40 players.
Install
Copy the PIManager folder to:
World of Warcraft/_retail_/Interface/AddOns/PIManager/
Then /reload or restart the game. On login the addon prints a confirmation, and it creates the PIManager macro once you've fully entered the world.
How it works
PI Manager builds and maintains a normal Blizzard macro named PIManager in your macro book. Open /macro, drag it to any action bar slot, and bind that slot to whatever key you like. The addon keeps the macro body up to date automatically — you never edit it by hand.
The macro uses live target conditionals, so the actual recipient is resolved by the game at the moment you press it:
/cast [@<assigned>,help,nodead] Power Infusion (plain cast if no one is assigned)
/cast [@player] Power Infusion
/use 13 (if Trinket 13 enabled and equipped)
/use 14 (if Trinket 14 enabled and equipped)
/use <bag> <slot> (if a combat potion is enabled and found)
Cast behavior: if you've assigned someone and they're castable, Power Infusion lands on them. Otherwise — no assignment, or the assigned player is dead/gone/out of range — the cast falls through and the Priest talent Twins of the Sun Priestess distributes it to a nearby ally, preferring damage dealers. After each cast the addon prints who Power Infusion landed on.
Requires the Twins of the Sun Priestess talent for the automatic "pick a damage dealer" behavior. Without it, an unassigned or failed cast follows default WoW targeting (your current friendly target, or nothing) instead.
Features
- Main GUI window —
/pito toggle, or left-click the minimap button - Two launch points: a LibDBIcon minimap button (tooltip shows the current assignment) and an entry in Blizzard's AddonCompartment menu
- Status line in the window showing Power Infusion's cooldown (Ready / CD seconds) and who the next cast will target
- Player list with class colors and faction tags ([A] Alliance / [H] Horde)
- Rescan button (and
/pi rescan) to force-rebuild the list from the current roster if it ever looks stale or incomplete - Auto-maintained Blizzard macro — drag from
/macroto any action bar slot, bind however you like - Cast confirmation: after each cast, prints who Power Infusion landed on (assigned / Twins-distributed / self)
- Trinket slot 13 / 14 toggles (only fire if the slot is equipped)
- Combat potion toggle, with a custom potion set by drag-and-drop or by item ID / name
- Debug + diagnostics output for troubleshooting
Slash commands
| Command | Action |
|---|---|
/pi |
Toggle the window |
/pi hide |
Close the window |
/pi assign <name> |
Assign PI to a player |
/pi clear |
Clear the assignment |
/pi trinket1 [on|off] |
Toggle/set Trinket slot 13 usage |
/pi trinket2 [on|off] |
Toggle/set Trinket slot 14 usage |
/pi potion [on|off] |
Toggle/set combat potion usage |
/pi setpotion <id|name> |
Set custom potion by item ID or exact name |
/pi clearpotion |
Clear custom potion (revert to default list) |
/pi rescan |
Force-refresh the player list from the current roster |
/pi macro |
Create/update the Blizzard macro for action bars |
/pi fix |
Re-attach the minimap button if it stopped responding |
/pi diag |
Print full diagnostic info |
/pi debug [on|off] |
Toggle/set debug logging |
/pi reset |
Wipe all saved settings |
/pi help |
Show the command list |
Raid-safety design
Built to be quiet in 40-player raid content:
- No
OnUpdatepolling. Status line and target resolution refresh only on game events (roster changes, equipment changes, combat boundaries). - Pre-allocated scratch tables.
FindCastTargetreuses the same tables across calls — zero allocations per raid scan. - Single-pass O(n) raid scan. One walk through the roster categorizes each member inline.
- Row pool. Player list rows are created once and reused; no
CreateFramechurn during raid events. - No
SPELL_UPDATE_COOLDOWN. That high-frequency event is never registered. - Combat-safe macro updates.
EditMacro/CreateMacroare gated byInCombatLockdown; updates that hit during combat defer toPLAYER_REGEN_ENABLED. - Change-detected macro writes. The macro body is only rewritten when its content actually changes.
- Duplicate-safe macro creation. The addon scans all macros before creating one, so it never spawns duplicate
PIManagermacros, and warns you if extras already exist.
Files
PIManager/
├── PIManager.toc Addon manifest (Interface 120007)
├── PIManager.lua All addon code
├── README.md This file
├── IRONCLAD_RULES.md Development/design rules
└── libs/
├── LibStub/
├── CallbackHandler-1.0/
├── LibDataBroker-1.1/
└── LibDBIcon-1.0/ For the minimap button
Notes
A previous version included whisper/say/party "notify on cast" options. These were removed because the WoW server blocks/throttles addon-automated whispers (an anti-spam measure), so they could not be made reliable. See IRONCLAD_RULES.md for details.
Coding disclosure
This project was entirely vibe coded using Claude Opus 4.8. The addon — including its target resolution, auto-maintained Blizzard macro, minimap button, player list UI, and documentation — was developed iteratively in conversation with the model rather than hand-written line by line.
CurseForge: https://www.curseforge.com/wow/addons/pimanager用户评价
暂无 / 5,0 条评价相关推荐
继续看看这些内容