ShadowNetwork

Multi-account Mesh communication and buff tracking.

File Details

ShadowNetwork-1.3.7.zip

  • R
  • Jun 4, 2026
  • 2.02 MB
  • 61
  • 1.15.8
  • Classic

File Name

ShadowNetwork-1.3.7.zip

Supported Versions

  • 1.15.8

New: Alt+Left-click the minimap button to /camp (logout).

Runs via the secure macro attribute on the button (Logout() itself is a protected API addons can't call directly — earlier internal builds hit ADDON_ACTION_FORBIDDEN). Fixed: Alt+Right-click "Felwood map" now works in combat.

Switched from ToggleWorldMap() (which routes through Blizzard's UI-panel manager and propagates taint to the map's secure widgets in combat) to WorldMapFrame:Show() directly — same pattern Nova World Buffs uses successfully. Also stops re-calling SetMapID when the map is already open (a known taint trigger). Now Alt+Right acts as a toggle: open at Felwood, click again to close. Fixed: Felwood songflower/tuber icons sometimes showed red (on cooldown) with no respawn timer text until you reopened the map.

The map-pin pool could hide a pin's timer label without clearing its red tint, and the compensating refresh didn't always fire when the pin was re-shown. Pins now re-sync their colour and label together every time they're placed on the map, and freshly-detected timers update the pin immediately instead of waiting up to a second. Fixed: minimap modifier-click routing.

Modifier+Left-click was falling through to plain Left-click and triggering invites. Each Modifier+Button combination now does exactly what the tooltip says.