Retail World of Warcraft addon for the current Midnight 12.1.x client.
-
Mark party — detects the assigned group roles and marks:
- Tank: blue square (6)
- Healer: green triangle (4)
-
Say Hi — securely sends one random party message:
Hiyoo/
-
Bloodlust — sends:
Macro: text+ a Bloodlust icon + a clickable Heroism spell link.
Extract the PartyButtons folder into:
World of Warcraft/_retail_/Interface/AddOns/
Then /reload.
Commands:
/pb show/pb hide/pb toggle/pb update
Modern WoW protects raid-marker APIs and restricts changing secure attributes during combat. This addon therefore prepares character-specific helper macros out of combat and executes them through SecureActionButtonTemplate buttons. The Mark Party macro is regenerated whenever party roles change, but the regeneration is deferred until combat ends if necessary.
The Say Hi button writes the final /p ... command directly into its secure macrotext on click. It does not chain one macro into another, avoiding the modern macro-chaining restriction.