promotional bannermobile promotional banner

ABProfileManager

Save action bar templates, track weekly knowledge points, and never get lost in Midnight zones!

File Details

ABProfileManager-v1.7.3.zip

  • R
  • Apr 28, 2026
  • 260.25 KB
  • 48
  • 12.0.5
  • Retail

File Name

ABProfileManager-v1.7.3.zip

Supported Versions

  • 12.0.5

Stats Overlay — Reliability

  • Fixed: secondary stats stuck at 0 after entering an instance. The PaperDoll API can momentarily return 0 on PLAYER_ENTERING_WORLD / ZONE_CHANGED_NEW_AREA; that 0 was being cached as the state signature and the overlay refused to refresh after. Now invalidates via StatsOverlay:InvalidateState() and schedules a follow-up force refresh on those events.
  • Fixed: trinket on-use / potion / external buff effects not refreshing in real time. BuildStateSignature now includes a player buff hash (spellId:expirationTime*10:applications over slots 1..40 of the HELPFUL filter), so any aura state change immediately invalidates the cache. UNIT_AURA debounce tightened from 0.45s → 0.15s.
  • Force refresh on PLAYER_EQUIPMENT_CHANGEDPLAYER_SPECIALIZATION_CHANGEDCHALLENGE_MODE_START. Subscribed to ZONE_CHANGED_NEW_AREAPLAYER_ENTER_COMBATPLAYER_LEAVE_COMBAT.
  • New API: Refresh({ force = true }) and StatsOverlay:InvalidateState().

Action Bars — Bulk Ghost Cleanup

  • New Clear All Ghosts button at the bottom of the Action Bars tab → sync section. One click dismisses every pending ghost marker; real assignments are untouched.
  • New API: ActionBarApplier:DismissAllPendingGhosts().
  • Locale keys (EN/KO): ghost_clear_all_button / _tip / _long / _none / _done.

BIS Catalog — 12.0.5 Source Disambiguation

  • Resolved a 4-way conflict in Data/BISCatalog.lua where every The Voidspire raid boss was mapped to displaySourceKoKR = "공허 첨탑":
    • Lightblinded Vanguard → 빛에 눈먼 선봉대
    • Crown of the Cosmos → 우주의 왕관
    • Fallen-King Salhadaar → 몰락한 왕 살하다르
    • The Voidspire (raid umbrella) → kept as 공허 첨탑
  • BISOverlay: deterministic mythicplus → raid → tier → crafted ordering via SOURCE_GROUP_ORDER; preview ilvl bypass for Timewalking dungeons.

Adjacent Stability

  • ProfessionKnowledgeTrackerC_QuestLog.GetAllCompletedQuestIDs is now pcall-guarded.