promotional bannermobile promotional banner

ReelMasterTBC

ReelMasterTBC is a one-key TBC Classic fishing addon that handles casting, looting, lure management, and catch tracking so you can focus on the fish.

File Details

ReelMasterTBC_v3_1_8.zip

  • R
  • May 22, 2026
  • 73.13 KB
  • 16
  • 2.5.5
  • Classic TBC

File Name

ReelMasterTBC_v3_1_8.zip

Supported Versions

  • 2.5.5

ReelMasterTBC Changelog

v3.1 (Current)

  • Bumped version to 3.1 across Core.lua, toc, and main window title
  • Auto-lure — completely reworked using live enchant-ID validation; no more CD timer or stuck states; lure applied message now fires exactly once per application (when key/click is pressed), never on timer ticks
  • Auto-lure + double-right-click — double-right-click now correctly routes through lure macro when a lure is needed, same as the fish key
  • Double-right-click — fixed debounce logic that was corrupting click timing after each cast; click tracker now resets cleanly after every cast so double-click works reliably every time
  • Lure timer (main window) — lure countdown in the main window now updates in real time (every 0.05s alongside the bobber meter) instead of only on events
  • Lure timer (lure bar) — lure bar countdown updated to run every frame with heavy logic (bag scan, warnings) throttled to once per second
  • Stats window theme — fixed stats window not responding to theme changes; content panel backgrounds and scroll frame template backgrounds now update correctly on theme switch
  • Stats window theme — banner and nav strip textures now also recolour on theme change
  • Removed "Useful Tips on Login" feature (not ready)
  • Auto-Recast option labelled as (experimental) in options

v3.0

  • Fixed double-right-click casting using GLOBAL_MOUSE_DOWN + SetOverrideBindingClick (fully taint-free)
  • Rebuilt casting engine: single ActionHandler() function controls all binding states (cast / loot / lure)
  • Added modifier-key hook for double-right-click while fishing: hold any modifier to invert recast/loot behaviour
  • Added "Dbl-click recasts while fishing" option with inverted-when-off logic
  • Added double-click speed slider in options (0.1s – 0.8s)
  • Auto-lure via /cast + /use 16 macro on a SecureActionButton; lure state tracked live via enchant ID validation against known fishing lure enchant IDs
  • Cast sound (bobber hits water) added as separate option from bite alert
  • Theme selector replaced with full-width 4-segment visual selector showing all themes simultaneously
  • Automation and Display option sections merged into a side-by-side two-column layout
  • Stats window theme now updates banner, nav strip, and content panel backgrounds
  • Bind Key field widened to full popup width; right-click to clear shown as separate hint line

v2.4.1

  • Fixed backdrop compatibility for TBC Classic 2.5.x
  • Minor stability improvements to core

v2.4.0

  • Reworked auto-cast and auto-loot into dedicated modules
  • Improved full loot chain: bobber → bags → containers (bloated fish, crates) → auto-recast
  • One-key binding now fully reliable in TBC Classic via SetOverrideBindingSpell

v2.3.0

  • Added live catch tracker with session / lifetime toggle
  • Tracker can now pop out into a detached floating window
  • Added item rarity stars and gold value columns to tracker rows

v2.2.1

  • Fixed interface options panel registration (blank panel bug)

v2.2.0

  • Added lure toolbar with active timer bar and warning colours
  • Added auto-apply lure on expiry

v2.1.0

  • Added stats window with Session, All-Time, Leaderboard, and Trophies tabs
  • Main HUD with expandable catch panel and minimap button introduced