CloakFiberHelper

Unlisted
Verify your cloak’s socketed fiber matches your current specialization’s desired category and alerts you if it doesn’t.

File Details

CloakFiberHelper.zip

  • R
  • Aug 10, 2025
  • 61.79 KB
  • 27
  • 11.2.0
  • Retail

File Name

CloakFiberHelper.zip

Supported Versions

  • 11.2.0

Fix: Suppress popups when socketing UI is open to prevent taint

This commit prevents the "wrong fiber" and "no cloak" popups from appearing while the Blizzard socketing UI is open. This avoids tainting protected game functions, which can occur when UI elements are unexpectedly interacted with during protected actions.

The fix includes:

  • Adding a function isSocketingFrameOpen() to detect if the socketing UI is active.
  • Checking isSocketingFrameOpen() before showing the popups.
  • Registering for SOCKET_INFO_UPDATE and SOCKET_INFO_CLOSE events to hide popups while socketing and re-evaluate the cloak status when socketing closes. This ensures the user gets the correct feedback after finishing socketing.