Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/azerothcore/mod-bg-reward
BGReward module for AzerothCore
https://github.com/azerothcore/mod-bg-reward
azerothcore azerothcore-module core-module
Last synced: 2 months ago
JSON representation
BGReward module for AzerothCore
- Host: GitHub
- URL: https://github.com/azerothcore/mod-bg-reward
- Owner: azerothcore
- Created: 2018-06-18T10:28:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T11:27:08.000Z (11 months ago)
- Last Synced: 2024-04-14T02:53:00.660Z (9 months ago)
- Topics: azerothcore, azerothcore-module, core-module
- Language: C++
- Homepage: http://www.azerothcore.org
- Size: 69.3 KB
- Stars: 7
- Watchers: 11
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ![logo](https://raw.githubusercontent.com/azerothcore/azerothcore.github.io/master/images/logo-github.png) AzerothCore
## mod-bg-reward
- Latest build status with azerothcore: [![Build Status](https://github.com/azerothcore/mod-bg-reward/workflows/core-build/badge.svg?branch=master&event=push)](https://github.com/azerothcore/mod-bg-reward)## Modules based WarheadCore module [mod-bg-reward](https://github.com/WarheadCore/WarheadCore/tree/master/modules/mod-bg-reward)
### Description:
If you win or lose on the battleground, you get an additional reward### Configuration:
```ini
###################################################################################################
# mod-bg-reward
#
# BG.Reward.Enable
# Description: Enable battleground reward system.
# Default: 1
#
# BG.Reward.ItemID.WSG
# Description: Reward item on battleground Warsong Gulch.
# Default: 20558
#
# BG.Reward.ItemID.Arathi
# Description: Reward item on battleground Arathi Basin.
# Default: 20559
#
# BG.Reward.ItemID.Alterac
# Description: Reward item on battleground Alterac Valley.
# Default: 20560
#
# BG.Reward.ItemID.Isle
# Description: Reward item on battleground Isle of Conquest.
# Default: 47395
#
# BG.Reward.ItemID.Ancients
# Description: Reward item on battleground Strand of the Ancients.
# Default: 42425
#
# BG.Reward.ItemID.Eye
# Description: Reward item on battleground Eye of the Storm.
# Default: 29024
#
# BG.Reward.WinnerTeam.Count
# Description: Reward item count battleground winner team.
# Default: 3
#
# BG.Reward.LoserTeam.Count
# Description: Reward item count battleground looser team.
# Default: 1
#BGReward.Enable = 1
BGReward.ItemID.WSG = 20558
BGReward.ItemID.Arathi = 20559
BGReward.ItemID.Alterac = 20560
BGReward.ItemID.Isle = 47395
BGReward.ItemID.Ancients = 42425
BGReward.ItemID.Eye = 29024
BGReward.WinnerTeam.Count = 3
BGReward.LoserTeam.Count = 1
###################################################################################################
```### How to use:
Change config and try to win or lose BG.