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

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

File Name

Simdragosa-v1.3.12.zip

Supported Versions

  • 12.0.1

Simdragosa

v1.3.12 (2026-04-15)

Full Changelog

  • Merge branch 'develop'
  • release: v1.3.12
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • fix: move GET_ITEM_INFO_RECEIVED handler inside RW_CreateFrame
    itemEventFrame was declared before local rw, so the closure fell
    through to a global lookup and got nil on every event fire (438x spam).
    Registering the handler inside RW_CreateFrame gives the closure proper
    upvalue access to rw.
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com