promotional bannermobile promotional banner

HunterSuite

A comprehensive Hunter toolkit for WoW TBC Classic Anniversary Edition (20th Anniversary). All the tools a Hunter needs in one lightweight addon.

File Details

v3.1.0

  • R
  • Feb 13, 2026
  • 176.16 KB
  • 2.0K
  • 2.5.5
  • Classic TBC

File Name

HunterSuite-v3.1.0.zip

Supported Versions

  • 2.5.5

tag cb066f85f49957faf239a461c57ca68a3a4e4710 v3.1.0
Author:    muggles <muggles@users.noreply.github.com>
Date:    Fri Feb 13 13:41:09 2026 +0900

v3.1.0 - Weaving Bar, widget init fix, food dump tool

New Features:
- Weaving Bar module (BETA): TBC hunter shot rotation guide
  - Scrolling timeline with ability icons
  - 12 rotation variants (8 ranged, 4 melee weaving)
  - eWS calculation, buff tracking, clipping warnings
  - Kill Command CD indicator, haste buff icons
- /hs dumpfood: Scan bags and dump all food items to copyable window

Bug Fixes:
- Fixed widgets disappearing until toggled off/on
  - All modules now properly init visibility from saved settings
- Fixed WeavingBar not showing in combat (OnUpdate on hidden frame)

commit 793c6a7d1500818f8b8e6252f1f562a8f4448be1
Author: muggles <muggles@users.noreply.github.com>
Date:   Fri Feb 13 13:41:00 2026 +0900

    Bump version to 3.1.0 for WeavingBar release

commit 2e55a4b8be5ff3a0a52ef38da7febd91fdcfb903
Author: muggles <muggles@users.noreply.github.com>
Date:   Fri Feb 13 13:33:52 2026 +0900

    Fix WeavingBar not showing in combat - move OnUpdate to eventFrame

    OnUpdate was registered on mainFrame which starts hidden. WoW doesn't
    fire OnUpdate on hidden frames, so the show logic could never execute.
    Moved OnUpdate to eventFrame which is always active.

commit d03014ac1f206ac6fcb6b67cf77132f554689ff9
Author: muggles <muggles@users.noreply.github.com>
Date:   Fri Feb 13 13:31:18 2026 +0900

    Add WeavingBar module, fix widget init across all modules, add /hs dumpfood command

    - New Module: WeavingBar.lua - TBC hunter shot rotation guide with scrolling timeline
      - eWS calculation, rotation selection, buff tracking, clipping warnings
      - 12 rotation variants (8 ranged-only + 4 melee weaving)
      - Ability icons on timeline blocks
      - Kill Command CD indicator, haste buff icons
      - Edit mode support with animated sample rotation
      - Beta notice in settings UI

    - Fix: All modules now call self:UpdateUI() in Init()
      - Root cause of widgets disappearing until toggled off/on
      - Fixed: AutoShot, Traps, Range, PetReminder, Growl, Ammo, Aspects, Feign, Tracking, WeavingBar

    - New: /hs dumpfood command
      - Scans all bags for food items, shows copyable text popup
      - Categorizes items as recognized, missing from FoodDB, or non-food consumables
      - Includes pet family and diet info for debugging

    - Core.lua: WeavingBar defaults, init, edit mode show/hide
    - SettingsUI.lua: Weaving tab with full settings UI
    - HunterSuite.toc: Added WeavingBar.lua to load order