Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Party Buttons

Retail World of Warcraft addon for the current Midnight 12.1.x client.

Buttons

  1. Mark party — detects the assigned group roles and marks:

    • Tank: blue square (6)
    • Healer: green triangle (4)
  2. Say Hi — securely sends one random party message:

    • Hi
    • yo
    • o/
  3. Bloodlust — sends:

    • Macro: text + a Bloodlust icon + a clickable Heroism spell link.

Installation

Extract the PartyButtons folder into:

World of Warcraft/_retail_/Interface/AddOns/

Then /reload.

Commands:

  • /pb show
  • /pb hide
  • /pb toggle
  • /pb update

Important Midnight API note

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.

Say Hi implementation

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.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages