Skip to content

wowchile/mod-bg-reward

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGReward Build Status

This is a module for AzerothCore

Features:

  • If you win or lose on the battleground, you get an additional reward

Config option (BGReward.conf.dist)

  • BG.Reward.Enable - Enable this module.
  • BG.Reward.ItemID.WSG - Reward item on battlegroud Warsong Gulch.
  • BG.Reward.ItemID.Arathi - Reward item on battlegroud Arathi Basin.
  • BG.Reward.ItemID.Alterac - Reward item on battlegroud Alterac Valley.
  • BG.Reward.ItemID.Isle - Reward item on battlegroud Isle of Conquest.
  • BG.Reward.ItemID.Ancients - Reward item on battlegroud Strand of the Ancients.
  • BG.Reward.ItemID.Eye - Reward item on battlegroud Eye of the Storm.
  • BG.Reward.WinnerTeam.Count - Reward count winner battlegroud team.
  • BG.Reward.LoserTeam.Count - Reward count loser battlegroud team.

BGReward Module currently requires:

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. 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 BGReward.conf.dist to BGReward.conf and edit that new file.

Usage

  • Win or lose BG
  • Look your currency

Credits

AzerothCore: repository - website - discord chat community

Releases

No releases published

Packages

No packages published

Languages

  • C++ 81.9%
  • CMake 18.1%