Description
Laps
Remember all those laps you used to run around Dalaran during Legion, with a WeakAura tracking how many laps you did and exactly how much time you were wasting? Since WeakAuras aren’t around anymore, I decided to take a few of the ones I liked the most and turn them into full addons instead, and Laps is one of them.
🐞 Bug Reports & Feature Requests
If you encounter any issues, bugs, or have suggestions for improvements, please report them on the GitHub issues page:
👉 https://github.com/I-AM-T3X/Laps_Around_MajorCity/issues
Features
- Tracks laps around the main building using four checkpoints: North, West, South, and East
- Detects lap direction automatically — run clockwise or counter-clockwise
- Displays your current lap time, total time, and all-time best lap in a moveable HUD
- Saves your top 10 best laps account-wide across sessions
- Auto-starts and auto-pauses based on whether you are moving near a checkpoint
- HUD only appears after your first completed lap — stays out of your way until you need it
Usage
Hit Start on the frame or use /laps start when near any checkpoint. The timer begins the moment you reach one of the four checkpoints and runs until you complete a full circuit back to your starting point.
Commands
| Command | Description |
|---|---|
/laps show |
Show the tracker window |
/laps hide |
Hide the tracker window |
/laps start |
Start or resume tracking |
/laps pause |
Pause the current lap |
/laps stop |
Stop and discard the current lap |
/laps top |
Print your top 10 best laps to chat |
/laps reset |
Wipe all saved stats |
Notes
- Stats are saved account-wide via
SavedVariablesand persist across sessions - The tracker works in both clockwise and counter-clockwise directions
- The auto-start/pause feature only triggers when the HUD is visible


