Latest build status with azerothcore:
Module AzerothCore permettant l'accès à tous les donjons via le système LFG (Looking For Group) sans restriction de niveau minimum ou maximum.
- Suppression des restrictions de niveau min/max dans le LFG pour tous les types de donjons (Normal, Héroïque, Raid, Aléatoire)
- Message d'information au joueur quand il rejoint la file
- Commandes GM pour recharger la config ou forcer le patch
- Configuration complète via
.conf
cp -r mod-lfg-all-dungeons /chemin/vers/azerothcore/modules/cd /chemin/vers/azerothcore/build
cmake .. -DMODULES_FOLDER=../modules
make -j$(nproc)mysql -u root -p acore_world < sql/world/mod_lfg_all_dungeons_patch.sqlLe SQL cible la table
dungeon_access_template(121 entrées) qui contrôle les colonnesmin_level/max_levelpour chaque donjon et chaque difficulté.
cp conf/mod_lfg_all_dungeons.conf.dist \
/chemin/vers/worldserver/configs/mod_lfg_all_dungeons.conf| Option | Défaut | Description |
|---|---|---|
LFGAllDungeons.Enable |
1 |
Active/désactive le module |
LFGAllDungeons.BypassLevel |
1 |
Ignore les restrictions de niveau dans dungeon_access_template |
LFGAllDungeons.Announce |
1 |
Message au joueur quand il rejoint la file |
| Commande | Niveau requis | Description |
|---|---|---|
.lfgall status |
Joueur | Affiche l'état actuel du module |
.lfgall reload |
Administrateur | Recharge la configuration |
.lfgall patch |
Administrateur | Réapplique le patch sur dungeon_access_template |
- AzerothCore 3.x (WotLK 3.3.5a)
- Compilateur : C++17 ou supérieur
Pour revenir aux valeurs Blizzard, restaurez la table dungeon_access_template depuis votre backup AzerothCore ou remettez manuellement les min_level / max_level d'origine.
MIT — libre d'utilisation et de modification.
Latest build status with azerothcore:
AzerothCore module that allows access to all dungeons through the LFG (Looking For Group) system regardless of the player's level.
- Removes min/max level restrictions in LFG for all dungeon types (Normal, Heroic, Raid, Random)
- In-game notification to the player when joining the queue
- GM commands to reload the config or force re-apply the patch
- Fully configurable via
.conffile
cp -r mod-lfg-all-dungeons /path/to/azerothcore/modules/cd /path/to/azerothcore/build
cmake .. -DMODULES_FOLDER=../modules
make -j$(nproc)mysql -u root -p acore_world < sql/world/mod_lfg_all_dungeons_patch.sqlThe SQL targets the
dungeon_access_templatetable (121 rows), which controls themin_level/max_levelcolumns for each dungeon and difficulty.
cp conf/mod_lfg_all_dungeons.conf.dist \
/path/to/worldserver/configs/mod_lfg_all_dungeons.conf| Option | Default | Description |
|---|---|---|
LFGAllDungeons.Enable |
1 |
Enable or disable the module |
LFGAllDungeons.BypassLevel |
1 |
Bypass level restrictions in dungeon_access_template |
LFGAllDungeons.Announce |
1 |
Notify the player when joining the LFG queue |
| Command | Required level | Description |
|---|---|---|
.lfgall status |
Player | Display the current module status |
.lfgall reload |
Administrator | Reload the configuration |
.lfgall patch |
Administrator | Re-apply the SQL patch on dungeon_access_template |
- AzerothCore 3.x (WotLK 3.3.5a)
- Compiler: C++17 or higher
To revert to Blizzard's original values, restore the dungeon_access_template table from your AzerothCore backup, or manually reset the min_level / max_level values.
MIT — free to use and modify.
