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 tablesLogic.lua- Quest state checking and calculation functionsUI.lua- Frame creation and visual update logicConfig.lua- Settings panel interfaceGossip.lua- Gossip window interactions (renamed from Automation.lua)Core.lua- Event handling and initialization

