promotional bannermobile promotional banner

RGX | Battle Pet Utility!

Battle Pet HUD with team status, utility buttons, zone progress tracking, pet charm/currency totals, and battle pet item tracking for companion pet collectors.

File Details

PetBuddy2-v1.2.0.zip

  • R
  • Mar 20, 2026
  • 95.08 KB
  • 22
  • 12.0.5+1
  • Retail

File Name

PetBuddy2-v1.2.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1

v1.2.0 (2026-03-20)

  • Fixed compat.lua crash: C_Spell.GetSpellCooldown returns isEnabled as a protected secret boolean in WoW 11.x; wrapped the boolean test in pcall to prevent the taint error and the cascade that was blocking pet summoning.
  • Fixed auto-summon not firing reliably after combat: added a 0.5s delay in PLAYER_REGEN_ENABLED before calling UpdateAutoResummon so InCombatLockdown() has fully released before the attempt.
  • Fixed Dismount hook setting the summon-block timer during combat (forced dismounts from combat mechanics no longer delay post-combat pet resummon).
  • Rebranded accent color from green (#58be81) to purple (#b07fff) across all in-game text, TOC title, and notes.
  • Confirmed button bar order: title → charms → expand/minimize → X (close).

v1.1.0 (2026-03-10)

  • Added a dedicated minimize button that collapses the PetBuddy2 HUD to just the header, keeping the close button for hide/toggle duties.
  • Updated the frame title to RGX | PetBuddy2 and added right-click support on the title bar to open the context menu without hunting for the main frame.
  • Documented a BLU-style release workflow (including tagging/push steps) so future releases stay consistent.