Skip to content

Allows to join RDF of previous expansions on a higher character level

License

Notifications You must be signed in to change notification settings

azerothcore/mod-rdf-expansion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo AzerothCore

mod-rdf-expansion

This is a module for AzerothCore

  • Latest build status with azerothcore:

Build Status

Allows to join RDF of previous expansions on a higher character level.

Up to character level 58, you can join the "Random Classic Dungeon":

RDF at level 58

However, once the character level hits 59, you can no longer join "Random Classic Dungeon" but you can only join "Random Burning Crusade Dungeon":

RDF at level 59

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

Requirements

Requires a version of AC with azerothcore/azerothcore-wotlk#8196 or higher

Installation

  1. Simply git clone the module under the modules directory of your AzerothCore source or copy paste it manually.
  2. Re-run cmake and launch a clean build of AzerothCore
  3. Copy mod-rdf-expansion.conf.dist to mod-rdf-expansion.conf and edit as you please

Credits

About

Allows to join RDF of previous expansions on a higher character level

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages