Skip to content

Files

Latest commit

 

History

History
51 lines (43 loc) · 1.71 KB

README.md

File metadata and controls

51 lines (43 loc) · 1.71 KB

logo AzerothCore module

Module currently requires:

Features:

  • Change you faction in bg for balance faction.

Config option (BountyHunter.conf.dist)

########################################
# Bounty Hunter Module configuration
########################################
#
#    BountyHunter.Enable
#        Description: Enables the bounty hunter module
#        Default:     0 - Disabled
#                     1 - Enabled
#
#    BountyHunter.TokenId
#        Description: Sets the Token itemId
#        Default:     0 - No Token
#
#
#    BountyHunter.MaxGoldAmount
#    BountyHunter.MaxHonorAmount
#    BountyHunter.MaxTokenAmount
#        Description: Sets the max amount that can be placed

BountyHunter.Enable = 1
BountyHunter.TokenId = 6265
BountyHunter.MaxTokenAmount = 10
BountyHunter.MaxGoldAmount  = 1000
BountyHunter.MaxHonorAmount = 75000

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. Run the SQL files in the sql folders.
  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 BountyHunter.conf.dist to BountyHunter.conf and edit that new file.

Usage

  • Enable system BountyHunter.Enable = 1
  • Spawn and talk to the npc

Credits