Description
# Burst Potion Switcher / 爆发药水切换
**Version:** 1.8.0
**WoW:** 12.0.5 (Retail)
Switch burst combat potions and quality tiers from a lightweight on-screen bar. Write your burst macro once with `/click` — no need to edit the macro when you change potions.
---
## Features
- **Floating bar** — shows only potion variants you have in bags
- **Per-quality icons** — Light's Potential & Potion of Recklessness (Fleeting / 3-star / 1-star)
- **One macro line** — bind the exact item ID; switch from the UI anytime
- **Two macro modes** — sync macro icon, or keep a fixed icon
- **Disable burst potion** — temporary “off” so your macro uses nothing
- **Macro icon sync** — only touches macros containing `BurstPotionUseButton`
- **Settings UI** — bar size, quality badge size, scale, anchor, colors
---
## Supported potions
| Potion | Variants |
|--------|----------|
| Light's Potential (圣光潜力) | Fleeting, 3★, 1★ |
| Potion of Recklessness (鲁莽药水) | Fleeting, 3★, 1★ |
---
## Installation
1. Install via CurseForge App, Wago, or extract to:
`World of Warcraft\_retail_\Interface\AddOns\BurstPotionSwitcher`
2. Enable **Burst Potion Switcher** in the AddOn list
3. `/reload`
---
## Macro setup (pick one)
**Auto-sync icon** (updates `#showtooltip` and action bar icon):
```
/click BurstPotionUseButton LeftButton
```
**Fixed icon** (only changes which potion is used):
```
/click BurstPotionStaticButton LeftButton
```
Add one line to your burst macro. Click icons on the bar to change potion/quality.
---
## Slash commands
| Command | Description |
|---------|-------------|
| `/bp` or `/burstpotion` | Help |
| `/bp config` | Open settings |
| `/bp list` | List potions in bags |
| `/bp macro` | Show macro lines |
| `/bp clear` | Disable burst potion |
| `/bp show` / `/bp hide` | Show/hide bar |
| `/bp lights` / `/bp reckless` | Quick switch (also `/bp 圣光` / `/bp 鲁莽`) |
---
## Usage
1. Open the floating bar (shown by default after login)
2. **Left-click** an icon to select that quality
3. **Right-click** an icon to use the selected potion
4. Press your burst macro as usual
5. Click **禁** (or `/bp clear`) to disable; click any icon again to re-enable
---
## 中文简介
爆发战斗药水切换插件。浮动条显示背包内有的圣光潜力 / 鲁莽药水(含飞逝、3星、1星),点击切换宏绑定的具体品质。爆发宏只需写一行 `/click`,换药不用改宏。支持宏图标同步、取消爆发药、界面自定义。
设置:`/bp config`
---
## License
All rights reserved by the author. Personal use and redistribution via CurseForge/Wago only.





