League of Legends Level-Up! (LOLLU) replaces World of Warcraft's configured default level-up sound with a League of Legends-inspired chime whenever the player gains a level. It is a small, automatic sound addon built on RGX-Framework.
The Kiwi Says: "Double kill! Bwwiiiee."
This addon is no longer receiving updates. Its functionality and League of Legends sound are available in BLU | Better Level Up! and BLU Classic | Better Level Up!, which combine this sound with a larger sound collection.
Existing standalone users may continue to use this repository as-is, but new installations should prefer the appropriate BLU addon.
- Plays the selected League of Legends-inspired sound on
PLAYER_LEVEL_UP. - Provides high, medium, and low OGG variants; medium is selected by default.
- Plays through the Master sound channel by default.
- Requests that RGX-Framework mute the configured default level-up sound while LOLLU is enabled.
- Persists enablement and sound-variant choices in
LOLLUSettings. - Shows a welcome message on login while that saved preference remains enabled.
- Includes a test command for checking playback immediately.
LOLLU does not alter leveling, experience gains, UI frames, or game data. It only handles the sound associated with the player's level-up event.
RGX-Framework is a required dependency and must be installed and enabled. The current TOCs declare these game interfaces:
| WoW flavor | TOC | Interface |
|---|---|---|
| Retail | LeagueOfLegendsLevelUp.toc |
120007 |
| Wrath Classic | LeagueOfLegendsLevelUp_Wrath.toc |
30403 |
| Burning Crusade Classic | LeagueOfLegendsLevelUp_TBC.toc |
20504 |
| Classic Era | LeagueOfLegendsLevelUp_Vanilla.toc |
11500 |
These values describe the preserved release metadata. The addon is deprecated, so they are not a promise of compatibility with later game clients.
- Download a packaged release of LeagueOfLegendsLevelUp and install RGX-Framework.
- Extract both addon folders into the WoW client's
Interface/AddOnsdirectory. - Confirm that the folder is named
LeagueOfLegendsLevelUprather than a source-archive name. - Enable
RGX-FrameworkandLeague of Legends Level-Up!at the character-selection AddOns screen.
For the consolidated replacement, install BLU or BLU Classic instead of the standalone addon.
LOLLU works automatically once enabled. It has no graphical configuration panel; use /lollu commands in chat:
| Command | Result |
|---|---|
/lollu or /lollu help |
List available commands. |
/lollu test |
Play the selected sound variant. |
/lollu enable |
Enable replacement playback. |
/lollu disable |
Disable replacement playback. |
/lollu high |
Select the high-quality file. |
/lollu med or /lollu medium |
Select the medium-quality file. |
/lollu low |
Select the low-quality file. |
The initial defaults are enabled, medium quality, Master-channel playback, default-sound muting, and the welcome message. Settings persist between sessions in LOLLUSettings.
data/locales.luadefines chat and welcome text.data/core.luaregisters the sound set, events, saved settings, and/lollucommand.sounds/league_of_legends_{high,med,low}.oggare the active playback files.media/icon.tga,media/logo.png, andmedia/kiwi.gifprovide addon and project artwork.
At addon load, LOLLU initializes its RGX-Framework sound handle. At login it displays the optional welcome message. Each later PLAYER_LEVEL_UP event plays the selected variant when the addon is enabled, and logout allows the framework handle to finalize its state.
- If WoW marks LOLLU as missing a dependency, install or enable
RGX-Framework. - If no custom sound plays, run
/lollu test, then/lollu enableand select a variant again. - If the default sound also plays, verify that LOLLU and RGX-Framework both loaded without Lua errors.
- If WoW cannot find the addon, verify the exact
Interface/AddOns/LeagueOfLegendsLevelUpfolder name.
Because the standalone project is retired, migrate to BLU or BLU Classic when you prefer the consolidated sound addon.
This repository is retained for existing users and historical context. Issue reports and contributions should account for the deprecation notice and the migration path above.
