This is a module for AzerothCore
- Latest build status with azerothcore:
Allows to join RDF of previous expansions on a higher character level.
Up to character level 58, you can join the "Random Classic Dungeon":
However, once the character level hits 59, you can no longer join "Random Classic Dungeon" but you can only join "Random Burning Crusade Dungeon":
This is a client limitation. This module allows to hijack the type of RDF according to the configuration.
#
# RDF.Expansion
# Description: Allow setting which expansion can be used in LFG
# 2 - WOTLK (Default behaviour)
# 1 - TBC (if the player queues WOTLK RDF, join as TBC RDF)
# 0 - Classic (if the player queues Wotlk or TBC RDF, join as Classic RDF)
# Default: 2
RDF.Expansion = 2
Requires a version of AC with azerothcore/azerothcore-wotlk#8196 or higher
- Simply
git clone
the module under themodules
directory of your AzerothCore source or copy paste it manually. - Re-run cmake and launch a clean build of AzerothCore
- Copy
mod-rdf-expansion.conf.dist
tomod-rdf-expansion.conf
and edit as you please
- Shin
- Yehonal
- AzerothCore: repository - website - discord chat community