Auction Tracker

Let's you scan the auction house to see the prices of items of the server

File Details

AuctionTracker-1.1jar

  • R
  • Mar 17, 2026
  • 17.66 KB
  • 20
  • 1.21.11+3
  • Fabric

File Name

AuctionTracker-1.1.jar

Supported Versions

  • 1.21.11
  • 1.21.10
  • 1.21.9
  • 1.21.8

Curse Maven Snippet

Fabric

modImplementation "curse.maven:auction-tracker-1486513:7769443"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

📋 Auction Tracker 1.1 Changelog

🚀 Major New Features

  • Persistent Database: Data now survives game restarts and PC reboots. All price history and "Last Seen" timestamps are saved to config/auction_trends.json.
  • Reset Command: Added the /at reset command. This allows users to wipe all historical data and start fresh without manually deleting files.
  • Individual Item Tracking: Each item now tracks its own "Last Seen" date, allowing you to see exactly when a specific item was last detected on the Auction House.

🛠️ Stability & Performance (The "Anti-Lag" Update)

  • Per-Tick Scanning: Rewrote the scanning engine. Instead of scanning 45 items at once (which caused frame drops), the bot now scans one item per game tick ($1/20^{th}$ of a second).
  • Humanized Navigation: Added a randomized delay ($80$-$120$ ticks) between page turns to better mimic human behavior and prevent server-side anti-cheat flags.
  • Robust Lore Parsing: Improved the Regex engine to handle commas and various currency symbols (e.g., parsing $1,000,000 as 1000000.0).

📊 Tooltip Improvements

  • State-Aware Tooltips: The tooltip now dynamically changes based on scan history:
  • New Install: Prompts user to "Please scan AH first."
  • Known Item: Shows current AH count, historical Min/Max, and the specific last-seen timestamp.
  • Missing Item: Explicitly states if an item was missing from the most recent scan.
  • Global Footer: Every tooltip now displays the exact time of the last successful full-house scan.