promotional bannermobile promotional banner

Night's Farmtracker

Tracks items looted during farming sessions and shows their vendor and auction house value in real time.

File Details

NightsFarmtracker_1.1.1.zip

  • R
  • Jun 24, 2026
  • 100.87 KB
  • 14
  • 12.0.7
  • Retail

File Name

NightsFarmtracker_1.1.1.zip

Supported Versions

  • 12.0.7

1.1.1

New

  • Session History: days with more than one session now show a "Merge" button next to the date header - merges all sessions of that day into one (duration, gold, items combined). Useful for sessions saved before "Merge same-day sessions automatically" was enabled
  • Loot Log window now anchors below the main frame when it's collapsed, and back to its right side (or right of the Vendor-Only Filter window) when expanded again

Fixed

  • Quest items were tracked despite never having a vendor or AH value. Quest-class items are now correctly detected and always treated as unsellable, regardless of bind type. Already-tracked quest items in the current session are cleaned up automatically on the next refresh - no reset required

Cleanup

  • Removed unused CAT_BOE/CAT_BOP legacy category aliases in Core.lua (never referenced)
  • The vendor-only check (junk/quality0/BoP/canAH=false/forced-vendor) was duplicated three times in History.lua — consolidated into one shared ns.IsVendorOnly() helper in Core.lua; no visual or behavioral change
  • The AH-eligibility (canAH) calculation was duplicated identically at loot-time and during the deferred bag-price scan in Main.lua — consolidated into one local CanAH() helper; no behavioral change
  • Removed unused ADDON_NAME local in UI.lua