File Details
WoWFishCounter_1.3.zip
- R
- Aug 9, 2025
- 4.97 KB
- 565
- 11.2.0
- Retail
File Name
WoWFishCounter_1.3.zip
Supported Versions
- 11.2.0
WoW Fish Counter v1.3
Release date: 2025-08-09
Retail & Classic Support
Retail: Updated for The War Within Patch 11.2.0.
Classic: Added dedicated TOC files for:
- Classic Era (1.15.x)
- Cataclysm Classic (4.4.x)
- Mists of Pandaria Classic (5.5.x)
Looting Compatibility
- Fixed conflicts with fast-loot addons.
- Now listens to
LOOT_READY(fires before the loot window opens) to ensure catches are recorded even if another addon instantly loots and closes the window. - Still processes
LOOT_OPENEDfor clients that don’t supportLOOT_READY. - Added a fallback to
CHAT_MSG_LOOT(player-only) in case the loot frame never opens.
Cross-Version Stability
- Safe use of
BackdropTemplateto prevent UI errors on Classic clients. - Added fallback fishing detection if
IsFishingLoot()isn’t available.
Other Improvements
- Unified history tracking: catches are now stored in a global history instead of per-zone for better cross-client consistency.
- UI sizing automatically adjusts to content length.
- Removed fragile
C_Timer.Afterdelay from loot scanning—should be more reliable and lightweight.