Zone Level Advisor is a World of Warcraft 3.3.5a add-on that recommends leveling zones and dungeons based on the current character's level and faction.
It is built for Wrath of the Lich King clients using TOC interface 30300.
- Recommends leveling zones from 1-80.
- Recommends appropriate dungeons from Classic, Outland, and Northrend.
- Filters faction-specific recommendations for Alliance and Horde characters.
- Provides an in-game recommendation window and chat commands.
- Uses only the built-in WoW UI API.
-
Download or clone this repository.
-
Copy the
ZoneLevelAdvisorfolder into your WoW install at:World of Warcraft/Interface/AddOns/ -
Restart the game or type
/reload. -
Enable "Zone Level Advisor" on the AddOns screen if needed.
/zla
Opens the recommendation window.
/zla list
Prints the top zone and dungeon recommendations in chat.
/zla zones
Prints only zone recommendations in chat.
/zla dungeons
Prints only dungeon recommendations in chat.
/zla hide
Closes the recommendation window.
/zla help
Shows command help.
This add-on targets World of Warcraft 3.3.5a. It is intentionally written without external libraries so it can run on older Wrath-era clients.
Zone Level Advisor is released under the MIT License. See LICENSE for details.