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.11

  • R
  • Apr 15, 2026
  • 189.42 KB
  • 12
  • 12.0.1
  • Retail

File Name

Simdragosa-v1.3.11.zip

Supported Versions

  • 12.0.1

Simdragosa

v1.3.11 (2026-04-15)

Full Changelog

  • Merge branch 'develop'
  • release: v1.3.11
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • fix: item icons and source name resolution
    Icons: GetItemInfoInstant returns nil for items not yet in client cache
    (Droptimizer items the player hasn't looted). Call GetItemInfo to queue
    a server load request; listen for GET_ITEM_INFO_RECEIVED to re-refresh
    the window once item data arrives (debounced 200ms).
    Source name: Raidbots uses challenge mode map IDs for M+ dungeons (not
    EJ instance IDs). Try C_ChallengeMode.GetMapInfo as a second fallback
    after EJ_GetInstanceInfo.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com