File Details
v1.2-mists
- R
- Feb 28, 2026
- 1.03 MB
- 61
- 5.5.3
- MoP Classic
File Name
LootHunter-v1.2-mists.zip
Supported Versions
- 5.5.3
Loot Hunter
v1.2
- Code structure: refactored the monolithic
LootHunter.luacore into dedicated modules underModules/(SessionTracker,StatsStore,LootParser,CoinReminder,Utils, etc.) for better maintainability; eliminated duplicate helper functions and localized hardcoded strings. - Session tracking: raid sessions no longer close on a day change while the player is still in a raid group; the same session continues across midnight and only splits into a new record when leaving the group.
- Stats (Session drops): clicking a player name now opens a small inline input with the name pre-selected for copying (Ctrl+C). The popup closes automatically on scroll, tab switch, focus loss, Enter, or Escape.
v1.1.6
- API: removed the previous favorites compatibility workaround.
- Heroic queue debug logging: reduced queue update spam so the queue-text log is emitted once per queue start cycle.
- Roll tracking: added chat-system parsing for
need/greed/pass/wonroll events (including no-spam variants) and linked them to player/item metadata. - Other-won detection: improved fallback logic to use roll metadata when numeric
/rollvalues are missing, helping in groups without master looter. - Group tracking: Roll detection now works for all group members (not just the player);
- WoW Classic fix: NEED/GREED roll detection now works correctly; messages come via CHAT_MSG_LOOT instead of CHAT_MSG_SYSTEM.