File Details
Haunt Tracker
- R
- Mar 10, 2026
- 2.87 KB
- 7
- 12.0.1
- Retail
File Name
HauntTracker.zip
Supported Versions
- 12.0.1
Updated frame width:
The tracker width used to be set at 150 wide and has now been reduced to 120.
f:SetSize(120, 40)
Notes:
I'm working on in-game AddOn settings for players to set the desired width, height, timer duration, and potentially visuals, which will hopefully be stable for release soon.
Currently it is possible to change the width in the Core.Lua file by changing the first number on line 6. "f:SetSize(120, 40)" you could change to "f:SetSize(150, 40)" for example to make it wider. The second number changes the height.

