promotional bannermobile promotional banner

Chett Helper

A lightweight tracker for your C.H.E.T.T. List daily quests in Undermine.

File Details

v1.0.2

  • R
  • Feb 14, 2026
  • 9.45 KB
  • 92
  • 12.0.1+1
  • Retail

File Name

ChettHelper.zip

Supported Versions

  • 12.0.1
  • 12.0.0

Version 1.0.2 - 14-02-2026

New Features

  • Saved Frame Position - The addon frame now remembers where you dragged it. Move it anywhere on your screen and it will stay there after relogging or reloading.
  • Growth Direction Option - Choose whether the quest list grows upward or downward from the icon. New dropdown in Display Options settings.
  • Dynamic Width - Frame width automatically adjusts based on font size to prevent text cutoff at larger sizes.

UI Improvements

  • Completely redesigned settings window with cleaner layout:
    • Quest Tracking - Now displayed in a compact 4-column grid instead of a long list
    • Display Options - Font Size slider and Growth Direction dropdown side-by-side
    • Automation Options - Checkboxes arranged in a clean two-row layout
    • Styled with bordered sections matching Warband Accountant aesthetic

Code Quality

  • Modular Architecture - Addon split into logical modules for better maintainability:
    • Data.lua - Constants, quest data, and static tables
    • Logic.lua - Quest state checking and calculation functions
    • UI.lua - Frame creation and visual update logic
    • Config.lua - Settings panel interface
    • Gossip.lua - Gossip window interactions (renamed from Automation.lua)
    • Core.lua - Event handling and initialization