Catto's Farm Counter

A WoW Classic Era add-on for tracking farmed items with real-time statistics.

File Details

FarmCounter-0.3.0.zip

  • R
  • Jan 31, 2026
  • 17.85 KB
  • 29
  • 1.15.8
  • Classic

File Name

FarmCounter.zip

Supported Versions

  • 1.15.8

Main Features in v0.3.0

1. Editable Start Values (New Feature)

  • Ability to manually adjust the start count for any tracked item
  • New "Edit Start" button in the Config panel next to each item
  • Two options in the dialog:
    • "Set": Enter a custom start value
    • "Reset to Current": Set start = current count (resets session to 0)
  • Display now shows: (Current: X | Start: Y)

Use Case:

  • You have 50 Black Lotus in your bags
  • You set the start value to 0
  • Display now shows: Session: +50 instead of Session: +0
  • Useful for tracking old items without resetting the entire session

2. Comprehensive Documentation

  • README massively expanded (from ~150 to ~330 lines)
  • New "Editing Start Values" section with detailed explanation
  • More detailed descriptions of all features
  • More examples and technical details

Code Changes (Statistics)

Config.lua: +103 lines (new edit function, dialog) Core.lua: +41 lines (SetItemStartCount function) README.md: +100 lines (expanded documentation) FarmCounter.toc: Version bump to 0.3.0

Summary: v0.3.0 primarily adds the ability to manually edit start values, providing more flexibility for session tracking, plus significantly improved documentation.