promotional bannermobile promotional banner

VaultPing

Shows a minimap icon and alerts when your character has unclaimed Great Vault loot. Tracks loot status and Vault progress across characters, displays Raid/Dungeon/World progress in the tooltip, and lets you open the Vault with one click.

File Details

VaultPing_1.2.3.zip

  • R
  • Feb 4, 2026
  • 8.62 KB
  • 8
  • 12.0.1
  • Retail

File Name

VaultPing_1.2.3.zip

Supported Versions

  • 12.0.1

VaultPing Changelog

[1.2.3] - 2025-02-03

Fixed

  • Critical: Removed duplicate code block (lines 195-209) that was causing the addon to crash on load
  • Critical: Fixed Great Vault loot detection not properly identifying unclaimed rewards
    • Improved detection logic to check HasAvailableRewards first with explicit true comparison
    • Changed from type(val) == "boolean" check to val == true for more reliable detection
    • Reordered detection methods to prioritize most reliable API calls

Enhanced

  • Debug Command: Significantly improved /vpd (or /vaultpingdebug) output
    • Now shows detailed information about all detection methods
    • Displays activity details including type, progress, threshold, claimID, and rewards count
    • Added final HasUnclaimedVaultLoot() result to debug output
    • Better error handling and reporting for missing API functions

Technical Details

  • Fixed orphaned code that was executing outside of any function scope
  • Improved HasUnclaimedVaultLoot() function with better API call ordering
  • Enhanced SlashCmdList["VAULTPINGDEBUG"] with comprehensive diagnostic information