Simdragosa

Companion to the Simdragosa desktop app (github.com/Xiantus/simdragosa-standalone). Shows Droptimizer DPS gains on item tooltips. Type /sdr export to capture your SimC profile and sync it with the app automatically. Type /sdr for all commands.

File Details

v1.3.15

  • R
  • Apr 15, 2026
  • 191.06 KB
  • 10
  • 12.0.1
  • Retail

File Name

Simdragosa-v1.3.15.zip

Supported Versions

  • 12.0.1

Simdragosa

v1.3.15 (2026-04-15)

Full Changelog

  • Merge branch 'develop'
  • release: v1.3.15
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • feat: multi-layer dungeon name resolution for source filter
    Replace single EJ lookup with layered resolution for Raidbots numeric IDs:
    1. EJ_GetInstanceInfo (Encounter Journal IDs)
    2. C_ChallengeMode cache built from GetMapTable() on startup (current M+ season)
    3. C_Map.GetAreaInfo (Wowhead zone/area IDs — same system as wowhead.com/zone=N)
    4. C_Map.GetMapInfo (WoW UI map IDs)
    5. Static fallback: Midnight S1 zone IDs from Wowhead (all 8 dungeons)
      The challenge mode cache handles current-season dungeon IDs dynamically,
      so no manual update needed each season.
      Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com