Skip to content

Cross-faction Battleground for AzerothCore

License

Notifications You must be signed in to change notification settings

WarheadCore/mod-cfbg

This branch is 63 commits behind azerothcore/mod-cfbg:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

40a8204 · Apr 6, 2021

History

61 Commits
Aug 30, 2020
Feb 4, 2021
Apr 6, 2021
May 1, 2019
Apr 6, 2021
May 1, 2019
May 1, 2019
Feb 4, 2021
Feb 4, 2021
Nov 21, 2020
May 1, 2019
May 1, 2019

Repository files navigation

logo AzerothCore module

CrossFaction Battleground

  • Latest build status with azerothcore: Build Status

Module currently requires:

About module

This module based patch https://gist.github.com/irancore/10913800. But, all mechanics of change of fraction and so on is remade. Faction change occurs only for BG and nowhere else.

Features:

  • Change you faction in bg for balance faction.

Config option (CFBG.conf.dist)

###################################################################################################
#   CrossFaction BattleGround
#   
#   CFBG.Enable
#       Description: Enable mixed alliance and horde in one battleground 
#       Default: 1
#
#   CFBG.Include.Avg.Ilvl.Enable
#       Description: Enable check average item level for bg
#       Default: 1
#

CFBG.Enable = 1
CFBG.Include.Avg.Ilvl.Enable = 1
CFBG.Players.Count.In.Group = 3

How to install

  1. Simply place the module under the modules folder of your AzerothCore source folder.
  2. Re-run cmake and launch a clean build of AzerothCore
  3. Make sure your Battleground.InvitationType is set to 0 in worldserver.conf
  4. Done :)

Edit module configuration (optional)

If you need to change the module configuration, go to your server configuration folder (where your worldserver or worldserver.exe is), copy CFBG.conf.dist to CFBG.conf and edit that new file.

Usage

  • Enable system CFBG.Enable = 1
  • Enter BG

Credits

About

Cross-faction Battleground for AzerothCore

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.5%
  • Shell 0.3%