Lucky Wipe Tools

Experimental
Toolset for Lucky Wipe guild

File Details

LuckyWipeTools-v0.2.1

  • R
  • Apr 4, 2026
  • 305.33 KB
  • 4
  • 12.0.1
  • Retail

File Name

LuckyWipeTools-v0.2.1.zip

Supported Versions

  • 12.0.1

LuckyWipeTools

v0.2.1 (2026-04-04)

Full Changelog Previous Releases

  • docs(lwt): add changelog for v0.2.1
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): use C_Spell.GetSpellInfo instead of removed GetSpellInfo
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): summon roster only shows inside raid instances
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): flat style on roster frames to match settings window
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): vantus buff detection — use localized name from known spell ID (MRT approach)
    • Derive localized "Vantus Rune" prefix from spell 237825
    • Check C_Secrets.ShouldAurasBeSecret() before scanning
    • Guard against non-string aura names
      Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • feat(lwt): /lwt send vantus now opens roster with buff status, roster limited to leader/assist
    • VANTUS:NOTIFY activates full buff scan showing everyone missing the rune
    • Roster only visible to raid leaders and assistants
    • rosterActive flag resets on clear and leaving raid
      Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): consumables — match by spell name, correct cauldron names
    Replaced item-to-spell ID resolution with spell name matching.
    Updated cauldrons to: Voidlight Potion Cauldron, Cauldron of Sin'dorei Flasks.
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): combat log module skips all event processing when disabled
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): guard against secret spellID in consumables cast handler
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • feat(lwt): add /lwt send vantus — leader/assist can notify raid to request runes
    • VANTUS:NOTIFY addon message shows alert on all raiders with LWT
    • Alert text: "Vantus runes available -- type /lwt vantus to request"
    • Only raid leaders and assistants can use the command
    • Requester's own roster window shows automatically via addon message echo
      Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • feat(lwt): add Consumables module — feast and cauldron placement notifications
    • Tracks Harandar Celebration, Hearty Harandar Celebration, Flask Cauldron, Potion Cauldron
    • Resolves item IDs to spell IDs at runtime via C_Item.GetItemSpell
    • Only fires outside combat in raid instances
    • Settings page with enable toggle and alert display settings
      Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com
  • fix(lwt): vantus roster only shows players who requested, not everyone missing buff
    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com