Skip to content

lineagedr/mod-bountyhunter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published